VDR version 2.0.0 is now available at
ftp://ftp.tvdr.de/vdr/vdr-2.0.0.tar.bz2
A 'diff' against the previous developer version is available at
ftp://ftp.tvdr.de/vdr/Developer/vdr-1.7.42-2.0.0.diff
MD5 checksums:
fd7f481b996e03fae3c00e80b6b0d301 vdr-2.0.0.tar.bz2 db1fc075c567bf75c566de6ce3cb4a0b vdr-1.7.42-2.0.0.diff
A summary of all the major changes since the last stable version 1.6.0 can be found at
http://www.tvdr.de/changelog.htm
When updating from an earlier version of VDR please make sure you read the INSTALL and MANUAL files that come with the VDR source _before_ doing so! Please make sure you have backup copies of all your configuration files, and verify carefully that your timers will be set to the correct channels after switching to this new version.
Thanks to the many people who have contributed in the making, testing and debugging of this new version of VDR.
Please also visit the newly refurbished VDR homepage at
and VDR's new facebook page at
https://www.facebook.com/VideoDiskRecorder
Have fun!
Klaus
VDR version 2.0.0 is now available
Ahhhh, endlich.....
Thanks Klaus for the Major release, so long time we have waited for this...
Cheers Joerg
beside: media-video/vdr-2.0.0 is available on gentoo (portage / tmp. overlay vdr-devel) (boring compititian, we are always the first, ;))
Dear Klaus,
Bravo, well done !
Nice 2.0 home page too :-)
Bernard.
2013/3/31 Joerg Bornkessel ml@websitec.de
Thank you Klaus, and all others who have helped VDR reach this milestone! I personally appreciate the time & effort that's been put into bringing us a new "precious". Thanks again guys!
On Sun, Mar 31, 2013 at 8:00 AM, Scott Waye scott@waye.co.uk wrote:
Sorry for interrupting the party, great job for sure, but I think EPG on DVB-S2 is in fact buggy on DVB APIs 5.3 to 5.7.
For these API verisons, the API 5.8 code fork replaces DTV_STREAM_ID with DTV_DVBT2_PLP_ID, and sends this command to DVB-S2 cards, even though DVB-S2 cards can hardly handle DVB-T2 commands. At least DVBAPI 5.2 will fail miserably on that, not sure if DVBAPI 5.3 to 5.7 is more tolerant in ignoring this.
Suggested fix is to at least limit the DTV_STREAM_ID call for DVB-S2 to DVB API 5.8.
Alternatively, you can take over my runtime check, or just drop support for DVB API 5.7 and older.
Cheers,
Udo
On 31.03.2013 22:28, Udo Richter wrote:
I guess I'll do the latter in version 2.1.1. If in doubt, you may want to use the driver from
http://linuxtv.org/hg/~endriss/media_build_experimental
because that's the one I use, so I can say that it works (at least with the hardware I use). Currently I use the version as of 2013-03-01, which has
#define DVB_API_VERSION 5 #define DVB_API_VERSION_MINOR 10
Klaus