From 6c4c8a10b75e882f0e83854f19f12b3db6812ee6 Mon Sep 17 00:00:00 2001 From: Rolf Ahrenberg Date: Sun, 26 Apr 2015 12:49:40 +0300 Subject: [PATCH] Set the default device count to two. --- HISTORY | 4 +++- README | 2 +- po/ca_ES.po | 4 ++-- po/de_DE.po | 4 ++-- po/es_ES.po | 4 ++-- po/fi_FI.po | 4 ++-- satip.c | 2 +- 7 files changed, 13 insertions(+), 11 deletions(-) diff --git a/HISTORY b/HISTORY index 790b2cb..381c04b 100644 --- a/HISTORY +++ b/HISTORY @@ -131,7 +131,9 @@ VDR Plugin 'satip' Revision History - Updated against SAT>IP protocol specification version 1.2.2. -2015-XX-XX: Version 2.2.2 +2015-04-26: Version 2.2.2 - Added a more flexible OPER command in the SVDRP interface. +- Added new ATTA and DETA SVDRP commands. +- Set the default device count to two. diff --git a/README b/README index 7a44ccf..49b0b38 100644 --- a/README +++ b/README @@ -42,7 +42,7 @@ make -C satip-X.Y.Z install Configuration: The plugin accepts a "--devices" (-d) command-line parameter defaulting -to one. This parameter defines how many simultaneous transponders can +to two. This parameter defines how many simultaneous transponders can be received, if there are available SAT>IP tuners. The plugin accepts also a "--server" (-s) command-line parameter, that diff --git a/po/ca_ES.po b/po/ca_ES.po index 305a304..593e0ad 100644 --- a/po/ca_ES.po +++ b/po/ca_ES.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: vdr-satip 2.2.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-04-04 04:04+0300\n" -"PO-Revision-Date: 2015-04-04 04:04+0300\n" +"POT-Creation-Date: 2015-04-26 04:26+0300\n" +"PO-Revision-Date: 2015-04-26 04:26+0300\n" "Last-Translator: Gabriel Bonich \n" "Language-Team: Catalan \n" "Language: ca\n" diff --git a/po/de_DE.po b/po/de_DE.po index 11507b3..91b8148 100644 --- a/po/de_DE.po +++ b/po/de_DE.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: vdr-satip 2.2.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-04-04 04:04+0300\n" -"PO-Revision-Date: 2015-04-04 04:04+0300\n" +"POT-Creation-Date: 2015-04-26 04:26+0300\n" +"PO-Revision-Date: 2015-04-26 04:26+0300\n" "Last-Translator: Frank Neumann \n" "Language-Team: German \n" "Language: de\n" diff --git a/po/es_ES.po b/po/es_ES.po index 952a376..b4654c0 100644 --- a/po/es_ES.po +++ b/po/es_ES.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: vdr-satip 2.2.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-04-04 04:04+0300\n" -"PO-Revision-Date: 2015-04-04 04:04+0300\n" +"POT-Creation-Date: 2015-04-26 04:26+0300\n" +"PO-Revision-Date: 2015-04-26 04:26+0300\n" "Last-Translator: Gabriel Bonich \n" "Language-Team: Spanish \n" "Language: es\n" diff --git a/po/fi_FI.po b/po/fi_FI.po index 9912911..ed7b86c 100644 --- a/po/fi_FI.po +++ b/po/fi_FI.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: vdr-satip 2.2.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-04-04 04:04+0300\n" -"PO-Revision-Date: 2015-04-04 04:04+0300\n" +"POT-Creation-Date: 2015-04-26 04:26+0300\n" +"PO-Revision-Date: 2015-04-26 04:26+0300\n" "Last-Translator: Rolf Ahrenberg\n" "Language-Team: Finnish \n" "Language: fi\n" diff --git a/satip.c b/satip.c index 29836f1..21d08ae 100644 --- a/satip.c +++ b/satip.c @@ -62,7 +62,7 @@ public: }; cPluginSatip::cPluginSatip(void) -: deviceCountM(1), +: deviceCountM(2), serversM(NULL) { debug16("%s", __PRETTY_FUNCTION__);