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 --- mymenurecordings.h | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'mymenurecordings.h') diff --git a/mymenurecordings.h b/mymenurecordings.h index ebbf644..36e3f17 100644 --- a/mymenurecordings.h +++ b/mymenurecordings.h @@ -41,6 +41,7 @@ class myMenuRecordings:public cOsdMenu eOSState Rename(); eOSState MoveRec(); eOSState Info(); + eOSState Details(); eOSState Commands(eKeys Key=kNone); public: myMenuRecordings(const char *Base=NULL,int Level=0); @@ -53,7 +54,6 @@ class myMenuRecordings:public cOsdMenu class myMenuRenameRecording:public cOsdMenu { private: - int priority,lifetime; char name[MaxFileName]; char path[MaxFileName]; cRecording *recording; @@ -80,3 +80,15 @@ class myMenuMoveRecording:public cOsdMenu myMenuMoveRecording::~myMenuMoveRecording(); virtual eOSState ProcessKey(eKeys Key); }; + +// --- myMenuRenameRecording -------------------------------------------------- +class myMenuRecordingDetails:public cOsdMenu +{ + private: + int priority,lifetime; + cRecording *recording; + myMenuRecordings *menurecordings; + public: + myMenuRecordingDetails(cRecording *Recording,myMenuRecordings *MenuRecordings); + virtual eOSState ProcessKey(eKeys Key); +}; -- cgit v1.2.3