Posts: 68
Joined: Nov 2006
Reputation:
0
Is there any reason I couldn't use an EDL created by someone else though? I mean certainly I would have to have a copy of the video the EDL was created for but if that EDL was created for, let's say, the widescreen version of "Jurassic Park Special Edition" there would be hundreds of thousands of people that could benefit from that EDL file.
Is there something I'm missing here?
Posts: 68
Joined: Nov 2006
Reputation:
0
I know from reading around on this forum that EDLs are supported by mplayer in recent versions of XBMC. I have the 11-04-07 T3CH build of XBMC and have been successful at getting an EDL list that will skip portions of mpeg and avi files but can't get it to work for any of my ripped DVDs (I have them all in iso format). Can someone help me understand either why it won't work or what I need to do to fix it?
Thanks
Posts: 5,292
Joined: Jun 2006
Reputation:
62
Jezz_X
Team-XBMC Skinner
Posts: 5,292
A ripped dvd in iso format probably defaults to DVDPlayer instead of Mplayer
Posts: 186
Joined: Apr 2006
Reputation:
0
DrDDT
Senior Member
Posts: 186
How does stacking work in XBMC?
Are the stacked files opened in sequence or all at once?
I always use an EDL for a single file, so I have no idea if stacking in combination with an EDL would work.
Posts: 12,706
Joined: Nov 2003
Reputation:
129
spiff
Team-Kodi Member
Posts: 12,706
opened in sequence - the actual mediaplayer doesnt really know that it is playing a stack, it's all a hack in our playlistplayer
Posts: 12,706
Joined: Nov 2003
Reputation:
129
spiff
Team-Kodi Member
Posts: 12,706
apart from any cut segments from earlier parts wont be reflected in the total playtime
Posts: 12,706
Joined: Nov 2003
Reputation:
129
spiff
Team-Kodi Member
Posts: 12,706
hmm, okay.
if the cut segments are reflected in GetTime and GetTotalTime() it should work just fine. total time is calculated by
1) opening each movie file
2) adding together the running lengths.
this is done the first time you play a stack, the results are saved in stacktimes in the db
Posts: 3,805
Joined: Mar 2004
Reputation:
3
elupus
Team-XBMC Developer
Posts: 3,805
yea, we might have to store some last change date of the edl file during the stack timing generation. then again same aught to be done for the actual file too.
Posts: 22
Joined: Mar 2004
Reputation:
0
Can anyone confirm that EDL support still works on the 2008-02-24 SVN rev11787 build? I have loads of mpg files that I recorded with SageTV and I use ShowAnalyzer to flag the commercials/create edl files. I haven't been able to get XBMC to skip any commercials though. I also tried using comskip (comskip79_118) on a couple of shows but saw no change in behavior.
The edl files are all of the form:
showtitle-episode.mpg
showtitle-episode.edl
Any idea?