[mythtv] mythmovies "File to Always Play Next" broken

Tomas Edwardsson tommi at tommi.org
Tue Aug 23 12:46:31 UTC 2005


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 so this call fails. I changed it to the old 
method which works, doing childItem->fillDataFromID(). Patch attached.

-- Tommi

-------------- next part --------------
A non-text attachment was scrubbed...
Name: mythplugins-video-always-play-next.patch
Type: text/x-patch
Size: 504 bytes
Desc: not available
Url : http://mythtv.org/pipermail/mythtv-dev/attachments/20050823/0b8bfa44/mythplugins-video-always-play-next.bin


More information about the mythtv-dev mailing list