2013-03-22, 11:00
Ok folks,
i managed to get this working.
i'm on openelec 2.99.5 (RC5) with xbmc 12.0
i've got comskip working as post-processing script after tvheadend did the recording. comskip outputs 2 files for me. one EDL and one TXT.
The EDL contains the cutmarks in typical comskip format:
1837.84 2552.44 3
3369.04 3916.56 3
4354.92 4430.04 3
The TXT contains the cutmarks in typical Frame format:
45946 63811
84226 97914
108873 110751
i know xbmc reads the edl if found. i can log this in xbmc.log:
DEBUG: ReadEdl - Read 3 cuts and 0 scene markers in EDL file: /media/Volume/Recording/xxx.edl
DEBUG: AddCut - Pushing new cut to back [00:30:37.840 - 00:42:32.440], 3
DEBUG: AddSceneMarker - Inserting new scene marker: 00:30:37.840
DEBUG: AddSceneMarker - Inserting new scene marker: 00:42:32.440
DEBUG: WriteMplayerEdl - Mplayer EDL file written to: special://temp/xbmc.edl
But xbmc does not skip the commercial....... why not?
i managed to get this working.
i'm on openelec 2.99.5 (RC5) with xbmc 12.0
i've got comskip working as post-processing script after tvheadend did the recording. comskip outputs 2 files for me. one EDL and one TXT.
The EDL contains the cutmarks in typical comskip format:
1837.84 2552.44 3
3369.04 3916.56 3
4354.92 4430.04 3
The TXT contains the cutmarks in typical Frame format:
45946 63811
84226 97914
108873 110751
i know xbmc reads the edl if found. i can log this in xbmc.log:
DEBUG: ReadEdl - Read 3 cuts and 0 scene markers in EDL file: /media/Volume/Recording/xxx.edl
DEBUG: AddCut - Pushing new cut to back [00:30:37.840 - 00:42:32.440], 3
DEBUG: AddSceneMarker - Inserting new scene marker: 00:30:37.840
DEBUG: AddSceneMarker - Inserting new scene marker: 00:42:32.440
DEBUG: WriteMplayerEdl - Mplayer EDL file written to: special://temp/xbmc.edl
But xbmc does not skip the commercial....... why not?