1
0
mirror of https://github.com/VDR4Arch/vdr.git synced 2023-10-10 13:36:52 +02:00

Commit Graph

  • d2d6fb2568 Fixed greeting message Klaus Schmidinger 2000-08-26 12:51:51 +0200
  • 9b40577867 Version 0.61 - When scrolling through a list it now moves a full page up or down when the cursor reaches the top or bottom of the menu (thanks to Heino Goldenstein!). - Added missing '#include <sys/stat.h>' to recording.c. - The video directory can now be defined with the command line option -v. - There can now be more than one video directory (in case you have several disks). - Fixed learning key codes for PC keyboard. - New command line option '-l' to set the log level. - Times in timers.conf are now always printed with 4 digits (leading '0'). - Slow forward/back mode (thanks to Guido Fiala!). - The "Up" key in replay mode no longer restarts replay at the very beginning, but rather resumes normal replay mode after a "pause", "forward" or "backward" operation. Use the "Skip -60s" function repeatedly to go back to the beginning of the recording. - Improved reaction on user input in fast/slow forward/back modes. - No more upper limit for the value of 'Pnr'. - Checking if the video card is really a DVB card. - New SVDRP command UPDT to update an existing timer (or add a new one if it doesn't yet exist). - New version of the 'epg2timers' tool (with a modified channel list). - Bugfix in closing window in DEBUG_OSD mode. Klaus Schmidinger 2000-08-06 18:00:00 +0200
  • 3846ba7338 Bugfix in closing window in DEBUG_OSD mode 0.6.1 Klaus Schmidinger 2000-08-06 14:08:33 +0200
  • 6c5a721a8c Note about adapting config files Klaus Schmidinger 2000-08-06 14:00:00 +0200
  • bea90efe01 New version of 'epg2timers' Klaus Schmidinger 2000-08-06 13:46:08 +0200
  • 0d034bc582 New SVDRP command UPDT Klaus Schmidinger 2000-08-06 12:56:49 +0200
  • dd6bc9feea Checking if the video card is really a DVB card Klaus Schmidinger 2000-08-06 12:02:34 +0200
  • 3e366d1ec4 No more upper limit for the value of 'Pnr' Klaus Schmidinger 2000-08-06 07:05:19 +0200
  • 26fa8beca6 Improved reaction on user input in fast/slow forward/back modes Klaus Schmidinger 2000-08-02 16:38:40 +0200
  • d409fea3ab Modified function of 'Up' key in replay mode Klaus Schmidinger 2000-07-30 16:14:22 +0200
  • f8b7403366 Slow forward/back mode Klaus Schmidinger 2000-07-30 14:34:07 +0200
  • 5591027638 Times in timers.conf are now always printed with 4 digits (leading '0') Klaus Schmidinger 2000-07-29 19:10:29 +0200
  • 3adda3b6c7 New command line option '-l' to set the log level Klaus Schmidinger 2000-07-29 19:03:09 +0200
  • 44237c3701 Version number defined via a macro Klaus Schmidinger 2000-07-29 18:19:49 +0200
  • 8bb3fffa5e Bugfix in PC keyboard learning process Klaus Schmidinger 2000-07-29 16:23:47 +0200
  • 0f2099b4f2 Support for more than one video directory Klaus Schmidinger 2000-07-29 15:21:42 +0200
  • 92096e097a Added command line option '-v' Klaus Schmidinger 2000-07-28 13:44:31 +0200
  • 7ac97639da Added missing include file Klaus Schmidinger 2000-07-28 12:45:18 +0200
  • 59237584e9 Implemented page mode for menus Klaus Schmidinger 2000-07-26 17:42:48 +0200
  • 2260fc9615 channels.conf Klaus Schmidinger 2000-07-26 17:35:00 +0200
  • 1d22145c42 Version 0.6 - Added support for LIRC remote control (thanks to Carsten Koch!). There are now three different remote control modes: KBD (PC-Keyboard), RCU and LIRC. See the INSTALL file for information on how to enable either of these modes. The default mode is now KBD, not RCU as before (to make it work immediately even if there is no actual remote control). - Fixed small bug in dvbapi.c that was causing some channels (many on hotbird) not to be correctly tuned (thanks to Plamen Ganev!). - Now clearing the replay buffer in search forward/back, which results in faster reaction. - The 'Recordings' menu is now listed alphabetically (thanks to Carsten Koch!). - The new 'epg2timers' tool (thanks to Carsten Koch!) can be used to convert an EPG "merkliste" page (http://www.tvtv.de) to vdr timer entries. - The new 'xtvrc2vdr' tool (thanks to Plamen Ganev!) can be used to convert 'xtvrc' channel files into 'vdr' format. - When more than one timer matches at the same time, the first one in the list with the highest 'Priority' is selected. - The MANUAL section on "Programming the Timer" has been filled in. - The year in the "Recordings" menu as well as in the progress display during replay has been reduced to 2 digits to allow more space for the recording's title. In the internal file structure the year is still stored with 4 digits, so there will be no problem at the next turn of the century ;-) - Channel names and timer filenames can now contain blanks. To avoid problems with file names that contain blanks, all blanks in recording file names are converted to underscores. - The polarization can now be given in uppercase or lowercase characters in channels.conf. - Fixed buffer initialization to work with DVB driver version 0.6. - Implemented the "Simple Video Disk Recorder Protocol" (SVDRP) to control the VDR over a network connection. - Implemented command line option handling. - The program can now run in full background mode by using the --daemon option. - Added a "summary" field to the timers (thanks to Carsten Koch!). This field can contain a descriptive text of the programme and will be displayed when the "Blue" key is pressed on a recording that was created by this timer. If the text contains the special character '|', a newline will be inserted at that place. When pressing "Ok" on a timer that contains a summary field, the summary will be displayed. To edit such a timer the "Red" key must be pressed. Timers without a summary still go into Edit mode when pressing "Ok". The summary field can only be filled in directly by editing the 'timers.conf' file with a text editor, or by defining/modifying the timer via the SVDRP interface. Klaus Schmidinger 2000-07-25 18:00:00 +0200
  • e2fc13074a Final cleanup for version 0.6 0.6.0 Klaus Schmidinger 2000-07-25 16:40:36 +0200
  • 6582b98cbf timers.conf Klaus Schmidinger 2000-07-25 16:23:50 +0200
  • d1a3351d0c Fixed buffer handling in case of overflow Klaus Schmidinger 2000-07-25 16:21:20 +0200
  • 2d3fdc8286 Changed version number to 0.6 Klaus Schmidinger 2000-07-24 16:43:51 +0200
  • 07d92eaee7 Implemented 'summary' feature Klaus Schmidinger 2000-07-24 16:43:04 +0200
  • 6602eb5c90 Implemented daemon mode Klaus Schmidinger 2000-07-23 15:36:43 +0200
  • 52514313fb Implemented SVDRP Klaus Schmidinger 2000-07-23 15:01:31 +0200
  • a91ff70bf2 channels.conf Klaus Schmidinger 2000-07-23 11:54:00 +0200
  • 9935b792e5 OSD problem (and also 16:9 problem) solved in driver Klaus Schmidinger 2000-07-23 09:29:31 +0200
  • e62cf7d9e4 Adapted to driver version 0.6 Klaus Schmidinger 2000-07-22 09:11:09 +0200
  • ce3046c9d0 Fixed handling of set channel retries Klaus Schmidinger 2000-07-21 13:10:50 +0200
  • 94fa4861f8 Polarization can now be uppercase or lowercase in channels.conf Klaus Schmidinger 2000-07-16 15:30:48 +0200
  • d0179ea219 Improved handling of blanks in channel and timer names Klaus Schmidinger 2000-07-16 15:02:33 +0200
  • 685e0f6951 Year is now displayed with only 2 digits Klaus Schmidinger 2000-07-16 13:46:05 +0200
  • 3499416f07 Using 'Priority' when checking for timer matches Klaus Schmidinger 2000-07-16 13:37:30 +0200
  • c39ec50826 Fixed channel number in error message Klaus Schmidinger 2000-07-16 10:55:45 +0200
  • 03cda3d9c5 Added the 'xtvrc2vdr' tool Klaus Schmidinger 2000-07-16 10:22:15 +0200
  • 8393525165 The 'Recordings' menu is now listed alphabetically Klaus Schmidinger 2000-07-16 10:00:04 +0200
  • 3b78ec8374 Version 0.06 - Added support for LIRC remote control (thanks to Carsten Koch!). There are now three different remote control modes: KBD (PC-Keyboard), RCU and LIRC. See the INSTALL file for information on how to enable either of these modes. The default mode is now KBD, not RCU as before (to make it work immediately even if there is no actual remote control). Klaus Schmidinger 2000-07-15 18:00:00 +0200
  • c9e4532298 Fixed/improved LIRC key handling Klaus Schmidinger 2000-07-15 16:35:18 +0200
  • 744849128d Clearing buffer in search forward/back Klaus Schmidinger 2000-07-15 16:07:20 +0200
  • c36b51a5b0 Fixed frequency offset to allow Hotbird channels Klaus Schmidinger 2000-07-15 13:39:47 +0200
  • 20019e7ce5 Added support for LIRC remote control 0.0.6 Klaus Schmidinger 2000-07-15 12:39:20 +0200
  • 5c574ffb7b channels.conf Klaus Schmidinger 2000-06-17 17:56:47 +0200
  • bd2d46324c timers.conf Klaus Schmidinger 2000-06-17 17:56:00 +0200
  • 4f08e7d825 Additional error log messages Klaus Schmidinger 2000-06-17 17:43:05 +0200
  • 9599a8fd8a Version 0.05 - Support for more than one DVB card. - Simultaneous record and replay (with two DVB cards). - Instant recordings no longer get the name "instant". They now get the name of the channel, with a prepended '@' character. - Timers that are not given an explicit Name now use the channel name with a prepended '@' character. - If an instant recording is currently active, the Main menu now contains an option to stop that recording. - Timers are now only processed when the Menu is not active. So after editing a timer the effect will take place only after the menu has been closed. In order to avoid missing a timer event by inadvertently leaving the menu open, the menu will be closed automatically after about two minutes of inactivity. - If a recording is currently being replayed, the Main menu now contains an option to stop replaying. - Displaying the recording DVB interface status in the decimal points of the RCU display. - Reduced the number of remote control keys. Modified the key assignments for the PC keyboard to better resemble the "up-down-left-right-ok" layout on menu controlling remote control units. Klaus Schmidinger 2000-05-27 18:00:00 +0200
  • abc6aa949c Updated HISTORY 0.0.5 Klaus Schmidinger 2000-05-27 16:40:00 +0200
  • e92ddc4091 channels.conf Klaus Schmidinger 2000-05-27 16:34:18 +0200
  • 7a59a1c55e Screen no longer goes blank after replay Klaus Schmidinger 2000-05-27 16:30:19 +0200
  • 70282a7a00 timers.conf Klaus Schmidinger 2000-05-27 16:28:19 +0200
  • e875e06b94 Channel parameter 'CA' allows more than one DVB card Klaus Schmidinger 2000-05-27 16:13:39 +0200
  • ed77b757a0 Reduced number of remote control keys Klaus Schmidinger 2000-05-27 16:10:47 +0200
  • 86f14230c2 Simultaneous record/replay with two DVB cards Klaus Schmidinger 2000-05-27 14:07:17 +0200
  • 5d34487621 Fixed deleting small files Klaus Schmidinger 2000-05-13 16:16:56 +0200
  • 820de6bf59 Displaying the recording DVB interface status in the decimal points of the RCU display Klaus Schmidinger 2000-05-07 09:28:39 +0200
  • bc44196ee5 Setting RCU channel display when recording on primary dvbapi Klaus Schmidinger 2000-05-06 15:24:18 +0200
  • eff7aa4a3d Prepared for more than one DVB card Klaus Schmidinger 2000-05-01 16:29:46 +0200
  • f7ac74ede4 Instant recording can now be stopped via the menu Klaus Schmidinger 2000-04-30 11:15:16 +0200
  • 49ce70fdb3 Better encapsulation of record control Klaus Schmidinger 2000-04-30 10:22:13 +0200
  • f13ded672b Better encapsulation of user interaction Klaus Schmidinger 2000-04-29 15:57:42 +0200
  • 20ad6d5a05 Suppressing channel display when timer is active Klaus Schmidinger 2000-04-29 13:13:42 +0200
  • 11525e07d6 Avoiding flickering of replay display Klaus Schmidinger 2000-04-29 08:52:54 +0200
  • 85b8e41e8b Version 0.04 - Changed name from 'osm' to 'vdr' to avoid mixups with the 'oms' program that appears to be in use with DVD replay. - Implemented a channel display in the top menu line. - Implemented replay progress display (press "Ok" when replaying to bring it up). - Implemented direct channel selecting by pressing the numeric keys. - Added several 'const' keywords to please stricter compilers. - The repeat function for the remote control no longer adapts dynamically to the timing of the RCU (this sometimes caused the repeat function to kick in too early). - Channel selection is now blocked when recording or replaying. - Improved process handling. Klaus Schmidinger 2000-04-24 18:00:00 +0200
  • dff1e592b0 Added information about log file Klaus Schmidinger 2000-04-24 16:49:28 +0200
  • a2a7f70cc8 Improved process handling (cont'd) 0.0.4 Klaus Schmidinger 2000-04-24 16:00:00 +0200
  • ba70704694 Improved replay progress display Klaus Schmidinger 2000-04-24 15:32:11 +0200
  • 8a84f6b751 Improved process handling Klaus Schmidinger 2000-04-24 13:54:23 +0200
  • 61a20a36de timers.conf Klaus Schmidinger 2000-04-24 10:45:00 +0200
  • e65b697651 Added installation instructions Klaus Schmidinger 2000-04-24 10:40:00 +0200
  • 1cb2f0209c Blocking channel selection when recording/replaying Klaus Schmidinger 2000-04-24 10:36:14 +0200
  • 81531e100e Updated docs Klaus Schmidinger 2000-04-24 10:08:12 +0200
  • dc14014c6e Changed program file name to 'vdr' Klaus Schmidinger 2000-04-24 09:46:05 +0200
  • bd029fcce9 Bugfix in titleBuffer handling Klaus Schmidinger 2000-04-24 09:35:29 +0200
  • f308fd8b5d Making sure channel display is reset after entering an invalid channel number Klaus Schmidinger 2000-04-23 15:56:16 +0200
  • 160c6ec5eb Implemented replay progress display Klaus Schmidinger 2000-04-23 15:38:16 +0200
  • 88f13b1b29 Added 'const' to please compiler Klaus Schmidinger 2000-04-22 15:21:41 +0200
  • c328647560 Implemented Channel Display Klaus Schmidinger 2000-04-22 13:51:48 +0200
  • ec9cb35acb Direct channel select immediately displays entered digits on LED display Klaus Schmidinger 2000-04-22 09:56:33 +0200
  • 38f799579d Removed DvbApi access from recording.c; added direct channel select Klaus Schmidinger 2000-04-16 15:50:21 +0200
  • e3fe42608d Dropped dynamic repeat function Klaus Schmidinger 2000-04-16 13:54:16 +0200
  • 37250a0568 Version 0.03 - Actual record/replay now works. - Dropped the idea of different "recording qualities" (a 36GB harddisk is able to store some 18 hours in full quality, so we don't really need that). - Termination signals are now caught and the program cleans up before exiting. - Support for CICAM. Klaus Schmidinger 2000-04-15 18:00:00 +0200
  • 735093b8fa Implemented actual record/replay; support for CICAM 0.0.3 Klaus Schmidinger 2000-04-15 17:38:11 +0200
  • 6feebe674c Version 0.02 - Fixed compilation with only DEBUG_REMOTE=1. - Menus now use colors. - Support for "Red", "Green", "Yellow", "Blue" buttons. - Channels and Timers can now be added, deleted and moved. - Basic record/play file handling support (no actual record/playback yet). Klaus Schmidinger 2000-03-11 18:00:00 +0100
  • 571686d909 Menu uses colors; support for RGYB buttons; fixed DEBUG_REMOTE; Add, Del and Move for channels and timers; basic record/play file handling 0.0.2 Klaus Schmidinger 2000-03-11 11:22:37 +0100
  • c475c637ab Version 0.01 (Initial revision). Klaus Schmidinger 2000-02-19 18:00:00 +0100
  • 4a9d9c5876 Initial revision 0.0.1 Klaus Schmidinger 2000-02-19 13:36:48 +0100