summaryrefslogtreecommitdiff
path: root/extrecmenu.c
diff options
context:
space:
mode:
authorAndreas Mair <andreas@vdr-developer.org>2010-05-29 15:01:25 +0200
committerAndreas Mair <andreas@vdr-developer.org>2010-05-29 15:05:49 +0200
commit61966ead5b86f5791e150d63386f51d58390f497 (patch)
treeddfe71ebb7d104cb689549d16a4eb702a68cf2c1 /extrecmenu.c
parent23f4f2114e7d48bb4bbe5e50aa6ddce0f1c21bd2 (diff)
downloadvdr-plugin-extrecmenu-61966ead5b86f5791e150d63386f51d58390f497.tar.gz
vdr-plugin-extrecmenu-61966ead5b86f5791e150d63386f51d58390f497.tar.bz2
Version 1.2-test1-am1v1.2-test1-am1
- fixed wrong help keys if selected recording finishes cutting. - plugins/extrecmenu/dircmds.conf for recording directory commands (same as reccmds.conf) - "nice" the action thread. - Use LimitBandwidth setting also for cutting.
Diffstat (limited to 'extrecmenu.c')
-rw-r--r--extrecmenu.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/extrecmenu.c b/extrecmenu.c
index 6793c93..1df3d34 100644
--- a/extrecmenu.c
+++ b/extrecmenu.c
@@ -11,7 +11,7 @@
using namespace std;
-static const char *VERSION = "1.2";
+static const char *VERSION = "1.2-test1-am1";
static const char *DESCRIPTION = tr("Extended recordings menu");
static const char *MAINMENUENTRY = "ExtRecMenu";
@@ -74,6 +74,8 @@ bool cPluginExtrecmenu::Start(void)
MoveCutterThread=new WorkerThread();
+ RecordingDirCommands.Load(AddDirectory(cPlugin::ConfigDirectory(PLUGIN_NAME_I18N), "dircmds.conf"), true);
+
return true;
}