diff options
author | Klaus Schmidinger <Klaus (dot) Schmidinger (at) tvdr (dot) de> | 2009-11-22 15:58:00 +0100 |
---|---|---|
committer | Klaus Schmidinger <Klaus (dot) Schmidinger (at) tvdr (dot) de> | 2009-11-22 15:58:00 +0100 |
commit | ea01358b3bca9d55402ba632c95cdd6458abfdb3 (patch) | |
tree | 3a92e952e0c8de3cf109748da749b2841fed0da0 /PLUGINS/src/sky | |
parent | 06bf4c453e22a9bf03f5ec46f7b45593e2cb326c (diff) | |
download | vdr-patch-lnbsharing-ea01358b3bca9d55402ba632c95cdd6458abfdb3.tar.gz vdr-patch-lnbsharing-ea01358b3bca9d55402ba632c95cdd6458abfdb3.tar.bz2 |
Version 1.7.10vdr-1.7.10
- Updated the Italian OSD texts (thanks to Diego Pierotto).
- Fixed wrong bracketing in cChannel::SubtitlingType() etc.
(thanks to Rolf Ahrenberg).
- Fixed not logging changes for channels that have no number
(reported by Timothy D. Lenz).
- Changed the project's URLs and email to tvdr.de.
- Added Lithuanian language translations (thanks to Valdemaras Pipiras).
- Updated Chinese language texts (thanks to Nan Feng).
- Only checking DVB_API_VERSION to be >=5 in order to stay compileable in case
the DVB API version number is increased (the API claims to always be backward
compatible).
- Fixed saving terminal settings when running in background (thanks to Manuel
Reimer).
- Fixed cFrameDetector::Analyze() to handle video streams where the frame type
is not detectable from the first TS packet of a frame.
- Fixed writing the PCR pid into the PMT in cPatPmtGenerator::GeneratePmt()
(reported by Rene van den Braken).
- Added Slovakian language texts (thanks to Milan Hrala).
- Fixed EntriesOnSameFileSystem() to avoid using f_fsid, which may be 0 (thanks
to Frank Schmirler).
- Fixed starting a recording at an I-frame.
- Fixed generating the index for recordings from channels that put a whole
GOP into one payload unit.
- The index file for TS recordings is now regenerated on-the-fly if a
recording is replayed that has no index. This can also be used to
re-create a broken index file by manually deleting the index file and then
replaying the recording (at least until the index file has been generated).
- The cRingBufferLinear::Read() function now returns -1 and sets errno to
EAGAIN if the buffer is already full.
- Fixed handling DVB subtitles for PES recordings (thanks to Rolf Ahrenberg).
- Added the audio id to the call of PlayAudio() in cDevice::PlayTsAudio()
(thanks to Andreas Schaefers).
- Fixed references to old *.vdr file names in MANUAL (reported by Arthur Konovalov).
- Reverted "Removed limitation to PAL resolution from SPU handling" because it
cause nothing but trouble. Besides, the core VDR doesn't use this, anyway.
- Fixed the default value for "Pause key handling" in the MANUAL (reported by
Diego Pierotto).
Diffstat (limited to 'PLUGINS/src/sky')
-rw-r--r-- | PLUGINS/src/sky/README | 6 | ||||
-rwxr-xr-x | PLUGINS/src/sky/getskyepg.pl | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/PLUGINS/src/sky/README b/PLUGINS/src/sky/README index 51b2d51..19d5d98 100644 --- a/PLUGINS/src/sky/README +++ b/PLUGINS/src/sky/README @@ -1,10 +1,10 @@ This is a "plugin" for the Video Disk Recorder (VDR). -Written by: Klaus Schmidinger <kls@cadsoft.de> +Written by: Klaus Schmidinger <kls@tvdr.de> -Project's homepage: www.cadsoft.de/vdr +Project's homepage: http://www.tvdr.de -Latest version available at: www.cadsoft.de/vdr +Latest version available at: http://www.tvdr.de This program 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/PLUGINS/src/sky/getskyepg.pl b/PLUGINS/src/sky/getskyepg.pl index da553ba..dfca96a 100755 --- a/PLUGINS/src/sky/getskyepg.pl +++ b/PLUGINS/src/sky/getskyepg.pl @@ -8,7 +8,7 @@ # # See the README file for copyright information and how to reach the author. # -# $Id: getskyepg.pl 2.0 2008/03/22 10:17:42 kls Exp $ +# $Id: getskyepg.pl 2.1 2009/10/18 14:05:47 kls Exp $ use Getopt::Std; use Time::Local; @@ -35,10 +35,10 @@ $User = $opt_U; # See "Rules for using this data" on http://bleb.org/tv/data/listings. # In case you modify this script in a way that changes its behavior -# towards the www.bleb.org website, please replace 'vdrbugs@cadsoft.de' +# towards the www.bleb.org website, please replace 'vdr-bugs@tvdr.de' # with your own email address! That way Andrew Flegg <andrew@bleb.org>, # who runs that web site, can contact you in case of problems. -$IDENT = "VDR::getskyepg.pl, http://www.cadsoft.de/vdr - vdrbugs\@cadsoft.de"; +$IDENT = "VDR::getskyepg.pl, http://www.tvdr.de - vdr-bugs\@tvdr.de"; $GAP = 2; $SkyWebPage = "www.bleb.org/tv/data/listings"; |