Klaus Schmidinger bb18b9e0b4 Version 0.94
- Implemented automatic shutdown (see INSTALL and MANUAL for details).
- New SVDRP command NEXT to show the next timer event.
- The new remote control key "Power" can be used to turn the VDR machine
  off (this requires the presence of the '-s' option).
- Fixed code for the default "Ok" button on the PC keyboard (was 0x162 on
  the "good old" keyboards (with the F-keys at the left side), while it changed
  to 0x15E on the newer keyboards).
- When a recording is edited, the summary information (if present) is now
  also copied.
- When a recording is running on the primary interface, any attempt to change
  the current channel will now lead to a "Channel locked" message.
- The main program loop now first checks whether any timer recordings are
  finished, before starting a new timer recording. This is important in case
  one timer ends at the same time another timer starts.
- New setup parameter OSDMessageTime to define how long an OSD message shall
  be displayed.
- The "File" parameter of a timer can now contain the '~' character to store
  the recording in a hierarchical directory structure. The '~' character has
  been chosen since the file system's directory delimiter '/' may be part of
  a regular programme name (showing the directory hierarchy in the "Recordings"
  menu will follow later).
- Repeating timers now create recordings that contain the 'Subtitle' information
  from the EPG data in their file name. Typically (on tv stations that care
  about their viewers) this contains the episode title of a series. The
  subtitle is appended to the timer's file name, separated by a '~' character,
  so that it results in all recordings of this timer being collected in a
  common subdirectory. You can disable this with the 'UseSubtitle' parameter
  in the "Setup" menu.
- The summary information is now taken from the EPG data at the actual time of
  recording (no longer at the time the timer is created in the "Schedule" menu).
  If a timer already has summary data, that data will be used. If you have
  repeating timers in your 'timers.conf', you may want to make sure they do
  NOT contain any summary information (that's the last field in the timer
  definitions). Use your favourite text editor to delete that information.
  That way every recording will store the actual summary data at the time of
  the recording.
2001-09-02 18:00:00 +02:00
2001-08-12 18:00:00 +02:00
2001-09-02 18:00:00 +02:00
2001-08-06 18:00:00 +02:00
2001-08-26 18:00:00 +02:00
2001-08-12 18:00:00 +02:00
2001-09-02 18:00:00 +02:00
2001-09-02 18:00:00 +02:00
2001-08-18 18:00:00 +02:00
2001-09-02 18:00:00 +02:00
2001-08-26 18:00:00 +02:00
2001-07-29 18:00:00 +02:00
2001-07-29 18:00:00 +02:00
2001-08-06 18:00:00 +02:00
2001-08-06 18:00:00 +02:00
2001-08-18 18:00:00 +02:00
2001-08-18 18:00:00 +02:00
2001-02-24 18:00:00 +01:00
2000-11-19 18:00:00 +01:00
2000-11-19 18:00:00 +01:00
2000-11-19 18:00:00 +01:00
2000-10-03 18:00:00 +02:00
2001-09-02 18:00:00 +02:00
2000-10-03 18:00:00 +02:00
2001-09-02 18:00:00 +02:00
2001-09-02 18:00:00 +02:00
2000-11-19 18:00:00 +01:00
2001-09-02 18:00:00 +02:00
2001-09-02 18:00:00 +02:00
2001-09-02 18:00:00 +02:00
2001-09-02 18:00:00 +02:00
2001-09-02 18:00:00 +02:00
2001-09-02 18:00:00 +02:00
2001-09-02 18:00:00 +02:00
2001-09-02 18:00:00 +02:00
2001-08-26 18:00:00 +02:00
2001-08-26 18:00:00 +02:00
2001-01-18 18:00:00 +01:00
2001-09-02 18:00:00 +02:00
2001-09-02 18:00:00 +02:00
2001-08-12 18:00:00 +02:00
2001-07-29 18:00:00 +02:00
2001-08-18 18:00:00 +02:00
2001-07-29 18:00:00 +02:00
2001-08-06 18:00:00 +02:00
2001-08-06 18:00:00 +02:00
2001-07-29 18:00:00 +02:00
2001-09-02 18:00:00 +02:00
2001-09-02 18:00:00 +02:00
2001-02-24 18:00:00 +01:00
2001-08-06 18:00:00 +02:00
2001-08-06 18:00:00 +02:00
2001-08-26 18:00:00 +02:00
2001-08-26 18:00:00 +02:00
2001-09-02 18:00:00 +02:00
2001-09-02 18:00:00 +02:00
2001-02-24 18:00:00 +01:00

Video Disk Recorder ('VDR')
---------------------------

These files contain the source code of the "Video Disk Recorder",
which is based on the DVB driver of the LinuxTV project (http://linuxtv.org).
For details about the "Video Disk Recorder" project please
refer to http://www.cadsoft.de/people/kls/vdr.

There is also a remote control unit described on those
Web pages, which can be used within this program.

Please see the INSTALL file for details on how to install
this program on your computer.

The MANUAL file describes how to operate the VDR.

The author can be contacted at kls@cadsoft.de.

Yet another "set-top-box"?
--------------------------

The "set-top-boxes" available from commercial companies all have
one major drawback: they are not "open". This project's goal is
to build an "open" digital satellite receiver and timer controlled
video disk recorder, based upon open standards and freely available
driver software (of course, the hardware still has to be bought).

The on screen menu system is simple, but shall provide all the
possibilites necessary to perform timer controlled recording,
file management and even "on disk editing". The menus
of commercial set-top-boxes usually are a lot more fancy than
the ones in this system, but here we have the full source code
and can modify the menus in whatever way desired.

What do you think?
------------------

So, what do you think about this project? Does it make sense? Were you
able to use it? Do you have suggestions on how to improve it?
Please send email to kls@cadsoft.de if you'd like to comment on this.

Description
Mirror of the official VDR GIT repository.
Readme 13 MiB
Languages
C 70.8%
C++ 21.3%
HTML 3.5%
Roff 1.9%
Makefile 1.2%
Other 1.2%