From 82bfd4c15949019ede37b2b04be79659c5c65dbe Mon Sep 17 00:00:00 2001 From: Martin Prochnow Date: Tue, 11 Apr 2006 19:12:01 +0200 Subject: Version 0.9 - removed myDvbPlayer, use VDR's cDvbPlayer instead - made adjustments to work with BigPatch-VDRs (JumpPlay-patch) - added option for sort recordings - moved editing of priority and lifetime to its own submenu - removed option to select alternative dvd marker, the icon is now default - added default values for setup options - moved content of patches/ and tools/ to contrib/ and added a small README - new version of 'dvdarchive.sh'; thanks to vejoun from vdr-portal.de - fixed problem with archive dvd recordings at the base dir; thanks to Mase from vdr-portal.de for reporting --- myreplaycontrol.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'myreplaycontrol.h') diff --git a/myreplaycontrol.h b/myreplaycontrol.h index cd14c96..274737e 100644 --- a/myreplaycontrol.h +++ b/myreplaycontrol.h @@ -1,9 +1,8 @@ -#include "mydvbplayer.h" - +#include #define MODETIMEOUT 3 // seconds // --- myReplayControls ------------------------------------------------------- -class myReplayControl : public myDvbPlayerControl { +class myReplayControl : public cDvbPlayerControl { private: cSkinDisplayReplay *displayReplay; cMarks marks; @@ -12,6 +11,9 @@ private: bool lastPlay, lastForward; int lastSpeed; time_t timeoutShow; +#ifdef BIGPACKVERSION + time_t lastLoadMarks; +#endif bool timeSearchActive, timeSearchHide; int timeSearchTime, timeSearchPos; void TimeSearchDisplay(void); -- cgit v1.2.3