summaryrefslogtreecommitdiff
path: root/UPDATE-1.4.0
diff options
context:
space:
mode:
authorKlaus Schmidinger <kls (at) cadsoft (dot) de>2006-04-23 18:00:00 +0200
committerKlaus Schmidinger <kls (at) cadsoft (dot) de>2006-04-23 18:00:00 +0200
commit880c3ddb94c09d6cca411363ed6f981d4e150fd2 (patch)
treec7f88180032f51938367727f145928528406c0c4 /UPDATE-1.4.0
parent293ed4027ed3c3c8fd6ef1e8bdd79bfe69193957 (diff)
downloadvdr-patch-lnbsharing-880c3ddb94c09d6cca411363ed6f981d4e150fd2.tar.gz
vdr-patch-lnbsharing-880c3ddb94c09d6cca411363ed6f981d4e150fd2.tar.bz2
Version 1.3.48vdr-1.3.48
- Updated the GPL copies (thanks to Ville Skyttä). - Fixed several spelling errors (thanks to Ville Skyttä). - Updated the Polish OSD texts (thanks to Jaroslaw Swierczynski). - Updated the Finnish OSD texts (thanks to Rolf Ahrenberg). - Updated the French OSD texts (thanks to Pierre Briec). - Updated the Estonian OSD texts (thanks to Arthur Konovalov). - Updated the Romanian OSD texts (thanks to Lucian Muresan). - Updated the Danish OSD texts (thanks to Mogens Elneff). - Updated the Russian OSD texts (thanks to Oleg Roitburd). - Updated the Slovenian OSD texts (thanks to Matjaz Thaler). - Fixed wrong credits for the patch that was used to implement cPlugin::Active(). - Simplified the 'grep|awk|sed' command to retrieve the VDR/APIVERSION to a single 'sed' call. - Updated the Swedish OSD texts (thanks to Tomas Prybil). - Modified the German OSD texts to be "less technical" (thanks to Andreas Brachold). - Extended the version number reported with the '-V' option to also show the current APIVERSION (suggested by Thomas Günther). - Fixed handling empty titles in cEvent::FixEpgBugs() (reported by Rolf Ahrenberg). - Fixed some missing '-' in the German OSD texts (thanks to Walter Koch). - Added an error message about plugins that don't honor APIVERSION in their Makefile (based on a suggestion by Udo Richter). - Fixed a format string in recording.c to avoid a compiler warning on 64bit systems (thanks to Christian Wieninger for reporting, and Werner Schweer for pointing out that the 'z' modifier should be used here). - Ignoring k_Repeat when deciding whether the same key has been pressed in string input fields (based on a patch from Marko Mäkelä).
Diffstat (limited to 'UPDATE-1.4.0')
-rw-r--r--UPDATE-1.4.025
1 files changed, 14 insertions, 11 deletions
diff --git a/UPDATE-1.4.0 b/UPDATE-1.4.0
index 910c444..f046eb9 100644
--- a/UPDATE-1.4.0
+++ b/UPDATE-1.4.0
@@ -5,10 +5,20 @@ have been made "behind the scenes".
See the file HISTORY for a detailed list of all changes.
+Video Programming System (VPS):
+
+- Implemented handling the VPS timestamps (aka "Programme Identification Label")
+ for full VPS support for timers (provided the tv stations actually broadcast
+ this information). The VPS time is displayed in the event info page if it exists
+ and is different than the event's start time.
+- Timers can now be set to use the VPS information to control recording a programme.
+ The new setup options "Recording/Use VPS" and "Recording/VPS margin", as well as
+ the "VPS" option in the individual timers, can be used to control this feature
+
Plugins:
- The new function cPlugin::Stop() shall be used to stop any background activities
- of a plugin. Previously this was done in the plugin's desctructor, but it is
+ of a plugin. Previously this was done in the plugin's destructor, but it is
better to do this in a dedicated function that can be called early when shutting
down.
- Added 'Service' functions to the plugin interface.
@@ -121,7 +131,7 @@ OSD:
the small font.
- The new OSD setup parameters "Left" and "Top" can be used to define the top left
corner of the OSD.
-- The OSD size prameters are now in pixel (as opposed to formerly characters).
+- The OSD size parameters are now in pixel (as opposed to formerly characters).
When reading a 'setup.conf' file from an older version of VDR, the OSDwidth
and OSDheight values will be converted to pixel automatically.
- The OSD is now fully device independent. See the comments in VDR/osd.h and the
@@ -177,7 +187,7 @@ Timers:
- The '0' key now toggles the "Day" item in the "Timers" menu between "single
shot" and "repeating". The keys '1'...'7' can be used to toggle the individual
- days ('1' is monday).
+ days ('1' is Monday).
- The day of a timer is now stored as a full date in ISO notation ("YYYY-MM-DD") in
'timers.conf' and for the result of the SVDRP command LSTT
- The timer status now has a new bit that is set when that timer is currently
@@ -205,13 +215,6 @@ Timers:
Recording:
-- Implemented handling the VPS timestamps (aka "Programme Identification Label")
- for full VPS support for timers (provided the tv stations actually broadcast
- this information). The VPS time is displayed in the event info page if it exists
- and is different than the event's start time.
-- Timers can now be set to use the VPS information to control recording a programme.
- The new setup options "Recording/Use VPS" and "Recording/VPS margin", as well as
- the "VPS" option in the individual timers, can be used to control this feature
- Now preferring budget cards when selecting a DVB device for recording.
- The file 'summary.vdr' has been replaced with 'info.vdr' and now contains the
information about a recording, in the same format as the events are stored in
@@ -267,7 +270,7 @@ Audio:
- The "Left" and "Right" keys in the "Audio" menu can be used to switch between
the left and right stereo channels in case there are different audio tracks
in these channels.
-- The setup option "Recording/Record Dobly Digital" has been renamed and moved to
+- The setup option "Recording/Record Dolby Digital" has been renamed and moved to
"DVB/Use Dolby Digital". It now controls whether Dolby Digital is recorded and
whether an available DD audio track will appear in the "Audio" menu.
- Recording and Transfer Mode now handle more than 2 audio PIDs.