Changes between Version 9 and Version 10 of TaskRecordedFile
- Timestamp:
- 01/17/11 21:28:53 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TaskRecordedFile
v9 v10 66 66 chanid INT UNSIGNED NOT NULL DEFAULT 0, 67 67 starttime DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00', 68 defaultfile TINYINT(1) NOT NULL DEFAULT 0,69 68 70 69 # Recording start and end times. The (new) recorded table's start/end times … … 73 72 recstart DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00', 74 73 recend DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00', 74 75 defaultfile TINYINT(1) NOT NULL DEFAULT 0, 75 76 76 77 PRIMARY KEY (chanid, starttime, fileid), … … 152 153 subtype INT UNSIGNED NOT NULL DEFAULT 0, 153 154 154 # length of video in seconds (used for display of total duration information to user)155 length INT UNSIGNED NOT NULL DEFAULT 0,156 157 155 # comment ('Original Recording', 'Transcoded Copy', 'iPod format', etc.) 158 156 # for use by MythTV when asking the user which of multiple files … … 197 195 198 196 type INT UNSIGNED NOT NULL DEFAULT 0, 197 # length of video in seconds (used for display of total duration information to user) 198 length INT UNSIGNED NOT NULL DEFAULT 0, 199 199 200 primarystream TINYINT(1) NOT NULL DEFAULT 0, 200 201 description VARCHAR(255) NOT NULL DEFAULT ''
