Oldrecorded table

From MythTV Official Wiki
Revision as of 15:40, 15 April 2007 by Pelago (talk | contribs) (Added wrongtitle)

Jump to: navigation, search

Important.png 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 to delete shows from this table in order to make the scheduler forget that they were ever recorded.

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

Fields

  • chanid relates to the chanid field of the channel table.
  • starttime is when the recoding began.
  • endtime is when the recording ended.
  • title is the name of the series or program.
  • subtitle is the episode name.
  • description is a short description of the episode.
  • category is the genre of the program.
    • Sitcom, Drama, Cooking, etc.
  • seriesid is a unique identifier for the series this recording is part of.
  • programid is a unique identifier for this program. It relates to the programid field of the program table.
  • station is the callsign of the station this program was recorded on.