VDR version 2.6.8 is now available at the official VDR GIT archive
git://git.tvdr.de
You can also get the latest stable version with
git clone --branch stable/2.6 git://git.tvdr.de/vdr.git
or as a tar archive with
http://git.tvdr.de/?p=vdr.git;a=snapshot;h=refs/tags/2.6.8;sf=tbz2
The changes since version 2.6.7:
- Updated the Italian OSD texts (thanks to Diego Pierotto). - Fixed a possible access of a deleted object in the EIT scanner. - Fixed setting T2 system ID from NIT (thanks to Stefan Herdler). - When starting an editing process, VDR now first checks whether there is enough free disk space to take up the edited version of the recording. - Added an EPG bugfix for broadcasters who put literal "\n" strings in their EPG. Note that the string version of strreplace() has been modified, so that it replaces all occurrences of the search string, not just the first one. - Removed leftover cMenuRecordings::SetPath(). - The EIT scanner now checks whether there is a proper device before adding a channel to the scan list. - Unused devices can now be put into a power save mode (suggested by Markus Ehrnsperger). Device plugins need to implement the new function cDevice::SetPowerSaveMode() to make this work. - Implemented power save mode for cDvbDevice (based on a patch from Markus Ehrnsperger). - Added 'lnbPowerTurnedOn = false' to cDvbTuner::ProvidesFrontend() (suggested by Markus Ehrnsperger).
Homepage: http://www.tvdr.de Facebook: https://www.facebook.com/VideoDiskRecorder
Have fun!
Klaus
Hello Klaus,
thank you for this release.
On Mon, Jul 08, Klaus Schmidinger wrote:
- Unused devices can now be put into a power save mode (suggested by Markus Ehrnsperger). Device plugins need to implement the new function cDevice::SetPowerSaveMode() to make this work.
- Implemented power save mode for cDvbDevice (based on a patch from Markus Ehrnsperger).
- Added 'lnbPowerTurnedOn = false' to cDvbTuner::ProvidesFrontend() (suggested by Markus Ehrnsperger).
with this the last patch (from dynamite plugin) is gone. Thank you for implementing this in core vdr!