blob: b5a071f29688722bb397af8e409eea3ccc43efdb (
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
|
This is a "plugin" for the Video Disk Recorder (VDR).
Written by: Hardy Flor <HFlor@gmx.de>
cont'd by: Martin Dummer <martin.dummer@gmx.net>
Project's homepage: http://projects.vdr-developer.org/projects/plg-undelete
See the file COPYING for license information.
Description:
============
This plugin allows to undelete from deleted recordings for a short time
When a recording is deleted in VDR, the recording is just marked for deletion.
The removal of the files and directories is done in the background after a certain idle time
or when VDR needs more diskspace.
In case this cleanup process has not run, you can recover your deleted recordings
with this plugin.
The plugin can also show the size of the deleted recordings and and immediate deletion
can be triggered.
Requirements:
=============
up to undelete-plugin v0.0.6: VDR >=1.3.8
undelete-plugin v0.0.7 and later: VDR >=1.5.7
Usage:
======
You can build the current list of deleted recordings from the plugin-setup menu
(by 'Display deleted recordings now') or from the plugin's mainmenu entry (if
mainmenuentry is visible in the main menu).
The keys for purge and salvage are adjustable in the plugin's setup
The plugin has the following SVDRP commands:
PLUG undelete LSTD [ <number> ] List deleted recordings
PLUG undelete SIZED [ -h ] Caclulate the size of deleted recordings
PLUG undelete RMDIR Start remove empty directory
PLUG undelete PURGE ALL | <number> purge the selected deleted recording
PLUG undelete SALVAGE ALL | <number> salvage the selected deleted recording
|