[vdr] Archive-HDD functions

2013-08-31 Thread Thomas Maass
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi! I am trying to write a recmenu plugin, that implements archive-hdd functions. It is very hard to derive from VDRs original classes, because Klaus has set most class members private, instead of protected. So I have to implement everything myself, w

[vdr] Move class declarations to headerfiles

2013-09-05 Thread Thomas Maass
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Klaus! Some class declarations, for example the class cMenuRecording are declared in the sourcefile. So plugin developers cannot use them easily. Why don't you move this declarations to the headerfiles? There are also most class members declared as

Re: [vdr] Move class declarations to headerfiles

2013-09-05 Thread Thomas Maass
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I wanna write a recmenu plugin similar to extrecmenu. And when I look into the code of extrecmenu, the developer had to implement everything himself, even calling a recording's info screen. Also functions as play, rewind, delete etc. I want to implem

[vdr] Does the back key not really stop the replay?

2013-09-06 Thread Thomas Maass
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi! When pressing the back key during replay, the replay is not really stopped immediately. It has another behaviour than pressing stop or blue. When pressing back, the replay stops, and I get back to the menu. But the recording seems to be still open

Re: [vdr] Does the back key not really stop the replay?

2013-09-07 Thread Thomas Maass
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 My plugin should work with an unpatched VDR. I added a cReplayControl::Stop(); as first command to the destructor of cMyReplayControl. This works, but is that the way to go? Can you suggest a better place to do the unlinking and unmounting? Thomas -

[vdr] VDR and folders

2013-10-19 Thread Thomas Maass
Hi! I like the new editing functions coming with version 2.1.2. Thank you for that Klaus! It would be nice, if VDR could recognize existing subfolders and add them to folders.conf automatically. Sometimes I edited my videodir manually, created some subfolders to sort some recordings. VDR does not k

[vdr] Editing lock

2013-10-20 Thread Thomas Maass
Hi! I think, VDR should implement something like an editing lock, that prevents deleting, renaming, moving or cutting the recording. It would make something more safe. For example renaming or moving while cutting is active, a plugin should not alter anything. And VDR should also be prevented, when