Scannerfile table
From MythTV Official Wiki
Note: The correct title of this article is scannerfile table. It appears incorrectly here due to technical restrictions.
The scannerfile table contains a list of files found on all backend hosts. Its entries are referenced by the scannerpath table.
Table Description
Field name | Type | Null | Key | Default | Extras | Description |
---|---|---|---|---|---|---|
fileid | bigint(20) unsigned | PRI | NULL | auto_increment | ||
filesize | bigint(20) unsigned | 0 | ||||
filehash | varchar(64) | UNI | ||||
added | timestamp | CURRENT_TIMESTAMP |