Undelete-plugin: Difference between revisions

From VDR Wiki
Jump to navigation Jump to search
(Preparation)
Line 1: Line 1:
==Description==
==Description==
[[Image:(missing)-plugin.jpg|thumb|Screenshot]]
[[Image:Undelete-plugin.jpg|thumb|Screenshot]]
The '''undelete plugin''' restored accidentally deleted recordings.

When [[VDR]] deletes a recording, it is not actually deleted, but marked for later deletion VDR. From time to time, when VDR has nothing else to do, it start to really delete those marked recordings.

This plugin can unmark recording and VDR won't delete them anymore. Also marked recording can be really deleted.


==Hardware requirements==
==Hardware requirements==


==Software requirements==
==Software requirements==
* VDR >= 1.2.6
* [[Elchiaio-patch|Elchi-AIO]] patch (optional, automatically detected)


==Installation==
==Installation==
See [[plugin installation]]
See [[plugin installation]]

==Configuration==
===Parameter===
{| border=1 cellpadding=2 cellspacing=0
|- bgcolor=#efdead
!Parameter (short)
!Parameter (long)
!Description
|-
| -c || --confirm_del_rec || Confirmation request for deletion of recordings
|-
| -C || --not_confirm_del_rec || Deletion of recording without confirmation
|-
| -d || --confirm_del_dir || Confirmation request for deletion of directories
|-
| -D || --not_confirm_del_dir || Deletion of directories without confirmation
|-
| -m || --visible_in_mainmenu || Show entry ''Undelete'' in the main menu
|-
| -M || --hide_in_mainmenu || Hide entry in main menu (accessible through setup menu)
|-
| -n NAME || --mainmenu_name=NAME || Name of the main menu entry
|-
| -s || --confirm_undel_rec || Confirmation request for undeletion
|-
| -S || --not_confirm_undel_rec || Undeletion without confirmation
|-
| -t || --confirm_undel_dir || Confirmation request for undeletion of directories
|-
| -T || --not_confirm_undel_dir || Undelete directories without confirmation
|-
| -v || --verbose || Log with syslog
|-
| -V || --noverbose || Log only errors
|-
| || --nosetup_commandline || Make commandline options unchangeable through the setup menu
|-
| || @config-file || Read further parameter from the given file
|}


==Problems==
==Problems==
Line 14: Line 60:
{|
{|
| [1]
| [1]
| http://
| http://www.fast-info.de/vdr/undelete
| Plugin homepage
| Plugin homepage
|}
|}
Line 20: Line 66:
[[Category:Plugins]]
[[Category:Plugins]]


{{i18n|undelete-plugin}}
<!-- Link to german wiki page -->
[[de:Hello-plugin]]

Revision as of 08:10, 14 March 2006

Description

The undelete plugin restored accidentally deleted recordings.

When VDR deletes a recording, it is not actually deleted, but marked for later deletion VDR. From time to time, when VDR has nothing else to do, it start to really delete those marked recordings.

This plugin can unmark recording and VDR won't delete them anymore. Also marked recording can be really deleted.

Hardware requirements

Software requirements

  • VDR >= 1.2.6
  • Elchi-AIO patch (optional, automatically detected)

Installation

See plugin installation

Configuration

Parameter

Parameter (short) Parameter (long) Description
-c --confirm_del_rec Confirmation request for deletion of recordings
-C --not_confirm_del_rec Deletion of recording without confirmation
-d --confirm_del_dir Confirmation request for deletion of directories
-D --not_confirm_del_dir Deletion of directories without confirmation
-m --visible_in_mainmenu Show entry Undelete in the main menu
-M --hide_in_mainmenu Hide entry in main menu (accessible through setup menu)
-n NAME --mainmenu_name=NAME Name of the main menu entry
-s --confirm_undel_rec Confirmation request for undeletion
-S --not_confirm_undel_rec Undeletion without confirmation
-t --confirm_undel_dir Confirmation request for undeletion of directories
-T --not_confirm_undel_dir Undelete directories without confirmation
-v --verbose Log with syslog
-V --noverbose Log only errors
--nosetup_commandline Make commandline options unchangeable through the setup menu
@config-file Read further parameter from the given file

Problems

Links

[1] http://www.fast-info.de/vdr/undelete Plugin homepage