summaryrefslogtreecommitdiff
path: root/vdr.c
AgeCommit message (Collapse)Author
2017-05-21If the Channel+/- keys are pressed while in the Schedules menu, the menu is ↵Klaus Schmidinger
now switched to the EPG of the new current channel
2017-05-01Log messages about switching channels now include the channel IDKlaus Schmidinger
2017-04-03cOsdMenu::Display() now checks whether the OSD size has changed and if so ↵Klaus Schmidinger
calls SetDisplayMenu()
2017-03-25Now stopping any ongoing recordings before stopping the pluginsKlaus Schmidinger
2017-01-09The channel/CAM relations are now stored in the file 'cam.data'; fixed a ↵Klaus Schmidinger
flaw in handling timeouts for encrypted channels
2016-12-23Added support for the systemd watchdogKlaus Schmidinger
2016-12-13Fixed a crash when moving a recording to a folder on a different volumeKlaus Schmidinger
2015-09-11Implemented the setup option "Recording/Record key handling"Klaus Schmidinger
2015-09-08Implemented setup options for SVDRP peeringKlaus Schmidinger
2015-09-01Implemented strict locking of global listsKlaus Schmidinger
2015-05-22Implemented SVDRP peeringKlaus Schmidinger
2015-04-29The SVDRP port now accepts multiple concurrent connectionsKlaus Schmidinger
2015-04-19The -u option now also accepts a numerical user idKlaus Schmidinger
2015-04-18The command line option -D now accepts the value '-' (as in -D-), which ↵Klaus Schmidinger
prevents VDR from using any DVB devices
2015-02-10Added command line option --chartab to replace VDR_CHARSET_OVERRIDEKlaus Schmidinger
2015-01-17Added the new command line option --updindexKlaus Schmidinger
2015-01-14Added the channel name to log messages that reference a channelKlaus Schmidinger
2015-01-11Fixed support for systemdKlaus Schmidinger
2014-04-14VDR now reads command line options from *.conf files in /etc/vdr/conf.dKlaus Schmidinger
2014-03-16Added support for systemd2.1.6Klaus Schmidinger
2014-01-26Now checking whether the primary device atcually has a decoder before ↵Klaus Schmidinger
retuning the current channel after a change in its parameters
2014-01-25The new function cStatus::ChannelChange() can be implemented by plugins to ↵Klaus Schmidinger
be informed about changes to the parameters of a channel that may require a retune
2014-01-16Now waiting explicitly until all CAM slots are ready before switching to the ↵Klaus Schmidinger
initial channel when VDR is started
2013-12-25Fixed setting the name of the video directory to avoid a crash when using ↵Klaus Schmidinger
--genindex, and also to use the correct directory with --edit
2013-12-25Added a missing closing ')' in the help and man page entry of the --vfat optionKlaus Schmidinger
2013-12-24Fixed a possible crash if the recordings list is updated externally while ↵Klaus Schmidinger
the Recordings menu is open
2013-10-16Fixed an inconsistent behavior between opening the Recordings menu manually ↵Klaus Schmidinger
via the main menu and by pressing the Recordings key
2013-10-10Added renaming and moving recordings and folders, and editing a recording's ↵Klaus Schmidinger
priority and lifetime; added cutting queue
2013-09-11Removed the code for distributing recordings over several video directories; ↵Klaus Schmidinger
added the cVideoDirectory plugin API
2013-08-21Added basic support for positioners to control steerable satellite dishesKlaus Schmidinger
2013-03-15Updated the help and man page entry about the location of the epg.data fileKlaus Schmidinger
2013-03-14When switching to a less privileged user id, VDR now sets the environment ↵Klaus Schmidinger
variables HOME, USER, LOGNAME and SHELL accordingly
2013-03-12Some improvements to allowing the parameters PATH and NAME to the --dirnames ↵Klaus Schmidinger
command line option to be left empty to use the default values if only ENC shall be set
2013-03-12The parameters PATH and NAME to the --dirnames command line option may now ↵Klaus Schmidinger
be left empty to use the default values if only ENC shall be set
2013-03-11Updated copyright yearKlaus Schmidinger
2013-03-11Changed email address to <vdr@tvdr.de>Klaus Schmidinger
2013-03-11Fixed using PATH_MAX and NAME_MAX (+/-1 because the first one includes the ↵Klaus Schmidinger
terminating 0, while the latter doesn't)
2013-03-03Changed the calls to Skins.QueueMessage() in vdr.c that are related to ↵Klaus Schmidinger
reporting the status of the editing process back to Skins.Message() in order to have them appear immediately
2013-02-14The timeout for trying to switch to a valid programme is now reset ↵Klaus Schmidinger
immediately once a programme has been found
2013-02-08Fixed formatting and removed some superfluous break statements in vdr.c's ↵1.7.37Klaus Schmidinger
command line option switch
2013-02-08New command line option --dirnamesKlaus Schmidinger
2013-01-29Changed several calls to Skins.Message() in vdr.c to Skins.QueueMessage() in ↵Klaus Schmidinger
order to avoid a black screen while such a message is displayed in case the channel will be switched
2012-12-06Changed reading and writing of floating point numbers into configuration ↵Klaus Schmidinger
files to make it independent of the decimal point used in the current locale
2012-12-04Implemented Play/Pause keyKlaus Schmidinger
2012-12-03Fixed faulty opening of the Recordings menu when pressing the Play key ↵Klaus Schmidinger
during normal live viewing mode in case there there is a "last viewed" recording
2012-10-13Fixed handling VPS timers in case the running status of an event goes to '1' ↵Klaus Schmidinger
(not running) and later goes to '4' (running)
2012-10-03Pressing the Play key during normal live viewing mode now opens the ↵Klaus Schmidinger
Recordings menu if there is no "last viewed" recording
2012-09-24Moved cleaning up the EPG data and writing the epg.data file into a separate ↵Klaus Schmidinger
thread to avoid sluggish response to user input on slow systems
2012-09-17The script given to VDR with the '-r' option is now also called whenever a ↵Klaus Schmidinger
recording is deleted
2012-09-01Implemented FHS support; fixed handling config directory if only -v is givenKlaus Schmidinger