Opened 19 years ago

Closed 19 years ago

#281 closed patch (fixed)

"File to Always Play Next" broken

Reported by: Tomas Edwardsson <tommi@…> 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)

mythplugins-video-always-play-next.patch (504 bytes) - added by Tomas Edwardsson <tommi@…> 19 years ago.

Download all attachments as: .zip

Change History (6)

Changed 19 years ago by Tomas Edwardsson <tommi@…>

comment:1 Changed 19 years ago by Tomas Edwardsson <tommi@…>

Type: defectpatch

comment:2 Changed 19 years ago by quaff@…

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...

comment:3 Changed 19 years ago by Tomas Edwardsson <tommi@…>

Which error is that?

comment:4 Changed 19 years ago by quaff@…

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.

comment:5 Changed 19 years ago by cpinkham

Resolution: fixed
Status: newclosed

(In [7279]) Patch by Tomas Edwardsson to fix the "File to Always Play Next" functionality in MythVideo?. Closes #281.

Note: See TracTickets for help on using tickets.