[mythtv-commits] mythtv commit: r12207 by cpinkham

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Wed Dec 6 05:09:50 UTC 2006


      Author: cpinkham
        Date: 2006-12-06 05:09:49 +0000 (Wed, 06 Dec 2006)
New Revision: 12207
   Changeset: http://cvs.mythtv.org/trac/changeset/12207

Modified:

   trunk/mythtv/libs/libmythtv/previewgenerator.cpp
   trunk/mythtv/libs/libmythtv/previewgenerator.h
   trunk/mythtv/libs/libmythtv/programinfo.cpp

Log:

Fix a few things about preview generation related to the recent Storage Group
changes.

- Don't set ProgramInfo::pathname inside ProgramInfo::GetPlaybackURL(), this
  can cause problems if something was looking at the pathname and it
  inadvertently changed.

- Make the preview generator store the pathname independent of the value in
  ProgramInfo.  This way we can modify the copy of the pathname if we find a
  local file and still have the original value in ProgramInfo.

- Don't emit a previewReady to the Watch Recordings screen if the backend did
  not return an "OK" status, such as when the slave that owns a recording is
  down.

Closes #2779.






More information about the mythtv-commits mailing list