v17 Support of Edit Decision Lists (EDL = commercial skip) for Recorded TV - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: PVR & Live TV Support (https://forum.kodi.tv/forumdisplay.php?fid=167) +---- Forum: DVBViewer (https://forum.kodi.tv/forumdisplay.php?fid=219) +---- Thread: v17 Support of Edit Decision Lists (EDL = commercial skip) for Recorded TV (/showthread.php?tid=330457) |
Support of Edit Decision Lists (EDL = commercial skip) for Recorded TV - popy - 2018-04-02 Hey guys. Have added EDL support in the latest Krypton pvr.dvbviewer 2.4.14 addon. Here is my branch at github: https://github.com/popy2k14/pvr.dvbviewer/tree/Krypton-EDL Sadly, DVBViewer Media Server api does'nt support EDL files. So i have taken the idea of the pvr.hdhomerundvr plugin to sideload the edl file over an samba/nfs/... share to kodi. Big thanks to djp952 for the idea and some parts from: https://github.com/djp952/pvr.hdhomerundvr You can specify an directory/share to the recording directory in the pvr.dvbviewer and also set some padding time. The new feature loads the .edl file for the corresponding recording from the specified directory. The filename.edl must be the same as the filename.ts file. And voilà, kodi is skipping the commercials. Hint: Set the setting "edl_skip_field=3", in this case commercial skipping in kodi works perfect and you can rewind, if to much of the show is skipped. Info: I have contacted @manül (the maintainer of the official plugin) and he will cherry pick the code into the current master to have the feature in the official leia addon soon... ... so stay tuned Download: In the meantime you can download the plugin here from my gdrive:
Maybe anyone can compile it for other platforms? Installation:
have fun pOpY RE: Support of Edit Decision Lists (EDL = commercial skip) for Recorded TV - sHINE98 - 2018-04-11 Hi pOpY, your addon works fine on my windows installation using kodi 17, but I can't get it to install on my raspberry pi 2 using latest libreelec build (leia) from milhouse. There's nothing in the kodi.log only a short and fast error showing in the upper right side of the GUI. Any idea? Thanks and regards... RE: Support of Edit Decision Lists (EDL = commercial skip) for Recorded TV - mezzy - 2018-04-12 hi popy i'm interested by your update for EDL but i can't install it on my windows and android box got message 'failed to installing' ?? any idea? thanks and regards RE: Support of Edit Decision Lists (EDL = commercial skip) for Recorded TV - popy - 2018-04-12 (2018-04-11, 12:23)sHINE98 Wrote: Hi pOpY,Hi. Nice to hear that the addon is also working for you on your windows kodi. Sadly, i have to say, this i s an binary addon and i am able to just compile it for windows. When you use this DLL binary on your rpi, this will not work! The source from my github (https://github.com/popy2k14/pvr.dvbviewer/tree/Krypton-EDL) has to be compiled for the rpi. @manül do you have the IDE/toolchain ready for compiling for the rpi and provide us the binary until leia is ready? pOpY RE: Support of Edit Decision Lists (EDL = commercial skip) for Recorded TV - popy - 2018-04-12 (2018-04-12, 07:50)mezzy Wrote: hi popyAs suggested in my previous post, currently the addon is just for windows! So on your android box it will not work unless someone proivide a rpi binary. For windows please see OP, i have updated it with installation instructions. RE: Support of Edit Decision Lists (EDL = commercial skip) for Recorded TV - manül - 2018-04-21 See https://forum.kodi.tv/showthread.php?tid=281979&pid=2727871#pid2727871 |