[mythtv-commits] Ticket #281: "File to Always Play Next" broken

MythTV mythtv at cvs.mythtv.org
Tue Aug 30 11:21:45 UTC 2005


#281: "File to Always Play Next" broken
------------------------------------------------+---------------------------
 Reporter:  Tomas Edwardsson <tommi at tommi.org>  |       Owner:  ijr    
     Type:  defect                              |      Status:  new    
 Priority:  minor                               |   Milestone:  unknown
Component:  mythvideo                           |     Version:  head   
 Severity:  medium                              |         Cc:                                      |  
------------------------------------------------+---------------------------
 Changeset 6645 ([http://svn.mythtv.org/trac/changeset/6645#file4]) seems
 to break the "File to Always Play Next" functionality.

 What is happening is that
 "video_list->getVideoListMetadata(parentItem->ChildID());" is called with
 the ID of the next movie file. But getVideoListMetadata takes an index
 value of shown movies according to filter so this call fails. I changed it
 to the old method which works, doing childItem->fillDataFromID(). I will
 attach a patch.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/281>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list