[mythtv-commits] Ticket #2774: storage groups / preview pixmap generate problems

MythTV mythtv at cvs.mythtv.org
Mon Dec 4 06:44:27 UTC 2006


#2774: storage groups / preview pixmap generate problems
-----------------------+----------------------------------------------------
 Reporter:  jwestfall  |        Owner:  ijr    
     Type:  patch      |       Status:  closed 
 Priority:  minor      |    Milestone:  unknown
Component:  mythtv     |      Version:  0.20   
 Severity:  medium     |   Resolution:  fixed  
-----------------------+----------------------------------------------------
Comment (by cpinkham):

 (In [12188]) Fix a bug that was introduced in the Storage Groups patch in
 the Ringbuffer
 is_local determination code.  We need to assume a file is local if it
 starts
 with a '/', not just if we can find it local using QFile::exists().

 Also, as a safety precaution in ProgramInfo::GetPlaybackURL, if the file
 should
 be local (ie, we're on the backend that recorded the file), but we can't
 find
 it, return a filename instead of returning a myth:// URL.  If we return a
 myth:// URL, the caller could try to stream a file that doesn't exist on
 the backend.

 References #2774.

-- 
Ticket URL: <http://cvs.mythtv.org/trac/ticket/2774#comment:2>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list