diff options
author | Jochen Dolze <vdr@dolze.de> | 2011-07-28 21:07:43 +0200 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2011-07-28 21:07:43 +0200 |
commit | 543b4d41ea7dc6e96c1e0148dd099afa579cee57 (patch) | |
tree | b2ef920aadcaf20d3a2950248c8a10b08300624a /command | |
parent | 3b7d47c660b6170f90b9a0cdb6b73ea9749f307d (diff) | |
download | vdr-plugin-markad-543b4d41ea7dc6e96c1e0148dd099afa579cee57.tar.gz vdr-plugin-markad-543b4d41ea7dc6e96c1e0148dd099afa579cee57.tar.bz2 |
Changed kabel1-logo, changed prosieben-logo
Diffstat (limited to 'command')
-rw-r--r-- | command/logos/ProSieben-A16_9-P0.pgm | bin | 10019 -> 6817 bytes | |||
-rw-r--r-- | command/logos/kabel_eins-A16_9-P0.pgm | bin | 10019 -> 8818 bytes | |||
-rw-r--r-- | command/logos/kabel_eins-A16_9-P1.pgm | bin | 2517 -> 0 bytes | |||
-rw-r--r-- | command/logos/kabel_eins-A16_9-P2.pgm | bin | 2517 -> 0 bytes | |||
-rw-r--r-- | command/markad-standalone.cpp | 25 | ||||
-rw-r--r-- | command/po/cs_CZ.po | 4 | ||||
-rw-r--r-- | command/po/de_DE.po | 4 | ||||
-rw-r--r-- | command/po/fi_FI.po | 4 | ||||
-rw-r--r-- | command/po/it_IT.po | 4 | ||||
-rw-r--r-- | command/po/sk_SK.po | 4 |
10 files changed, 32 insertions, 13 deletions
diff --git a/command/logos/ProSieben-A16_9-P0.pgm b/command/logos/ProSieben-A16_9-P0.pgm Binary files differindex bcee4bb..c9fe337 100644 --- a/command/logos/ProSieben-A16_9-P0.pgm +++ b/command/logos/ProSieben-A16_9-P0.pgm diff --git a/command/logos/kabel_eins-A16_9-P0.pgm b/command/logos/kabel_eins-A16_9-P0.pgm Binary files differindex 271cb83..d9fdad6 100644 --- a/command/logos/kabel_eins-A16_9-P0.pgm +++ b/command/logos/kabel_eins-A16_9-P0.pgm diff --git a/command/logos/kabel_eins-A16_9-P1.pgm b/command/logos/kabel_eins-A16_9-P1.pgm Binary files differdeleted file mode 100644 index 6c7580e..0000000 --- a/command/logos/kabel_eins-A16_9-P1.pgm +++ /dev/null diff --git a/command/logos/kabel_eins-A16_9-P2.pgm b/command/logos/kabel_eins-A16_9-P2.pgm Binary files differdeleted file mode 100644 index e95f62e..0000000 --- a/command/logos/kabel_eins-A16_9-P2.pgm +++ /dev/null diff --git a/command/markad-standalone.cpp b/command/markad-standalone.cpp index 47d9eaa..10ed7a2 100644 --- a/command/markad-standalone.cpp +++ b/command/markad-standalone.cpp @@ -1123,7 +1123,7 @@ void cMarkAdStandalone::ProcessFile() AddMark(&tempmark); } } - skipped=demux->Skipped(); + if (demux) skipped=demux->Skipped(); } void cMarkAdStandalone::Process() @@ -1934,6 +1934,11 @@ bool cMarkAdStandalone::CreatePidfile() } fclose(oldpid); } + else + { + // fopen above sets the error to 2, reset it here! + errno=0; + } if (duplicate) { free(buf); @@ -2036,7 +2041,17 @@ cMarkAdStandalone::cMarkAdStandalone(const char *Directory, const MarkAdConfig * } } - isyslog("starting v%s",VERSION); + long lb; + errno=0; + lb=sysconf(_SC_LONG_BIT); + if (errno==0) + { + isyslog("starting v%s (%libit)",VERSION,lb); + } + else + { + isyslog("starting v%s",VERSION); + } isyslog("on %s",Directory); if (!bDecodeAudio) @@ -2065,7 +2080,11 @@ cMarkAdStandalone::cMarkAdStandalone(const char *Directory, const MarkAdConfig * bIgnoreTimerInfo=true; } - if (!CheckTS()) return; + if (!CheckTS()) { + esyslog("no files found"); + abort=true; + return; + } if (isTS) { diff --git a/command/po/cs_CZ.po b/command/po/cs_CZ.po index be08408..7decee6 100644 --- a/command/po/cs_CZ.po +++ b/command/po/cs_CZ.po @@ -4,10 +4,11 @@ msgid "" msgstr "" "Project-Id-Version: markad\n" "Report-Msgid-Bugs-To: <see README>\n" -"POT-Creation-Date: 2010-05-27 15:32+0200\n" +"POT-Creation-Date: 2011-07-28 15:52+0200\n" "PO-Revision-Date: 2011-03-01 20:30+0100\n" "Last-Translator: jiri dobry <jdobry@centrum.cz>\n" "Language-Team: <vdr@linuxtv.org>\n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -20,4 +21,3 @@ msgstr "vyhledávání reklamy zrušeno pro" msgid "markad finished for" msgstr "vyhledávání reklamy skončilo pro" - diff --git a/command/po/de_DE.po b/command/po/de_DE.po index 721fbbf..fb34b96 100644 --- a/command/po/de_DE.po +++ b/command/po/de_DE.po @@ -4,14 +4,14 @@ msgid "" msgstr "" "Project-Id-Version: markad\n" "Report-Msgid-Bugs-To: <see README>\n" -"POT-Creation-Date: 2011-03-21 22:31+0100\n" +"POT-Creation-Date: 2011-07-28 15:52+0200\n" "PO-Revision-Date: 2010-03-31 03:07+0200\n" "Last-Translator: Jochen Dolze <vdr@dolze.de>\n" "Language-Team: German <vdr@linuxtv.org>\n" +"Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: de\n" msgid "starting markad for" msgstr "Starte markad für" diff --git a/command/po/fi_FI.po b/command/po/fi_FI.po index 06709cb..034cfbf 100644 --- a/command/po/fi_FI.po +++ b/command/po/fi_FI.po @@ -5,14 +5,14 @@ msgid "" msgstr "" "Project-Id-Version: markad\n" "Report-Msgid-Bugs-To: <see README>\n" -"POT-Creation-Date: 2011-03-21 22:31+0100\n" +"POT-Creation-Date: 2011-07-28 15:52+0200\n" "PO-Revision-Date: 2011-02-27 02:27+0200\n" "Last-Translator: Rolf Ahrenberg\n" "Language-Team: Finnish <vdr@linuxtv.org>\n" +"Language: fi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: fi\n" msgid "starting markad for" msgstr "markad käynnistetty:" diff --git a/command/po/it_IT.po b/command/po/it_IT.po index 4c0e06d..824493a 100644 --- a/command/po/it_IT.po +++ b/command/po/it_IT.po @@ -4,10 +4,11 @@ msgid "" msgstr "" "Project-Id-Version: markad\n" "Report-Msgid-Bugs-To: <see README>\n" -"POT-Creation-Date: 2010-05-27 15:32+0200\n" +"POT-Creation-Date: 2011-07-28 15:52+0200\n" "PO-Revision-Date: 2011-03-05 15:55+0100\n" "Last-Translator: Diego Pierotto <vdr-italian@tiscali.it>\n" "Language-Team: <vdr@linuxtv.org>\n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -23,4 +24,3 @@ msgstr "markad annullato per" msgid "markad finished for" msgstr "markad completato per" - diff --git a/command/po/sk_SK.po b/command/po/sk_SK.po index 41f782b..41d434d 100644 --- a/command/po/sk_SK.po +++ b/command/po/sk_SK.po @@ -4,10 +4,11 @@ msgid "" msgstr "" "Project-Id-Version: markad\n" "Report-Msgid-Bugs-To: <see README>\n" -"POT-Creation-Date: 2010-05-27 15:32+0200\n" +"POT-Creation-Date: 2011-07-28 15:52+0200\n" "PO-Revision-Date: 2011-03-01 20:30+0100\n" "Last-Translator: milan hrala <hrala.milan@gmail.com>\n" "Language-Team: <vdr@linuxtv.org>\n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -20,4 +21,3 @@ msgstr "Vyhladávanie reklamy zrušené v" msgid "markad finished for" msgstr "Vyhladávanie reklamy skončilo v" - |