diff options
author | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2005-03-20 18:00:00 +0100 |
---|---|---|
committer | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2005-03-20 18:00:00 +0100 |
commit | 782b517c51eaa6d2641fe9b6801afdad50be8586 (patch) | |
tree | 0d7b59865417ded6a8dfcb22b97ad2e32260982a /MANUAL | |
parent | 05402c740765e6e0ca2aaf1760c77d9e3d3ed5a5 (diff) | |
download | vdr-patch-lnbsharing-782b517c51eaa6d2641fe9b6801afdad50be8586.tar.gz vdr-patch-lnbsharing-782b517c51eaa6d2641fe9b6801afdad50be8586.tar.bz2 |
Version 1.3.23vdr-1.3.23
- The setup option "DVB/Video display format" is now only available if "Video format"
is set to "4:3" (suggested by Mikko Salo).
- Updated the Russian OSD texts (thanks to Vyacheslav Dikonov).
- Dropped CA support for the old '-icam' firmware.
- Updated the Finnish OSD texts (thanks to Rolf Ahrenberg).
- Updated the Swedish OSD texts (thanks to Tomas Prybil).
- Fixed a few French OSD texts that were in the wrong place.
- Improved matching timers to EPG events, especially in case there are several events
with the same VPS time.
- Fixed cDolbyRepacker to allow recording ProSieben HD broadcasts (thanks to Reinhard
Nissl).
- Fixed cDvbDevice::SetVideoDisplayFormat() in case of 16:9 (thanks to Marco Schlüßler).
- The running status of a VPS event is now only taken seriously if that event has been
seen within the last 30 seconds - otherwise recording is done as if no VPS was
available.
- 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 (based in parts on a
patch by Roman Krenický).
- Some fixes to avoid compiler warnings in gcc 4.0 (thanks to Ville Skyttä for reporting
these).
- Single shot timers are now reliably deleted when they have expired.
- Fixed setting the colored button help after deleting a recording in case the next
menu entry is a directory (thanks to Steffen Beyer).
- Improved falling back to normal recording if the VPS data hasn't been seen for more
than 30 seconds.
- Added a missing cMutexLock to cRemote::HasKeys() (thanks to Wolfgang Rohdewald).
- All log entries regarding timers now contain a short description of the timer.
Diffstat (limited to 'MANUAL')
-rw-r--r-- | MANUAL | 18 |
1 files changed, 11 insertions, 7 deletions
@@ -381,10 +381,9 @@ Version 1.2 Any changes made in the "Channels" list (like renaming or reordering channels) will be automatically reflected in the timers settings. - Day: The day on which this timer shall start. This can be either a - "day of month" (1..31), which allows programming a "single shot" - timer that hits once and is deleted after it ends. Single shot - timers can be programmed up to one month into the future. + Day: The day on which this timer shall start. This can be a + date (like 2005-03-19), which allows programming a "single shot" + timer that hits once and is deleted after it ends. Another option here are "repeating timers" which are defined by listing the days of the week on which they shall record. For example, a timer that shall record every monday and wednesday @@ -392,6 +391,9 @@ Version 1.2 The '0' key toggles between a single shot and a repeating timer. If "Day" indicates a repeating timer, the keys '1'...'7' can be used to toggle the individual days ('1' is monday). + You can also switch to a set of predefined repeating timer settings + by pressing the "Left" key when the day is the present day. To return + to the single shot mode just press "Right" until a date is displayed. Start: The start time of the timer in hh:mm as 24 hour ("military") time. Stop: The stop time of the timer. VPS: Defines whether the timer shall use VPS (if available). If this @@ -588,12 +590,14 @@ Version 1.2 from the primary DVB interface, so that the viewer will be disturbed as little as possible. + Video format = 4:3 The video format (or aspect ratio) of the tv set in use + (4:3 or 16:9). + Video display format = letterbox The display format to use for playing wide screen video on a 4:3 tv set ("pan & scan", "letterbox" or "center cut out"). - - Video format = 4:3 The video format (or aspect ratio) of the tv set in use - (4:3 or 16:9). + This option is only available if "Video format" is set to + 4:3. Use Dolby Digital = yes Turns recording of the Dolby Digital audio channels on |