![]() |
VDR recordings 'marks' support - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32) +--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26) +---- Forum: PVR (https://forum.kodi.tv/forumdisplay.php?fid=136) +---- Thread: VDR recordings 'marks' support (/showthread.php?tid=101263) |
VDR recordings 'marks' support - oldman - 2011-05-11 Is it possible to add support for the VDR 'marks' format when playing recordings back in XBMC? The file format is pretty simple: vdr(5) Wrote:The file marks (if present in a recording directory) contains the editing marks defined for this recording. Each line contains the definition of one mark in the following format: Here's an example automatically generated by the markad plugin to skip commercials: Code: 0:03:08.23 detected logo start (4722)* XBMC seems to already support EDL (Edit Decision List) files as an external chapter list. Presumably it could be extended to read the VDR marks format? wiki.xbmc.org entry: EDL_(commercial_skipping) - _BJ1 - 2011-05-11 oldman Wrote:Is it possible to add support for the VDR 'marks' format when playing recordings back in XBMC? EDL has to provide by the Server (vdr), e.g. as an additional file formatted and named correctly (as shown in Wiki). BJ1 - oldman - 2011-05-11 yeah I understand that's the situation with current XBMC I was asking if the PVR Development Repository branch might be able to extend this code to natively read the VDR marks format ? - opdenkamp - 2011-05-11 there will be edl support later, but I haven't thought about the implementation yet. |