Extrecmenu-plugin

From VDR Wiki
Revision as of 18:22, 8 December 2013 by Wirbel (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Description

Author: Martin Prochnow, extended by Carsten Siebholz and Andreas Mair

Extended Recordings Menu is a an extended recording menu for vdr.

Status

Last Update 04/2012

Detailled Description

Extrecmenu has the same functionality as the VDR one, you can choose a recording, show infos and play it and apply commands to a recording.

With extrecmenu, recordings can be renamed, moved (including creating subdirs) and move/rename folders. Sorting ascending/descending is individually possible for each folder. Together with the PIN-Plugin playing and editing recordings can be restricted.

Also the DVDArchive-patch functions are included, you may archive to DVD (data DVD), but use the standard list of recordings.

Images

Usage

Intuitive as the standard recordings menu.


Software Requirements

  • Dvd-plugin (optional, for Video-DVDs in list of recordings)

Installation

If the PIN-Plugin should be used to protect recordings, Makefile Option WITHPINPLUGIN=1 needs to be uncommented.

To use DVD-Archive Function, the script dvdarchive.sh needs to copied to $PATH.

cd $SOURCEDIR/VDR/PLUGINS/src/extrecmenu
for i in contrib/* ; do gcc $i -o scripts/${i:(-11):9} ; done
find $PWD/scripts -type f -exec ln -fs {} /usr/local/bin \;

Patches

There is a Patch for VDR in folder contrib to completely replace the original recordings menu.

Current Version

1.2.2

Links

  1. Plugins Homepage
  2. Homepage dvdarchive.sh