![]() |
xml file for skipping 'Adult' or 'Violent' scene from a video - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27) +---- Forum: Service Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=152) +---- Thread: xml file for skipping 'Adult' or 'Violent' scene from a video (/showthread.php?tid=222226) |
xml file for skipping 'Adult' or 'Violent' scene from a video - subairsbr2000 - 2015-03-24 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 Code: <Skip> Location for the file Code: F:\Movies\Titanic(1997)\Titanic.(1997).Blu-ray.1080p.x264.DTS.Me.mkv Thanks and Regards Subairsbr RE: xml file for skipping 'Adult' or 'Violent' scene from a video - popcornmix - 2015-03-24 A file named .edl in same directory as video file can do this: http://kodi.wiki/view/Edit_decision_list RE: xml file for skipping 'Adult' or 'Violent' scene from a video - subairsbr2000 - 2015-03-24 Thank you 'popcornmix'. I have done a quick test. Fantastic! It worked. This is what exactly I was looking for. Here is what I did for my example movie Titanic.(1997).Blu-ray.1080p.x264.DTS.Me.edl Code: 00:30:03 00:35:03 0 File Location Code: F:\Movies\Titanic(1997)\Titanic.(1997).Blu-ray.1080p.x264.DTS.Me.mkv Only issues is "forward or reverse" function doesn't seem to be correct after putting the file. I am using latest version of Kodi 14.1. Thanks again. At least I have something now. Subairsbr RE: xml file for skipping 'Adult' or 'Violent' scene from a video - Galahad - 2015-06-17 Any idea of where to find a library of edl files to skip R rated scenes in movies? RE: xml file for skipping 'Adult' or 'Violent' scene from a video - shaktoo - 2020-09-21 Just tried this for skipping Adult content from TV Series so it could be seen by children. However, it does not seem to work. Has anyone tried using .edl files for TV Shows Does this work in Leia This is what's in my edl file: "00:05:07 00:06:48 0" Could anyone Help ? [split] Automatically Skipping Parts of Video Files - Karellen - 2020-09-21 (2020-09-21, 14:59)shaktoo Wrote: Has anyone tried using .edl files for TV ShowsI have for episodes and it works fine on v18.8 ![]() ![]() |