VDR version 2.7.9 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/latest git://git.tvdr.de/vdr.git
or as a tar archive with
http://git.tvdr.de/?p=vdr.git;a=snapshot;h=stable/latest;sf=tbz2
The changes since version 2.7.8:
- Fixed the latest change in the SVDRP command NEWT for pattern timers (reported by Jürgen Schneider). - Added DELETEDRECORDINGS to the section about Locking in PLUGINS.html (suggested by Markus Ehrnsperger). - Fixed setting the title of the "Recordings" menu in case it becomes empty or non-empty. - Fixed handling kPause, kPlayPause and kRecord in case they are pressed during replay while a menu is open. - The "Deleted recordings" menu can now be entered via a dynamic item in the main menu, which replaces the "Red" key in the "Setup" menu. APIVERSNUM is now 30011. - Revised the German translation of "Number keys for characters" (thanks to Stefan Hofmann). - Removed an unused variable in cCutter::Start(). - Extended the descriptions of the Delete(), Remove() and Undelete() functions in cRecording. - Fixed deleting existing destinations in cRecordingsHandlerEntry (reported by Christoph Haubrich). - Fixed cRecordings::DelByName() to work with file names that have '.del' as extension (reported by Stefan Herdler). - cRecordings::DelByName() is now deprecated because every caller has different requirements. - cVideoDirectoryScannerThread::ScanVideoDir() now also checks for vanished deleted recordings. - Added some debug output to the error message in cTimer::Matches(time_t t, int Margin) (thanks to Markus Ehrnsperger). - The language of title and short text of EPG events is now stored in cEvent (thanks to Markus Ehrnsperger). The 'X' tag in epg.data now uses the special "<stream> <type>" string of "0 00" to encode the language of title and short text. The three letter language codes in i18n.c have been adjusted to conform to iso639-2 (T/B). Users may want to check whether their preferred audio and subtitle language settings are still correct (this applies to the language codes "alb" "chi", "cze", "dut", "mac" and "rom"). - Updated the Finnish OSD texts (thanks to Marko Mäkelä). - Commented out unused parameters in cSdtFilter::Process() (reported by Christoph Haubrich). - When a replay ends by reaching the end of the recording, it automatically opens the "Recordings" menu at the location of that recording (suggested by Markus Ehrnsperger). - Plugins need to be rebuilt.
Homepage: http://www.tvdr.de Facebook: https://www.facebook.com/VideoDiskRecorder
Have fun!
Klaus