XBMC on pi not handling resume with EDL
#1
When watching a video with an edl file to skip commercials on the pi, the resume functionality does not work. The video will start at the beginning even if resume is selected. This is specific to the pi. Windows client handles the resume properly.

Log File: http://pastebin.com/rLW3g42n

Log Description:
First I resumed a video without an edl file. XBMC behaves as expected and resumes the video.
Next I resumed a video with an edl file. XBMC starts the video over at the beginning of the show (according to EDL file). It does not resume where it should.

Interesting lines:
1st video without EDL
644 - sets start time to the correct resume position
665 - sets the active movie, then proceeds to get movie info, then plays the video

2nd Video with EDL
998 - initializes EDL data from file
1062 - sets start time to the correct resume position
1092 - sets the active movie
1097,1100 sets the start time back to the first location in the EDL file -- I believe this is a BUG.

I have the source for XBMC but couldn't follow the data flow to figure out why XBMC is resetting the start time right before playback.
Reply
#2
Created: http://trac.xbmc.org/ticket/15352
Reply

Logout Mark Read Team Forum Stats Members Help
XBMC on pi not handling resume with EDL0