Opened 20 years ago
Closed 20 years ago
#281 closed patch (fixed)
"File to Always Play Next" broken
Reported by: | Owned by: | Isaac Richards | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | mythvideo | Version: | head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
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.
Attachments (1)
Change History (6)
by , 20 years ago
Attachment: | mythplugins-video-always-play-next.patch added |
---|
comment:1 by , 20 years ago
Type: | defect → patch |
---|
comment:2 by , 20 years ago
comment:4 by , 20 years ago
Sorry - I applied the patch and it got installed to the wrong directory - So please ignore my post above. The supplied patch does indeed work.
Thanks and sorry for any confusion.
I am using SVN as of 09-19-2005 and received the same error (as listed by Tomas above).
I tried changing the one line of code as listed in the patch, ran a distclean and recompile and install with no luck. I still receive the error.
Any thoughts on this one?
Thanks...