diff --git a/HISTORY b/HISTORY index fdb7d4b..2f44eed 100644 --- a/HISTORY +++ b/HISTORY @@ -43,7 +43,7 @@ VDR Plugin 'iptv' Revision History - Updated for vdr-1.5.15. - Replaced asprintf with cString. -- Updated French translation (Thanks to Michaël Nival). +- Updated French translation (Thanks to Michaël Nival). - Modified VDR locale support detection. - Added preliminary automatic Pid scanning functionality. - Modified channels.conf format to enable/disable channel diff --git a/Makefile b/Makefile index 03fe562..6cde687 100644 --- a/Makefile +++ b/Makefile @@ -120,7 +120,7 @@ dist: clean @-rm -rf $(TMPDIR)/$(ARCHIVE) @mkdir $(TMPDIR)/$(ARCHIVE) @cp -a * $(TMPDIR)/$(ARCHIVE) - @tar czf $(PACKAGE).tgz -C $(TMPDIR) --exclude CVS $(ARCHIVE) + @tar czf $(PACKAGE).tgz -C $(TMPDIR) $(ARCHIVE) @-rm -rf $(TMPDIR)/$(ARCHIVE) @echo Distribution package created as $(PACKAGE).tgz diff --git a/README b/README index eac6d2a..deef7dc 100644 --- a/README +++ b/README @@ -3,8 +3,8 @@ This is an IPTV plugin for the Video Disk Recorder (VDR). Written by: Rolf Ahrenberg < R o l f . A h r e n b e r g @ s c i . f i > - Antti Seppälä - + Antti Seppälä + < a . s e p p a l a @ g m a i l . c o m > Project's homepage: http://www.saunalahti.fi/~rahrenbe/vdr/iptv/ diff --git a/common.c b/common.c index 1590526..31d0ac8 100644 --- a/common.c +++ b/common.c @@ -3,7 +3,6 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: common.c,v 1.10 2008/01/30 21:57:33 rahrenbe Exp $ */ #include diff --git a/common.h b/common.h index 95c38ec..9b2c5fe 100644 --- a/common.h +++ b/common.h @@ -3,7 +3,6 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: common.h,v 1.20 2008/02/17 19:18:47 rahrenbe Exp $ */ #ifndef __IPTV_COMMON_H diff --git a/config.c b/config.c index c195e03..d2d5c25 100644 --- a/config.c +++ b/config.c @@ -3,7 +3,6 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: config.c,v 1.21 2008/02/01 21:54:24 rahrenbe Exp $ */ #include "config.h" diff --git a/config.h b/config.h index 5bb034f..b0b0cd9 100644 --- a/config.h +++ b/config.h @@ -3,7 +3,6 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: config.h,v 1.20 2008/02/01 21:54:24 rahrenbe Exp $ */ #ifndef __IPTV_CONFIG_H diff --git a/device.c b/device.c index 4d40932..cfbdaeb 100644 --- a/device.c +++ b/device.c @@ -3,7 +3,6 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: device.c,v 1.87 2008/04/02 22:55:04 rahrenbe Exp $ */ #include "config.h" diff --git a/device.h b/device.h index f24d934..81f6871 100644 --- a/device.h +++ b/device.h @@ -3,7 +3,6 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: device.h,v 1.39 2008/02/17 19:18:47 rahrenbe Exp $ */ #ifndef __IPTV_DEVICE_H diff --git a/iptv.c b/iptv.c index be81660..de43dea 100644 --- a/iptv.c +++ b/iptv.c @@ -3,7 +3,6 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: iptv.c,v 1.39 2008/03/30 20:25:12 rahrenbe Exp $ */ #include diff --git a/iptv/iptvstream.sh b/iptv/iptvstream.sh index 4f1ce49..3f7d3f8 100755 --- a/iptv/iptvstream.sh +++ b/iptv/iptvstream.sh @@ -3,7 +3,7 @@ # iptvstream.sh can be used by the VDR iptv plugin to transcode external # sources # -# (C) 2007 Rolf Ahrenberg, Antti Seppälä +# (C) 2007 Rolf Ahrenberg, Antti Seppälä # # iptvstream.sh is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/iptv/vlc2iptv b/iptv/vlc2iptv index 3639010..c7040c4 100755 --- a/iptv/vlc2iptv +++ b/iptv/vlc2iptv @@ -2,7 +2,7 @@ # # vlc2iptv is used by the VDR iptv plugin to transcode external sources # -# (C) 2007 Rolf Ahrenberg, Antti Seppälä +# (C) 2007 Rolf Ahrenberg, Antti Seppälä # (C) 2007 Tobias Grimm # # vlc2iptv is free software; you can redistribute it and/or modify diff --git a/pidscanner.c b/pidscanner.c index 03d3bc4..921add0 100644 --- a/pidscanner.c +++ b/pidscanner.c @@ -3,7 +3,6 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: pidscanner.c,v 1.8 2008/08/06 08:05:52 rahrenbe Exp $ */ #include "common.h" diff --git a/pidscanner.h b/pidscanner.h index 5e81e4c..a5718e9 100644 --- a/pidscanner.h +++ b/pidscanner.h @@ -3,7 +3,6 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: pidscanner.h,v 1.3 2008/02/02 20:51:47 rahrenbe Exp $ */ #ifndef __PIDSCANNER_H diff --git a/po/fi_FI.po b/po/fi_FI.po index 86c0488..d921d67 100644 --- a/po/fi_FI.po +++ b/po/fi_FI.po @@ -12,7 +12,7 @@ msgstr "" "Last-Translator: Rolf Ahrenberg\n" "Language-Team: \n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=ISO-8859-15\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" msgid "PAT (0x00)" @@ -79,13 +79,13 @@ msgid "Nid" msgstr "Verkko-ID" msgid "Tid" -msgstr "Lähete-ID" +msgstr "Lähete-ID" msgid "Rid" msgstr "Radio-ID" msgid "Cannot find unique channel settings!" -msgstr "Yksilöllisiä kanava-asetuksia ei löydetä!" +msgstr "Yksilöllisiä kanava-asetuksia ei löydetä!" msgid "IPTV Channels" msgstr "IPTV-kanavat" @@ -116,21 +116,21 @@ msgid "" "\n" "Smaller sizes help memory consumption, but are more prone to buffer overflows." msgstr "" -"Määritä rengaspuskurin koko TS-lähetteelle megatavuina.\n" +"Määritä rengaspuskurin koko TS-lähetteelle megatavuina.\n" "\n" -"Pienempi rengaspuskuri vähentää muistinkulutusta, mutta on virhealttiimpi puskurin ylivuodolle." +"Pienempi rengaspuskuri vähentää muistinkulutusta, mutta on virhealttiimpi puskurin ylivuodolle." msgid "TS buffer prefill ratio [%]" -msgstr "TS-puskurin esitäyttöaste [%]" +msgstr "TS-puskurin esitäyttöaste [%]" msgid "" "Define a prefill ratio of the ringbuffer for transport streams before data is transferred to VDR.\n" "\n" "This is useful if streaming media over a slow or unreliable connection." msgstr "" -"Määrittele TS-rengaspuskurin esitäyttöaste, jonka jälkeen lähetettä aletaan siirtämään eteenpäin VDR:lle.\n" +"Määrittele TS-rengaspuskurin esitäyttöaste, jonka jälkeen lähetettä aletaan siirtämään eteenpäin VDR:lle.\n" "\n" -"Puskurin esitäyttö parantaa suoratoistoa hitailla ja epäluotettavilla yhteyksillä." +"Puskurin esitäyttö parantaa suoratoistoa hitailla ja epäluotettavilla yhteyksillä." msgid "EXT protocol base port" msgstr "EXT-protokollan perusportti" @@ -140,12 +140,12 @@ msgid "" "\n" "The port range is defined by the number of IPTV devices. This setting sets the port which is listened for connections from external applications when using the EXT protocol." msgstr "" -"Määrittele EXT-protokollan käyttämä perusportti.\n" +"Määrittele EXT-protokollan käyttämä perusportti.\n" "\n" -"Porttiavaruuden koko määräytyy käytettyjen IPTV-laitteiden mukaan. Laajennos lukee EXT-protokollan yhteydessä perusportista dataa, jota ulkoiset ohjelmistot tarjoavat." +"Porttiavaruuden koko määräytyy käytettyjen IPTV-laitteiden mukaan. Laajennos lukee EXT-protokollan yhteydessä perusportista dataa, jota ulkoiset ohjelmistot tarjoavat." msgid "Use section filtering" -msgstr "Käytä sektioiden suodatusta" +msgstr "Käytä sektioiden suodatusta" msgid "" "Define whether the section filtering shall be used.\n" @@ -153,29 +153,29 @@ msgid "" "Section filtering means that IPTV plugin tries to parse and provide VDR with secondary data about the currently active stream. VDR can then use this data for providing various functionalities such as automatic pid change detection and EPG etc.\n" "Enabling this feature does not affect streams that do not contain section data." msgstr "" -"Määrittele suodatuksen käyttö sektioille.\n" +"Määrittele suodatuksen käyttö sektioille.\n" "\n" -"IPTV-laajennos voi suodattaa lähetteestä VDR:lle tarjottavia sektioita, joita käytetään esim. ohjelmaoppaan ja ohjelmatunnisteiden (PID) päivittämiseen.\n" -"Toiminto ei vaikuta lähetteeseen, jossa ei ole sektioita." +"IPTV-laajennos voi suodattaa lähetteestä VDR:lle tarjottavia sektioita, joita käytetään esim. ohjelmaoppaan ja ohjelmatunnisteiden (PID) päivittämiseen.\n" +"Toiminto ei vaikuta lähetteeseen, jossa ei ole sektioita." msgid "Disable filters" -msgstr "Poista suodattimia käytöstä" +msgstr "Poista suodattimia käytöstä" msgid "" "Define number of section filters to be disabled.\n" "\n" "Certain section filters might cause some unwanted behaviour to VDR such as time being falsely synchronized. By black-listing the filters here useful section data can be left intact for VDR to process." msgstr "" -"Määrittele käytöstä poistettavien suodattimien lukumäärä sektioille.\n" +"Määrittele käytöstä poistettavien suodattimien lukumäärä sektioille.\n" "\n" -"Tietyt sektiot saattavat aiheuttaa virheellistä toimintaa VDR:ssä, esimerkiksi asettavat väärän kellonajan, ja näiden poistaminen auttaa VDR:ää toimimaan kunnolla jäljelle jäävien sektioiden kanssa." +"Tietyt sektiot saattavat aiheuttaa virheellistä toimintaa VDR:ssä, esimerkiksi asettavat väärän kellonajan, ja näiden poistaminen auttaa VDR:ää toimimaan kunnolla jäljelle jäävien sektioiden kanssa." #. TRANSLATORS: note the singular! msgid "Disable filter" -msgstr "Poista suodatin käytöstä" +msgstr "Poista suodatin käytöstä" msgid "Define an ill-behaving filter to be blacklisted." -msgstr "Määrittele käytöstä poistettava suodatin, joka lisätään mustalle listalle." +msgstr "Määrittele käytöstä poistettava suodatin, joka lisätään mustalle listalle." msgid "Help" msgstr "Opaste" diff --git a/protocolext.c b/protocolext.c index f57f5a6..73d8f32 100644 --- a/protocolext.c +++ b/protocolext.c @@ -3,7 +3,6 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: protocolext.c,v 1.24 2008/02/17 19:18:47 rahrenbe Exp $ */ #include diff --git a/protocolext.h b/protocolext.h index 3b21d00..2f2ef57 100644 --- a/protocolext.h +++ b/protocolext.h @@ -3,7 +3,6 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: protocolext.h,v 1.10 2008/02/17 19:18:47 rahrenbe Exp $ */ #ifndef __IPTV_PROTOCOLEXT_H diff --git a/protocolfile.c b/protocolfile.c index 662d13b..25889e4 100644 --- a/protocolfile.c +++ b/protocolfile.c @@ -3,7 +3,6 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: protocolfile.c,v 1.15 2008/01/04 23:36:37 ajhseppa Exp $ */ #include diff --git a/protocolfile.h b/protocolfile.h index 87a8cf9..a820e7c 100644 --- a/protocolfile.h +++ b/protocolfile.h @@ -3,7 +3,6 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: protocolfile.h,v 1.8 2008/01/04 23:36:37 ajhseppa Exp $ */ #ifndef __IPTV_PROTOCOLFILE_H diff --git a/protocolhttp.c b/protocolhttp.c index 3a756bd..0f9b9bf 100644 --- a/protocolhttp.c +++ b/protocolhttp.c @@ -3,7 +3,6 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: protocolhttp.c,v 1.25 2008/04/02 22:55:04 rahrenbe Exp $ */ #include diff --git a/protocolhttp.h b/protocolhttp.h index 38bfc40..5539eb7 100644 --- a/protocolhttp.h +++ b/protocolhttp.h @@ -3,7 +3,6 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: protocolhttp.h,v 1.12 2008/01/04 23:36:37 ajhseppa Exp $ */ #ifndef __IPTV_PROTOCOLHTTP_H diff --git a/protocolif.h b/protocolif.h index 5a75e55..2606ae5 100644 --- a/protocolif.h +++ b/protocolif.h @@ -3,7 +3,6 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: protocolif.h,v 1.8 2008/01/30 21:57:33 rahrenbe Exp $ */ #ifndef __IPTV_PROTOCOLIF_H diff --git a/protocoludp.c b/protocoludp.c index d450090..9626849 100644 --- a/protocoludp.c +++ b/protocoludp.c @@ -3,7 +3,6 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: protocoludp.c,v 1.22 2008/01/04 23:36:37 ajhseppa Exp $ */ #include diff --git a/protocoludp.h b/protocoludp.h index 6be4a00..583d09d 100644 --- a/protocoludp.h +++ b/protocoludp.h @@ -3,7 +3,6 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: protocoludp.h,v 1.13 2008/01/04 23:36:37 ajhseppa Exp $ */ #ifndef __IPTV_PROTOCOLUDP_H diff --git a/sectionfilter.c b/sectionfilter.c index 3027283..cafef6b 100644 --- a/sectionfilter.c +++ b/sectionfilter.c @@ -3,7 +3,6 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: sectionfilter.c,v 1.19 2008/02/17 19:18:47 rahrenbe Exp $ */ #include "sectionfilter.h" diff --git a/sectionfilter.h b/sectionfilter.h index b6f5705..0b78038 100644 --- a/sectionfilter.h +++ b/sectionfilter.h @@ -3,7 +3,6 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: sectionfilter.h,v 1.8 2008/02/17 19:18:47 rahrenbe Exp $ */ #ifndef __IPTV_SECTIONFILTER_H diff --git a/setup.c b/setup.c index 96bd634..b9a1765 100644 --- a/setup.c +++ b/setup.c @@ -3,7 +3,6 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: setup.c,v 1.58 2008/04/02 20:22:48 rahrenbe Exp $ */ #include diff --git a/setup.h b/setup.h index c5ccd21..363cf92 100644 --- a/setup.h +++ b/setup.h @@ -3,7 +3,6 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: setup.h,v 1.21 2008/02/19 22:29:02 rahrenbe Exp $ */ #ifndef __IPTV_SETUP_H diff --git a/sidscanner.c b/sidscanner.c index 65fd014..37138ba 100644 --- a/sidscanner.c +++ b/sidscanner.c @@ -3,7 +3,6 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: sidscanner.c,v 1.1 2007/10/01 18:14:57 rahrenbe Exp $ */ #include diff --git a/sidscanner.h b/sidscanner.h index 7f05505..b159a24 100644 --- a/sidscanner.h +++ b/sidscanner.h @@ -3,7 +3,6 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: sidscanner.h,v 1.1 2007/10/01 18:14:57 rahrenbe Exp $ */ #ifndef __SIDSCANNER_H diff --git a/socket.c b/socket.c index 1675bd3..b850982 100644 --- a/socket.c +++ b/socket.c @@ -3,7 +3,6 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: socket.c,v 1.7 2008/01/30 21:57:33 rahrenbe Exp $ */ #include diff --git a/socket.h b/socket.h index 81c89eb..80926ea 100644 --- a/socket.h +++ b/socket.h @@ -3,7 +3,6 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: socket.h,v 1.3 2007/10/21 19:32:15 ajhseppa Exp $ */ #ifndef __IPTV_SOCKET_H diff --git a/statistics.c b/statistics.c index b32bcb2..97692e1 100644 --- a/statistics.c +++ b/statistics.c @@ -3,7 +3,6 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: statistics.c,v 1.22 2008/01/19 21:08:03 ajhseppa Exp $ */ #include diff --git a/statistics.h b/statistics.h index 5dcc72b..4795451 100644 --- a/statistics.h +++ b/statistics.h @@ -3,7 +3,6 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: statistics.h,v 1.11 2008/01/19 21:08:03 ajhseppa Exp $ */ #ifndef __IPTV_STATISTICS_H diff --git a/streamer.c b/streamer.c index 2171538..c1109f8 100644 --- a/streamer.c +++ b/streamer.c @@ -3,7 +3,6 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: streamer.c,v 1.33 2008/04/04 20:55:44 rahrenbe Exp $ */ #include diff --git a/streamer.h b/streamer.h index 65b79b2..d24ff10 100644 --- a/streamer.h +++ b/streamer.h @@ -3,7 +3,6 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: streamer.h,v 1.16 2008/04/04 20:55:44 rahrenbe Exp $ */ #ifndef __IPTV_STREAMER_H