diff options
author | Martin Prochnow <nordlicht@martins-kabuff.de> | 2006-03-26 12:18:12 +0200 |
---|---|---|
committer | Andreas Mair <andreas@vdr-developer.org> | 2006-03-26 12:18:12 +0200 |
commit | 54d5f6870a7351584fcb1c3e861a4fc9224badf3 (patch) | |
tree | fb51954380f42e8827a0a8fa757ef12e17e4e0f9 /README | |
parent | 20683b994128131bcb22f89f00282cefdc54fc04 (diff) | |
download | vdr-plugin-extrecmenu-54d5f6870a7351584fcb1c3e861a4fc9224badf3.tar.gz vdr-plugin-extrecmenu-54d5f6870a7351584fcb1c3e861a4fc9224badf3.tar.bz2 |
Version 0.7v0.7
- added frensh translation; thanks to Patrice Staudt
- added finnish translation; thanks to Rolf Ahrenberg
- several bugfixes:
* if there are more then one recording with the same name, only one of it is shown if the recording details are hidden; thanks to Monroe from vdr-portal.de for reporting
* recording list entry (not the recording itselfs!) is deleted, if it is moved to the same place; thanks to Monroe from vdr-portal.de for reporting
* if a recording was deleted, the selection bar jumps to the first list entry
* some people reported problems with wrong recording dates using LinVDR
- revised rename-recording-menu; thanks to Monroe from vdr-portal.de for suggesting
- revised move-recording-menu - it is now more obvious; thanks to Monroe from vdr-portal.de for suggesting
- added option to show an alternative new marker - it's only useful for german speaking users because this icon shows 'NEU'; suggestions for an international version are welcome, you has 22x22 pixels for it
- added the functionality of the DvdArchive- and the DVDShowArchive-patch for VDR
- thanks fpr vejoun from vdr-portal.de for the script 'dvdarchive.sh'
Diffstat (limited to 'README')
-rw-r--r-- | README | 49 |
1 files changed, 41 insertions, 8 deletions
@@ -4,22 +4,55 @@ Written by: Martin Prochnow (nordlicht@martins-kabuff.de) Project's homepage: http://martins-kabuff.de/extrecmenu.html -See the file COPYING for license information. See top of *.c for copyright -information +See the file COPYING for license information. See top of *.c for additional +copyright information -Description: +Description +------------------------------------------------------------------------------- This plugin provides a recordings menu enhanced with the possibility to -rename or move recordings. +rename or move recordings. The display of recording date, time and length is +configurable. The plugin also handles archive dvd's of VDR recordings +(as known from the DVDArchive-patch for VDR). +Handling +------------------------------------------------------------------------------- Renaming: Select a recording, press 'Yellow', then 'Red'. Type in/edit the name. By pressing 'Ok', the recording will be renamed with this name. Moving: -Select a recording, press 'Yellow', then 'Green'. Now you are in the base video -directory. You can browse the directories, the path to the selected directory -is shown at the title bar. By pressing 'Blue' you select this path for moving. +Select a recording, press 'Yellow', then 'Green'. Now you are at the 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 -There is a patch for VDR in /patches for replacing VDR's recordings menu with +DVDArchive-patch 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 +than one recording to a dvd. Now you can delete the video data files (001.vdr, +002.vdr, ...) from your hard disc. Leave the index.vdr and info.vdr at the dir +and create a new file dvd.vdr, that contains the identifier of the dvd. If you +now call the plugin and select such a recording entry you are asked to insert +this dvd. It will be mounted by the plugin and the replay starts from the dvd. +After replay ends, the dvd is unmountet instantly. + +Installation +------------------------------------------------------------------------------- +Installation of the plugin itselfs is like any other plugin installation. In +addition you have to place the script 'dvdarchive.sh' from the +scripts/-directory within your $PATH (eventualy adjust the rights) for the +DVDArchive-patch functionality. + +For VDR running as a user the script is designed to use sudo. Therefor sudo has +to be installed on your system and configured to execute mount and umount +without asking for a password. If you run VDR as root, change the variables +MOUNTCMD and UMOUNTCMD at top of the skript. Furthermore you have to adjust the +variable MOUNTPOINT to the mount point of your dvd device is it is defined at +/etc/fstab. + +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! |