summaryrefslogtreecommitdiff
path: root/README
AgeCommit message (Collapse)Author
2013-10-14Documented config file name generationManuel Reimer
2013-10-06"kill" is a bash builtin since at least version 1.14.7Manuel Reimer
2013-10-02Fixed some whitespace errorsManuel Reimer
* Trailing whitespaces removed * All but one trailing newline on end of files removed * Fixed some line lengths in text files
2013-10-02Added new project page URLManuel Reimer
2013-10-01Version 0.4.2v0.4.2Udo Richter
* New: Support -i and --instance of VDR-1.7.4+ * New: Command line option to set VDR_CHARSET_OVERRIDE of VDR 1.5.18+ * New: Function-style callbacks for DVB load/unload commands (backwards compatible) * New: Option to always unload DVB drivers on exit * New: Callbacks for X-Server startup and shutdown to run additional programs * Fix: --lirc not working. Thx to caps!
2013-10-01Version 0.4.0v0.4.0Udo Richter
* New: Start own X server for VDR to run in * New: Experimental support to read sysconfig file from setup-plugin, thx to dad401 * New: Parameters to control automatic restart behavior * Fix: Made the init.d script LSB compliant, thx to Antonio for the hint. * Fix: Online help for runvdr-conf.d
2013-10-01Version 0.3.0v0.3.0Udo Richter
* New: Support for the new VDR parameters --localedir and --userdump (LOCALEDIR="..." and USERDUMP="1") * New: Wildcard loading with INCLUDE, allows for example to INCLUDE /etc/runvdr/conf.d/* to load several one-file-per-plugin config files. * New: runvdr-conf.d, a plugin enable/disable service * New: osdserver frontend for runvdr-conf.d * New: Sample init.d script, Debian style * Fix: Clean up mess with USER= and VDRUSER=. VDRUSER still works, but is deprecated.
2013-10-01Version 0.2.0v0.2.0Udo Richter
* New: Pass DVBLOAD and DVBUNLOAD to eval, allows to execute more than one command, thanks to Thomas Büschgens * New: Load ~/.runvdr.conf as default, load /etc/runvdr.conf as fallback * New: INCLUDE directive to load other config file * New: -P "-plugin" drops plugin from plugin load list. Same for -D. * Change: LANGUAGE now sets LC_ALL, not LANG.
2013-10-01Version 0.1.0v0.1.0Udo Richter
* Initial revision.