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

Commit Graph

  • d3d7e8050f Added some missing teletext PIDs Klaus Schmidinger 2001-10-28 16:43:53 +01:00
  • 1cba487e56 Implemented stopping a recording on the primary interface Klaus Schmidinger 2001-10-28 16:32:34 +01:00
  • fee4982077 Avoiding multiple EPG entries for the same event Klaus Schmidinger 2001-10-28 13:53:44 +01:00
  • d64416b922 Fixed closing the progress display with the 'Back' key when in trick mode and Setup.ShowReplayMode is enabled (cont'd) Klaus Schmidinger 2001-10-28 10:21:01 +01:00
  • 8690654eaf Fixed handling the repeat function in the channel display Klaus Schmidinger 2001-10-27 13:48:20 +02:00
  • 17cdf085c7 Removed the recursion stuff from cThread (cMutex already does this) Klaus Schmidinger 2001-10-27 13:23:06 +02:00
  • fd4d1f77f2 Changed the tuning code to use FrontendInfo to detect the type of DVB card Klaus Schmidinger 2001-10-27 13:01:33 +02:00
  • 3e10aa7839 Updated 'channels.conf' for the 'Bundesliga' channels of Premiere World Klaus Schmidinger 2001-10-27 12:16:27 +02:00
  • 7e6c2d47e0 Fixed a crash when pressing the '2' button while replaying a DVD Klaus Schmidinger 2001-10-27 12:04:36 +02:00
  • 576ba802fe New SVDRP commands LSTR and DELR to list and delete recordings Klaus Schmidinger 2001-10-27 11:47:46 +02:00
  • 02b5a40539 Fixed closing the progress display with the 'Back' key when in trick mode and Setup.ShowReplayMode is enabled Klaus Schmidinger 2001-10-27 10:23:09 +02:00
  • 407c2fb77f Completed storing the current audio volume in the setup.conf file Klaus Schmidinger 2001-10-27 09:57:59 +02:00
  • 8465398c6d Version 0.97 - Implemented a lock file to prevent more than one instance of VDR from removing files from the video directory at the same time. - The new setup parameter SplitEditedFiles can be used to control whether or not the result of an editing process shall be written into separate files. - Fixed handling repeat function when using LIRC (thanks to Matthias Weingart). - The shutdown program (defined with the '-s' option) now also gets the channel number and recording title of the timer (see INSTALL). - New channel data for 'Premiere One', 'Premiere X-Action', 'Fox Kids Trkce' and 'N24' (thanks to Andreas Share, Ulrich Rder, Uwe Scheffler and Simon Bauschulte). Note that if you are using the default 'channels.conf' or 'channels.conf.cable' files you may need to check any exiting timers to see whether they still use the correct channel number. - Fixed the "EPG bugfix" (sometimes had duplicate information in Subtitle and Extended Description). - Fixed checking for valid video device when setting the video mode. - The external command 'sort' is no longer required. VDR now sorts the list of recordings itself, making sure that recordings that stem from repeating timers are sorted chronologically. Sorting is done according to the setting of the current locale, so you may want to make sure LC_COLLATE is set to the desired value (see INSTALL). - Fixed handling 'newline' characters in EPG texts (thanks to Rolf Hakenes for an improved version of his 'libdtv'). Newline characters are always mapped to a single "blank" in VDR, because they would otherwise disturb the Title and Subtitle layout in the channel display (where these are assumed to be single line texts) and would have to be specially handled in the 'epg.data' file and the LSTE command in SVDRP. - Mapping ` ("backtick") characters in EPG texts to ' (single quote). - Fixed timers starting and ending at unexpected times. 'localtime()' was not thread safe, now using localtime_r(). - Removed the "system time seen..." message. - Fixed a bug in the replay mode display when pressing the Green or Yellow button while in trick mode (thanks to Stefan Huelswitt) - Closing all open file descriptors when calling external programs. - The menu timeout now also works when pressing the "Back" button during replay to enter the "Recordings" menu. - Updated 'channels.conf' for the "Bundesliga" channels of Premiere World (thanks to Helmut Schchner). - Fixed reading timers.conf and channels.conf that contain blanks after numeric values. - Fixed handling trick modes near the beginning and end of a recording. - Pressing the "Back" button while replaying a DVD now leads to the DVD menu. Klaus Schmidinger 2001-10-21 18:00:00 +02:00
  • a7136cf518 Pressing the 'Back' button while replaying a DVD now leads to the DVD menu 0.9.7 Klaus Schmidinger 2001-10-21 14:29:03 +02:00
  • 74016967e4 Fixed handling trick modes near the beginning and end of a recording Klaus Schmidinger 2001-10-21 13:36:27 +02:00
  • 9fc8c13d60 channels.conf Klaus Schmidinger 2001-10-20 13:14:56 +02:00
  • 4320b97298 Fixed reading timers.conf and channels.conf that contain blanks after numeric values Klaus Schmidinger 2001-10-20 13:09:38 +02:00
  • eba69bf7d1 Updated 'channels.conf' for the 'Bundesliga' channels of Premiere World Klaus Schmidinger 2001-10-20 11:40:59 +02:00
  • e3c09115fe The menu timeout now also works when pressing the 'Back' button during replay to enter the 'Recordings' menu Klaus Schmidinger 2001-10-20 11:23:27 +02:00
  • 60ee85bf17 Closing all open file descriptors when calling external programs Klaus Schmidinger 2001-10-20 10:39:27 +02:00
  • 312764a7ab Fixed a bug in the replay mode display when pressing the Green or Yellow button while in trick mode Klaus Schmidinger 2001-10-20 09:06:09 +02:00
  • 70eafd259a Removed the 'system time seen...' message Klaus Schmidinger 2001-10-19 13:38:15 +02:00
  • 6de7f7e8b2 Fixed timers starting and ending at unexpected times Klaus Schmidinger 2001-10-19 13:22:24 +02:00
  • 6c41138bdd Moved the _GNU_SOURCE macro into the Makefile Klaus Schmidinger 2001-10-07 15:14:50 +02:00
  • 229e9fc763 Fixed a wrong closing brace Klaus Schmidinger 2001-10-07 14:35:25 +02:00
  • 3547208c34 Mapping backtick characters in EPG texts to single quotes Klaus Schmidinger 2001-10-07 14:13:29 +02:00
  • 1e897cc3a8 Fixed handling 'newline' characters in EPG texts Klaus Schmidinger 2001-10-07 14:02:19 +02:00
  • a1a248ae42 Also handling unencoded newline characters Klaus Schmidinger 2001-10-07 13:41:56 +02:00
  • b8471a3f11 Sorting recordings internally, with episodes sorted chronologically Klaus Schmidinger 2001-10-07 11:00:35 +02:00
  • df15ec5f91 New version from Rolf Hakenes, fixing newline characters Klaus Schmidinger 2001-10-07 10:25:33 +02:00
  • 5011616a3e Fixed checking for valid video device when setting the video mode Klaus Schmidinger 2001-10-06 15:14:41 +02:00
  • 8585e08a0f Fixed the 'EPG bugfix' (sometimes had duplicate information in Subtitle and Extended Description) Klaus Schmidinger 2001-10-05 20:40:53 +02:00
  • 6d385e9154 Added contributor Klaus Schmidinger 2001-10-03 12:26:40 +02:00
  • e296eb7f03 Additional channels Klaus Schmidinger 2001-10-03 10:57:24 +02:00
  • 4d6a6bb0ab New channel data for Premiere World Klaus Schmidinger 2001-10-03 10:29:54 +02:00
  • 726225e083 Providing channel number and file name to the shutdown program Klaus Schmidinger 2001-09-30 12:35:09 +02:00
  • 3b67f70b9d Fixed the 'system time seen...' message in case of overlapping timers Klaus Schmidinger 2001-09-30 11:43:36 +02:00
  • 4558fa70b1 Fixed handling repeat function when using LIRC Klaus Schmidinger 2001-09-30 11:41:24 +02:00
  • cc761811ce New setup parameter SplitEditedFiles Klaus Schmidinger 2001-09-30 11:31:43 +02:00
  • a0d04288c6 Lock file for accessing the video directory Klaus Schmidinger 2001-09-30 10:38:06 +02:00
  • 0dc2e82f9a Fixed a typo Klaus Schmidinger 2001-09-29 21:10:05 +02:00
  • 66bab90b60 Version 0.96 - Made VDR compile with libdvdread-0.9.1 (thanks to Andreas Schultz). Note that you now _need_ version 0.9.1 of libdvdread to compile VDR with DVD support! - Several fixes to the replay mode display (thanks to Stefan Huelswitt): no more replay mode display when pressing the "Green" or "Yellow" button (Skip +/-60s); fixed timeout when pressing '0' to set an editing mark while the progress display is not shown; mode display is shown after progress display is closed; pressing "Ok" while the mode display is on brings up the progress display; no more unnecessary display of "normal play mode". - Supplying the new frontend parameter 'Inversion' (currently it is always set to INVERSION_AUTO, which should work with all channels on Astra). - Removing unnecessary double quotes from EPG Subtitle in EPGBugfixLevel >=1. - EPG info is now updated if the contents changes but the ID remains the same. - Fixed handling SVDRP commands whith more than one blank between the command word and the options. - The current volume setting is now saved to setup.conf and restored at the next program start. - New command line option '-r' to define a command that gets called before and after each recording (see INSTALL for details). - Implemented a check to see whether the system time is running linearly. - Writing the current time (as seen by VDR) into the log file when starting a timer recording (this may help debugging cases where timers don't start at the expected time). - Made the volume, mute and power keys work when a menu is active, too (thanks to Matthias Weingart). Klaus Schmidinger 2001-09-23 18:00:00 +02:00
  • 0ed710a843 Made the volume, mute and power keys work when a menu is active, too 0.9.6 Klaus Schmidinger 2001-09-23 14:36:38 +02:00
  • 34e6eaad58 Fixed setting the locking PID in cMutex Klaus Schmidinger 2001-09-23 14:19:39 +02:00
  • f412897373 Calling the '-r' program after editing, too Klaus Schmidinger 2001-09-23 14:02:11 +02:00
  • e1f7348922 Writing the current time (as seen by VDR) into the log file when starting a timer recording Klaus Schmidinger 2001-09-23 10:17:12 +02:00
  • 53364f9248 Implemented a check to see whether the system time is running linearly Klaus Schmidinger 2001-09-23 10:04:26 +02:00
  • 9f1046221d New command line option '-r' Klaus Schmidinger 2001-09-22 14:23:55 +02:00
  • 8223bd1f18 Additional info for automatic shutdown Klaus Schmidinger 2001-09-22 13:51:01 +02:00
  • 793503a2f5 Saving current volume to setup.conf Klaus Schmidinger 2001-09-22 13:41:49 +02:00
  • fe9d7f0545 Fixed handling SVDRP commands whith more than one blank between the command word and the options Klaus Schmidinger 2001-09-22 13:31:29 +02:00
  • 14992a8037 EPG info is now updated if the contents changes but the ID remains the same Klaus Schmidinger 2001-09-22 13:07:43 +02:00
  • 935cfc2683 Removing unnecessary double quotes from EPG Subtitle in EPGBugfixLevel >=1 Klaus Schmidinger 2001-09-22 10:28:33 +02:00
  • 772c515d6a Supplying the new frontend parameter 'Inversion' Klaus Schmidinger 2001-09-22 09:30:59 +02:00
  • bf8948498d No more unnecessary display of 'normal play mode' Klaus Schmidinger 2001-09-21 16:24:06 +02:00
  • d8aef25cbc Pressing 'Ok' while the mode display is on brings up the progress display Klaus Schmidinger 2001-09-21 16:18:51 +02:00
  • a77360a1b6 Mode display is shown after progress display is closed Klaus Schmidinger 2001-09-21 16:07:22 +02:00
  • 7fc8b39f43 Fixed timeout when pressing '0' to set an editing mark while the progress display is not shown Klaus Schmidinger 2001-09-21 16:01:45 +02:00
  • 9309c176e9 No more replay mode display when pressing the 'Green' or 'Yellow' button Klaus Schmidinger 2001-09-21 15:07:38 +02:00
  • d5cc1a1a4c Made VDR compile with libdvdread-0.9.1 Klaus Schmidinger 2001-09-21 14:28:33 +02:00
  • 56c8dd4d81 Fixed a typo Klaus Schmidinger 2001-09-21 13:44:17 +02:00
  • 156831036e Version 0.95 - Fixed behaviour in case the shutdown didn't take place (there were many "next timer event at..." messages in that case). - Reduced the default value for MinEventTimeout to 30 minutes. - Fixed detecting manual start in shutdown feature. - An error message is now displayed in case the Transfer Mode can't be started because the necessary DVB card is currently recording (or there is no DVB card that can access this channel). - Fixed toggling channels with the '0' key in case the "Ok" button has been pressed to display the current/next information. - Pressing the "Power" key now always initiates the shutdown sequence (after user confirmation in case of a recording timer), event if there is currently a menu or a replay session active. Note the additional remarks in INSTALL regarding the values of the two parameters given to the shutdown program in case of a currently recording timer. - Switching through channel groups with the "Left" and "Right" keys now always starts at the group that contains the current channel. - Implemented "Multi Speed Mode" (thanks to Stefan Huelswitt). - Implemented backtracing to hit the right spot after fast forward/rewind (thanks to Stefan Huelswitt). - Implemented replay mode display (thanks to Stefan Huelswitt, with a few rewrites by kls). - Changed the size of all input buffers used to parse config files or receive SVDRP commands to the same value of 10KB. This allows long strings to be used in the 'summary' field of a timer, for instance. - The pipe to the Dolby Digital replay command (option '-a') now closes all unused file descriptors in the child process to avoid crashing when the OSD is used (thanks to Andreas Vitting). - Switched to the driver's new tuning API (VDR now requires a driver version dated 2001-09-14 or higher). - Changed obsolete macro VIDEO_WINDOW_CHROMAKEY to VID_TYPE_CHROMAKEY (thanks to Guido Fiala). - New version of the "Master-Timer" tool (thanks to Matthias Schniedermeyer). - Better error handling when writing configuration files. - Fixed putting the final editing mark into the edited version's marks file. - Fixed manipulating an editing mark at the very end of a recording. - Fixed starting a new replay immediately after stopping a previous one (had caused a mix between live video and replay). - Three new keys ("Volume+", Volume-" and "Mute") to control the DVB card's audio output volume. - New version of the 'epg2timers' tool (thanks to Carsten Koch). Klaus Schmidinger 2001-09-16 18:00:00 +02:00
  • 1b1a6c692c New version of the 'epg2timers' tool 0.9.5 Klaus Schmidinger 2001-09-16 15:18:08 +02:00
  • a4e97d871e New keys 'Volume+', 'Volume-' and 'Mute' Klaus Schmidinger 2001-09-16 15:06:54 +02:00
  • 987a0e931c Fixed starting a new replay immediately after stopping a previous one Klaus Schmidinger 2001-09-16 10:11:32 +02:00
  • e7ef8190c2 Fixed manipulating an editing mark at the very end of a recording Klaus Schmidinger 2001-09-16 09:53:44 +02:00
  • 24883d3d23 Fixed putting the final editing mark into the edited version's marks file Klaus Schmidinger 2001-09-16 09:35:51 +02:00
  • 6ceefaf85f Better error handling when writing configuration files Klaus Schmidinger 2001-09-16 08:57:58 +02:00
  • 9be288dbb4 New version of 'Master-Timer' Klaus Schmidinger 2001-09-15 14:49:16 +02:00
  • 68e3afeb66 Changed obsolete macro VIDEO_WINDOW_CHROMAKEY to VID_TYPE_CHROMAKEY Klaus Schmidinger 2001-09-15 14:19:31 +02:00
  • c9796296cd Switched to the driver's new tuning API Klaus Schmidinger 2001-09-15 14:00:14 +02:00
  • 7913b00daa Pipe to Dolby Digital replay command closes all unused file descriptors to avoid crashing when OSD is on Klaus Schmidinger 2001-09-15 13:00:58 +02:00
  • 37754870e0 Fixed trickmode handling in DVD replay Klaus Schmidinger 2001-09-15 10:42:35 +02:00
  • da75e89a0b Fixed going into 'Jump' mode while the replay mode display is active Klaus Schmidinger 2001-09-15 10:36:31 +02:00
  • 1a2c3e1b84 Combined displaying time search and replay mode Klaus Schmidinger 2001-09-14 15:10:12 +02:00
  • e425cb9434 Changed size of all parse buffers to 10KB Klaus Schmidinger 2001-09-14 14:35:40 +02:00
  • 1e72e33a97 Fixed direct switching between fast/slow forward and back Klaus Schmidinger 2001-09-14 14:19:37 +02:00
  • 5513529419 Implemented replay mode display Klaus Schmidinger 2001-09-14 14:06:43 +02:00
  • b47ce65b03 Implemented backtracing for fast forward/rewind Klaus Schmidinger 2001-09-09 13:36:16 +02:00
  • de45b51473 Implemented 'Multi Speed Mode' Klaus Schmidinger 2001-09-09 12:52:41 +02:00
  • 9d509c37e7 Switching through channel groups now starts at current channel's group Klaus Schmidinger 2001-09-08 14:39:09 +02:00
  • c7bb0bb739 Improved handling of 'Power' key Klaus Schmidinger 2001-09-08 13:02:05 +02:00
  • 57b324cd42 Fixed channel toggling in case 'Ok' has been pressed Klaus Schmidinger 2001-09-08 12:18:02 +02:00
  • 0c8cc01b1a Error message if Transfer Mode can't be started Klaus Schmidinger 2001-09-08 11:44:45 +02:00
  • 3b6782a774 Some fixes to the shutdown feature Klaus Schmidinger 2001-09-07 15:37:26 +02:00
  • 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. Klaus Schmidinger 2001-09-02 18:00:00 +02:00
  • fa31c70f7d Back to old version number notation 0.9.4 Klaus Schmidinger 2001-09-02 15:45:17 +02:00
  • 0f87ff86d0 Removed EPG fix from cMenuEvent (data is fixed in eit.c) Klaus Schmidinger 2001-09-02 15:27:54 +02:00
  • 22ccf22f6f Using subtitle for repeating timers; taking summary at recording time Klaus Schmidinger 2001-09-02 15:21:54 +02:00
  • 0d75710545 Using '~' in recording filename Klaus Schmidinger 2001-09-02 10:28:20 +02:00
  • 4aee497101 New setup parameter OSDMessageTime Klaus Schmidinger 2001-09-01 15:23:27 +02:00
  • 5a5fc72814 Stopping finished timer recordings before starting new ones Klaus Schmidinger 2001-09-01 15:04:14 +02:00
  • e2701822e8 Fixed 'Channel locked' message if recording is running on primary interface Klaus Schmidinger 2001-09-01 13:51:25 +02:00
  • 7fd56f7d6f Copying summary info when cutting a recording Klaus Schmidinger 2001-09-01 13:38:09 +02:00
  • ba409a203a Fixed code for the default 'Ok' button on the PC keyboard Klaus Schmidinger 2001-09-01 12:03:44 +02:00
  • dce6bb864b New remote control key 'Power' Klaus Schmidinger 2001-09-01 11:44:08 +02:00
  • 63105a7842 New SVDRP command NEXT to show the next timer event Klaus Schmidinger 2001-09-01 09:53:01 +02:00
  • a8f8de9dc9 Implemented automatic shutdown Klaus Schmidinger 2001-09-01 09:04:37 +02:00
  • a92b585c1e Dependencies now generated by g++ Klaus Schmidinger 2001-08-31 13:13:30 +02:00
  • ae8fe25312 Version 0.93 - The menus and the channel display now show the current date and time. - The new Setup parameter MaxVideoFileSize can be used to customize the maximum size of the recorded video files. - Fixed a bug in handling repeating timers that record over midnight (the calculation of matching timers has been completely rewritten). - Timers that are currently recording are now marked with '#' in the "Timers" menu. - Timers are now sorted in the "Timers" menu, showing the sequence in which they will be recording. This can be disabled in the "Setup" menu. Note that the "Mark" button doesn't work if timers are displayed sorted. Klaus Schmidinger 2001-08-26 18:00:00 +02:00