
mythtv at cvs
Jul 10, 2004, 8:30 AM
Post #1 of 415
(9782 views)
Permalink
|
---------------------------------------------------------------------------- Changes committed by jdonavan on Sat Jul 10 15:26:15 2004 Modified Files: in mythtv/libs/libmyth: mythcontext.h in mythtv/libs/libmythtv: dbcheck.cpp programinfo.cpp programinfo.h scheduledrecording.cpp scheduledrecording.h sr_items.cpp sr_items.h in mythtv/programs/mythbackend: scheduler.cpp Log Message: The original airdate and the "stars" rating of programs and recordings are now available as part of the ProgramInfo class. Theme writers take note there are some new fields available: "LONGREPEAT" - Like the original "REPEAT" field, except it include the original air date i.e. "(Repeat 2/2/1999)". "stars" - The start rating as text i.e. "(2.5 stars)". "originalairdate" - The original air date using the normal date format. "shortoriginalairdate" - The original air date using the short date format. "New episodes only" is now an option for a dup check method provided you have repeats listed in your database. If you don't you will not see this option. mythfilldatabase updates this "HaveRepeats" flag each time it runs. Note: Using new episodes only is highly data dependant. Some stations fill this information in, some don't. Using the --mark-repeats option for mythfilldatabase (for DD users at least) helps a lot. Even so, I reccomend checking the conflicts screen to see whcih shows are not going to record due to being repeats before trusting it to your favorite shows. ---------------------------------------------------------------------------- Changes committed by jdonavan on Sat Jul 10 15:28:46 2004 Modified Files: in mythweb/includes: mythbackend.php Log Message: Protocol and numprogramlines bump ----------------------------------------------------------------------------
|