summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Dummer <martin.dummer@gmx.net>2012-06-19 08:47:30 +0200
committerMartin Dummer <martin.dummer@gmx.net>2012-06-19 08:47:30 +0200
commitb383850f39f5630c170f11302298338dabe51173 (patch)
treec382bc7e332d2d744ede3b06bd9865e710076b85
parent224149e3c53e257abeb8adbfe28da76713914bd3 (diff)
downloadvdr-plugin-undelete-b383850f39f5630c170f11302298338dabe51173.tar.gz
vdr-plugin-undelete-b383850f39f5630c170f11302298338dabe51173.tar.bz2
edit README file for new homepage and author's email address
-rw-r--r--HISTORY9
-rw-r--r--README40
2 files changed, 35 insertions, 14 deletions
diff --git a/HISTORY b/HISTORY
index 4dd9dc4..b627bf4 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,4 +1,4 @@
-VDR Plugin 'playlist' Revision History
+VDR Plugin 'undelete' Revision History
--------------------------------------
2004-10-08: Version 0.0.1
@@ -38,3 +38,10 @@ VDR Plugin 'playlist' Revision History
- add French translation (thanks to pat@vdrportal.de)
- Change translation for Keys with numbers
- add check for count of *.vdr files
+
+2012-06-18 Martin Dummer <martin.dummer@gmx.net>
+
+- corrected the HISTORY header
+- edit the README file
+
+
diff --git a/README b/README
index f65457e..81d7242 100644
--- a/README
+++ b/README
@@ -1,28 +1,42 @@
This is a "plugin" for the Video Disk Recorder (VDR).
-Written by: Hardy Flor <HFlor@web.de>
+Written by: Hardy Flor <HFlor@gmx.de>
-Project's homepage: www.fast-info.de/vdr/undelete
+Project's homepage: http://projects.vdr-developer.org/projects/plg-undelete
See the file COPYING for license information.
undelete-plugin version 0.0.6
-This plugin allow the undelete from deleted recordings for a short time
+Description:
+============
-If the VDR idle then erase all deleted recordings!
+This plugin allows to undelete from deleted recordings for a short time
-Handling:
+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.
-You can build the list from plugin-setup (by 'Display deleted recordings now') or is the
-mainmenuentry visible from then mainmenu.
+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.
+
+
+Usage:
+======
+
+You can build the current list of deleted from the plugin-setup menu
+(by 'Display deleted recordings now') or from the plugin's mainmenu entry (mainmenuentry visible from then mainmenu.
The keys for purge and salvage can you change in the setup of plugin
-control with SVDRP is also allow:
-PLUG undelte LSTD [ <number> ] List deleted recordings
-PLUG undelte SIZED [ -h ] Caclulate the size of deleted recordings
-PLUG undelte RMDIR Start remove empty directory
-PLUG undelte PURGE ALL | <number> purge the selected deleted recording
-PLUG undelte SALVAGE ALL | <number> salvage the selected deleted recording
+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