[mythtv-commits] mythtv commit: r15656 - in trunk/mythtv by cpinkham

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Tue Jan 29 04:39:39 UTC 2008


      Author: cpinkham
        Date: 2008-01-29 04:39:38 +0000 (Tue, 29 Jan 2008)
New Revision: 15656
   Changeset: http://cvs.mythtv.org/trac/changeset/15656

Modified:

   trunk/mythtv/libs/libmythtv/programinfo.h
   trunk/mythtv/programs/mythfrontend/playbackbox.cpp

Log:

Add a new asNotYetAvailable status for recordings in PlaybackBox.  This is
for recordings that are ongoing, but the frontend can't access the file yet
for whatever reason.  This is used instead of setting the recording to
asFileNotFound if the file can not be found.  This also corrects the font
coloring for the recording's info to allow it to be shown in the normal
'recording' color rather than in the 'inactive' color.  If you retry to
play a recording in the asNotYetAvailable status, PlaybackBox will attempt
to locate the file again and will change the status to asAvailable and play
the recording.  You no longer have to exit the Watch Recordings screen and
reenter in order to do this.

Closes #4536 using patch by Mark Buechler along with a few mods by me.






More information about the mythtv-commits mailing list