summaryrefslogtreecommitdiff
path: root/setup.c
diff options
context:
space:
mode:
authorThomas Maass <mase@mase1.setho.org>2013-10-21 17:55:03 +0200
committerThomas Maass <mase@mase1.setho.org>2013-10-21 17:55:03 +0200
commit526f69027750591f7196e0c3bd311936dc2610c5 (patch)
tree5e61f9ad96bf37eb3b211f23bf8471c62a424b0f /setup.c
parente8d1ca5ff467ab26c94513ca671f7ea626d9a9c4 (diff)
downloadvdr-plugin-hddarchive-526f69027750591f7196e0c3bd311936dc2610c5.tar.gz
vdr-plugin-hddarchive-526f69027750591f7196e0c3bd311936dc2610c5.tar.bz2
Removed archive functions from cMyMenuRecordingItem.
They are now called, when a cRecording is used. Removed support for VDR < 2.1.2. Fixed Play service. Fixed VDR patch. Added Skinnopacity patch.
Diffstat (limited to 'setup.c')
-rwxr-xr-xsetup.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/setup.c b/setup.c
index c60f570..5093d50 100755
--- a/setup.c
+++ b/setup.c
@@ -8,6 +8,8 @@
#include "setup.h"
+// --- cHddArchiveConfig -------------------------------------------------------
+
cHddArchiveConfig::cHddArchiveConfig()
{
strcpy(ArchiveDevice, "/dev/usb0");
@@ -29,6 +31,8 @@ bool cHddArchiveConfig::SetupParse(const char *Name, const char *Value)
return true;
}
+// --- cHddArchiveSetup --------------------------------------------------------
+
cHddArchiveSetup::cHddArchiveSetup()
{
tmpHddArchiveConfig = HddArchiveConfig;