Channelscan table

From MythTV Official Wiki
Revision as of 16:49, 22 February 2014 by Pmhahn (talk | contribs) (channelscan)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Important.png Note: The correct title of this article is channelscan table. It appears incorrectly here due to technical restrictions.

The channelscan table contains the result of previous channel scans. This simplifies re-scanning for channels if the capture card is removed and re-added.

This was previously required in MythTV before 0.26 for changing the priority of cards for recording and live-TV. The priority order can now be configured through the cardinput table.

Table Description

Field name Type Null Key Default Extras
scanid int(3) unsigned PRI auto_increment
cardid int(3) unsigned REFERENCES capturecard(cardid)
sourceid int(3) unsigned REFERENCES videosource(sourceid)
processed tinyint(1) unsigned
scandate datetime

Fields

Example Entries