diff options
author | Martin Prochnow <nordlicht@martins-kabuff.de> | 2006-04-11 19:12:01 +0200 |
---|---|---|
committer | Andreas Mair <andreas@vdr-developer.org> | 2006-04-11 19:12:01 +0200 |
commit | 82bfd4c15949019ede37b2b04be79659c5c65dbe (patch) | |
tree | 5deb5bf0d98cbee6c5ee17bb9323d0748ed567a7 /README | |
parent | c849f2898257df19fddb97ac99c392c410f120d1 (diff) | |
download | vdr-plugin-extrecmenu-82bfd4c15949019ede37b2b04be79659c5c65dbe.tar.gz vdr-plugin-extrecmenu-82bfd4c15949019ede37b2b04be79659c5c65dbe.tar.bz2 |
Version 0.9v0.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
Diffstat (limited to 'README')
-rw-r--r-- | README | 24 |
1 files changed, 22 insertions, 2 deletions
@@ -6,7 +6,7 @@ Project's homepage: http://martins-kabuff.de/extrecmenu.html See the file COPYING for license information. See top of *.c for additional copyright information. The script 'dvdarchive.sh' is provided by vejoun from -vdr-portal.de +vdr-portal.de. Description ------------------------------------------------------------------------------- @@ -25,7 +25,19 @@ base directory of the /video-directory-hierarchy. 'Ok' opens sub-directories, with 'Yellow' you can create new dirs. 'Blue' moves the recording to the selected directory. -DVDArchive-patch functionality +Sort recordings +------------------------------------------------------------------------------- +There are four options for sorting at the setup menu: +Sort recordings by: +- alphabet for main-, flexible for subdirectories +- date for main-, flexible for subdirectories +- alphabet for all directories +- date for all directories +Flexible means, if the directory name ends with "-",".","$" or "ยช", the +recordings in this directory are sorted by name, else by date. + + +DVD-archive functionality ------------------------------------------------------------------------------- Burn the entire directory, that contains the recording, to a dvd and label it with an indentifier (a number or anything else). You can of cource burn more @@ -59,3 +71,11 @@ Check the options at the setup menu of the plugin. They are self-explaining. There is a patch for VDR in patches/ for replacing VDR's recordings menu with this plugin. You have to set the corresponding option at the setup menu of the plugin! + +There ist a patched TTF-Font for Enigma containing the dvd and alternative new +symbols. See this post at vdr-portal.de: +http://www.vdr-portal.de/board/thread.php?postid=447376#post447376 + + +Do you like this plugin? Support the developer! Go to the project homepage and +make a donation over the PayPal donation button. |