Hello!,
I'm currently working on a new Movie/Tv Community Website
I'd like the user to be able to build a playlist of their favourite sections/scenes of a particular show
An example might be something like this:
<xml>
<title>Lost Episode 1</title>
<file>lost.ep1.avi</title>
<scene start="06:50" stop="07:02">The wing explodes</scene>
<scene start="05:02" stop="05:04">Man gets sucked into the plane engine</scene>
</xml>
Does anyone know if VideoLAN or any media player would be able to support any sort of file/playlist ?
Ideally the player would load the file, seeks to the start time, play until the stop time, then seek to the next item on the list.
Any ideas or feedback would be great
Thanks,