2015-03-24, 01:25
Is there any script that can read an xml file containing starting and ending portion and skip those scenes from the video automatically while playing without a user interaction? I want enable this when my children use Kodi/XBMC to watch saved movies or videos.
Let say I want skip a love making scene from 00:30:03 to 00:35:03 the famous Titanic movie. And also wanted to skip some other multiple portions of the same movie. It would have been much better if it works by marking the starting and ending portions of the movie and put it in an xml file in the movie directory.
Example:
Let say skipping following scenes from the movie Titanic
From 00:30:03 To 00:35:03
From 00:45:00 To 00:55:00
From 01:04:30 To 01:15:17
SkipVideo.xml
Location for the file
Thanks and Regards
Subairsbr
Let say I want skip a love making scene from 00:30:03 to 00:35:03 the famous Titanic movie. And also wanted to skip some other multiple portions of the same movie. It would have been much better if it works by marking the starting and ending portions of the movie and put it in an xml file in the movie directory.
Example:
Let say skipping following scenes from the movie Titanic
From 00:30:03 To 00:35:03
From 00:45:00 To 00:55:00
From 01:04:30 To 01:15:17
SkipVideo.xml
Code:
<Skip>
00:30:03-00:35:03
00:45:00-00:55:00
01:04:30-01:15:17
</skip>
Location for the file
Code:
F:\Movies\Titanic(1997)\Titanic.(1997).Blu-ray.1080p.x264.DTS.Me.mkv
..\SkipVideo.xml
Thanks and Regards
Subairsbr