[mythtv-commits] Ticket #8363: "Play Recording on Frontend" doesn't work if recording "Started Early"

MythTV mythtv at cvs.mythtv.org
Fri Nov 12 13:13:40 UTC 2010


#8363: "Play Recording on Frontend" doesn't work if recording "Started Early"
-------------------------------+--------------------------------------------
 Reporter:  ryanr23@…          |           Owner:  kormoc 
     Type:  defect             |          Status:  closed 
 Priority:  minor              |       Milestone:  0.24   
Component:  Plugin - MythWeb   |         Version:  0.23rc2
 Severity:  medium             |      Resolution:  fixed  
 Keywords:                     |   Ticket locked:  0      
-------------------------------+--------------------------------------------

Comment (by jason.chambers@…):

 The above fixes are incorrect.

 The original description and the changes that went into [24927] had a typo
 in the time property - they used `recstarts` rather than `recstartts`.

 This meant it didn't fix the original problem, and actually caused a new
 problem (comment:4) where no timestamp is included in the call to
 `watchShow()`.

 Then the changes in [26122] in response to comment:4 simply changed back
 to using `starttime`.  Therefore it reverted to the original behaviour of
 ignoring any start early value and so mythweb is still unable to start
 playback of any such recordings.

 Attached is a patch (against r27171) to fix this properly.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/8363#comment:9>
MythTV <http://www.mythtv.org/>
MythTV Media Center


More information about the mythtv-commits mailing list