- runvdr-extreme
- runvdr script with lots of configuration options
- epgcopy
- Perl script that copies EPG info to another channel
- resetprio
- Script to modify priority and lifetime of a recording
- po2i18n
- A script that converts gettext-po translations into VDR i18n.c files.
- builddvb
- Script that builds DVB drivers into existing .deb kernel packages.
runvdr extreme is a runvdr script, just like the runvdr script included in the VDR distribution. Additionally, it supports configuration files, lots of command line options and additional features.
runvdr extreme is now maintained as a community project at vdr-developer.org.
- 2009-06-2827kbrunvdr-extreme-0.4.2.tgz
- 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!
- 2009-04-1326kbrunvdr-extreme-0.4.1.tgz
- Fix: --xserver= not working
- Fix: load setup-plugin config
- 2008-09-1425kbrunvdr-extreme-0.4.0.tgz
- New: Start own X server for VDR to run in
- New: Experimental support to read sysconfig file from setup-plugin
- New: Parameters to control automatic restart behavior
- Fix: Small fixes
- 2008-03-0224kbrunvdr-extreme-0.3.0.tgz
- New: Support for the VDR parameters --localedir and --userdump
- New: Wildcards for INCLUDE directive, to load configuration directories.
- New: runvdr-conf.d, a configuration tool to activate/deactivate plugins
- New: osdserver-frontend for runvdr-conf.d
- New: Sample init.d script for Debian systems
- Fix: Minor bugfixes for runvdr
- 2007-02-1818kbrunvdr-extreme-0.2.0.tgz
- New: Pass DVBLOAD and DVBUNLOAD to eval
- 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.
- 2007-02-0317kbrunvdr-extreme-0.1.1.tgz
- Fixup release that subs up already known patches
- 2006-10-0817kbrunvdr-extreme-0.1.0.tgz
- First public version
Perl-script, that reads epg data per SVDRP and writes it back using a different channel code. In this version with hard-coded channels: Sat.1->Sat.1 Austria, Pro7->Pro7 Austria, Kabel1->Kabel1 Austria.
- 2005-03-082kbepgcopy
- tested with VDR version 1.3.22
A small shell script that can set priority and lifetime of a recording, and that can remove the editing mark from a recording.
- 2005-05-092kbresetprio-0.0.1.tgz
- Initial Release
A script that converts gettext-po translations from VDR 1.5.7 automatically or manually into i18n.c translations für older VDR versions. With this, plugins can keep compatibility to earlier VDR versions.
- 2008-02-2411kbpo2i18n-0.3.tgz
- New: Makefile integration adapted to recent VDR versions
- 2007-08-2610kbpo2i18n-0.2.tgz
- Fix: Reading multi line i18n-strings
- New: Better Makefile integration
- 2007-08-1810kbpo2i18n-0.1.tgz
- Initial Release
Build script that compiles a DVB driver tarball and slipstreams it into
an matching Debian kernel package. Can compile for non-running kernels.
Configured by variables set in the header section of the script.
Outputs a kernel package with -dvb added to the package name and
-YYYYMMDD.HHMM added to the version number.
You'll need a V4L/DVB driver tarball, a linux-image-*.deb package file,
matching linux-headers installed.
!!!CAUTION!!!
Always keep another kernel installed for backup, in case of an emergency.
The built kernel package will OVERWRITE its original package on install,
so you might want to install an -486 package for safety if you're modifying
the -686 package.
- 2011-05-294kbbuilddvb-1.1
- Fix: Compile for other kernel version
- 2011-05-014kbbuilddvb-1.0
- Initial Release