[mythtv-commits] mythtv commit: r12904 - in trunk by cpinkham

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Thu Mar 1 04:16:05 UTC 2007


      Author: cpinkham
        Date: 2007-03-01 04:16:04 +0000 (Thu, 01 Mar 2007)
New Revision: 12904
   Changeset: http://cvs.mythtv.org/trac/changeset/12904

Modified:

   trunk/mythplugins/mythweb/includes/mythbackend.php
   trunk/mythplugins/mythweb/modules/tv/includes/objects/Program.php
   trunk/mythtv/libs/libmyth/mythcontext.h
   trunk/mythtv/libs/libmythtv/programinfo.cpp

Log:

Fix the bug causing original airdates prior to 1970 to be erroneously set to
Dec 31 1969 by passing the original air date around in Qt::ISODate (YYYY-MM-DD)
format instead of converting to unixtime.

Patch by Tony Lill with protocol bump and removal of now-unused variable by me.

Closes #2864.

WARNING: This bumps the MythTV Protocol from 32 to 33 since it changes the
  format of the original airdate field in the ProgramInfo stringlist.  You will
  need to upgrade your frontends, backends, and mythweb all at the same time in
  order for them to continue to function together properly.






More information about the mythtv-commits mailing list