Changes between Version 9 and Version 10 of TaskRecordedFile


Ignore:
Timestamp:
01/17/11 21:28:53 (16 years ago)
Author:
sphery
Comment:

a video's length can not be in mediafile, since mediafile will include non-video files, like preview images and coverfiles and fanart.

Legend:

Unmodified
Added
Removed
Modified
  • TaskRecordedFile

    v9 v10  
    6666        chanid        INT UNSIGNED NOT NULL DEFAULT 0,
    6767        starttime     DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
    68         defaultfile   TINYINT(1) NOT NULL DEFAULT 0,
    6968
    7069# Recording start and end times.  The (new) recorded table's start/end times
     
    7372        recstart      DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
    7473        recend      DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
     74
     75        defaultfile   TINYINT(1) NOT NULL DEFAULT 0,
    7576
    7677        PRIMARY KEY (chanid, starttime, fileid),
     
    152153        subtype         INT UNSIGNED NOT NULL DEFAULT 0,
    153154
    154 # length of video in seconds (used for display of total duration information to user)
    155         length        INT UNSIGNED NOT NULL DEFAULT 0,
    156 
    157155# comment ('Original Recording', 'Transcoded Copy', 'iPod format', etc.)
    158156#             for use by MythTV when asking the user which of multiple files
     
    197195
    198196        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
    199200        primarystream   TINYINT(1) NOT NULL DEFAULT 0,       
    200201        description     VARCHAR(255) NOT NULL DEFAULT ''