summaryrefslogtreecommitdiff
path: root/README
blob: dcd22bb6fbb70886ef46c120fd1067e41f72cb13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
This is a "plugin" for the Video Disk Recorder (VDR).

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 additional
copyright information. The script 'dvdarchive.sh' is provided by vejoun from
vdr-portal.de.

Description
-------------------------------------------------------------------------------
This plugin provides a recordings menu enhanced with the possibility to
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).

Editing
-------------------------------------------------------------------------------
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 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.

Details: Select a recording, press 'Yellow', then 'Blue'. In this menu you can
edit the lifetime and priority of the selected recording.

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.


Archiv-DVD-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. index.vdr is needed if you
want the length of the recording displayed. You can also use 'getlength' from
the tools/-directory to create a length.vdr, containing the length of the
recording. If you do this, you can also delete index.vdr.
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 in
/etc/fstab.

Check the options at the setup menu of the plugin. They are self-explaining.

There is a patch for VDR in contrib/ 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.
-------------------------------------------------------------------------------