Hi!
Here is a new version of the jumpplay patch:
http://toms-cafe.de/vdr/download/vdr-jumpplay-0.9-1.4.0.diff (applicable to VDR >= 1.3.35)
Changes since version 0.8: - New setup parameter "Pause at last mark" - Updated description in README.jumpplay - Moved parameters description to MANUAL
This patch changes the replay behaviour for recordings that contain editing marks. It allows to immediately continue the replay after jumping forward to the next mark, and to automatically jump over the commercial break to the next "start" mark, if an "end" mark is reached.
The features of this patch can be turned on or off in the replay setup.
See README.jumpplay included in the patch for details, history and contributors.
Tom
Hello,
I have always in the past had to re-patch the LiveBuffer patch for support of Jumpplay and Liemikuutio patches. Never really been a problem, but am having a hard time with the current version. And I think it is due to changes with cMarks to cMarksReload. I get the following errors when trying to compile:
menu.c: In constructor `cReplayControl::cReplayControl(bool, cLiveRecorder*)': menu.c:4233: error: no matching function for call to `cMarksReload::cMarksReload()' recording.h:170: note: candidates are: cMarksReload::cMarksReload(const cMarksReload&) recording.h:177: note: cMarksReload::cMarksReload(const char*) make: *** [menu.o] Error 1
I am not a programmer, but usually can fumble my way through but I think I have pulled the last hair I have out, so thought I would see if anyone has any ideas. I have determined it is the Jumpplay patch that is conflicting, if I don't install it, all compiles fine. So was hoping for some insight, if anyone can steer me in the right direction.
Thomas Günther wrote: