Hi! Here is a new version of the jumpplay patch: http://toms-cafe.de/vdr/download/vdr-jumpplay-0.8-1.4.0.diff (applicable to VDR >= 1.3.29) Changes since version 0.7: - Fixed segfault in dvbplayer thread while the replaycontrol thread is reloading the marks (thanks to horchi at vdrprtal.de for reporting this - see http://vdrportal.de/board/thread.php?postid=450463#post450463): New class cMarksReload checks the timestamp of marks.vdr in 10 seconds intervals, so the marks in the threads dvbplayer and replaycontrol can be reloaded independently - Changed setup parameter "Load marks interval (s)" to "Reload marks" - Updated description in README.jumpplay 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