Oldrecorded table
From MythTV Official Wiki
Note: The correct title of this article is oldrecorded table. It appears incorrectly here due to technical restrictions.
The oldrecorded table lists all of the recordings that have been made. It is used by the scheduler to determine whether new shows are duplicates of previously recorded shows. mythfrontend provides a mechanism (Manage Recordings => Previously Recorded => Highlight programme, press D (for delete) and then click OK when prompted) to delete shows from this table in order to make the scheduler forget that they were ever recorded.
This table also contains "future" entries for programs the scheduler intends to record. These entries are used to determine what was missed or should have happened after a crash or hang.
Table Description
| Field name | Type | Null | Key | Default | Extras |
|---|---|---|---|---|---|
| chanid | int(10) unsigned | 0 | |||
| starttime | datetime | PRI | 0000-00-00 00:00:00 | ||
| endtime | datetime | MUL | 0000-00-00 00:00:00 | ||
| title | varchar(128) | PRI | |||
| subtitle | varchar(128) | ||||
| description | text | ||||
| category | varchar(64) | ||||
| seriesid | varchar(12) | MUL | |||
| programid | varchar(20) | MUL | |||
| findid | int(11) | 0 | |||
| recordid | int(11) | MUL | 0 | ||
| station | varchar(20) | PRI | |||
| rectype | int(10) unsigned | 0 | |||
| duplicate | tinyint(1) | 0 | |||
| recstatus | int(11) | MUL | 0 | ||
| reactivate | smallint(6) | 0 | |||
| generic | tinyint(1) | YES | 0 | ||
| future | tinyint(1) | No | MUL | 0 |