OPPServer

OPPs VDR Oldstable-Pakete / OPPs VDR Oldstable-Packages

[DIR] Übergeordnetes Verzeichnis / Parent Directory
[DIR] dists/

Hinweis!!! / Hint!!!

      Vorlagen zu fertigen sources.list gibt es hier / Templates for sources.list available here:
http://unix.oppserver.net/debian/sources.list/vdroldstable/
und zu fertigen preferences hier / and for preferences here:
http://unix.oppserver.net/debian/preferences

Archiv-Signaturschlüssel

02.02.2013
    Neuer Archiv Key, bitte aktualisieren. / New key, please update.
      Als User mit sudo Rechten / As a user with sudo rights:
      sudo aptitude install oppserver-keyring

      oder / or

      wget http://debian1.oppserver.net/gpg-debian.oppserver.net-signing-pubkey.asc -O - | sudo apt-key add -


      Als root / As root:
      aptitude install oppserver-keyring

      oder / or

      wget http://debian1.oppserver.net/gpg-debian.oppserver.net-signing-pubkey.asc -O - | apt-key add -

Stretch 9.x (stable)

Einträge für /etc/apt/sources.list / Entries for /etc/apt/sources.list:

deb http://debian1.oppserver.net/vdroldstable/ stretch main non-free contrib
deb-src http://debian1.oppserver.net/vdroldstable/ stretch main non-free contrib

oder mit folgendem Befehl / or with the following command::

sudo su -c 'echo "deb http://debian1.oppserver.net/vdroldstable/ stretch main non-free contrib" > /etc/apt/sources.list.d/oppvdroldstable.sources.list'
sudo su -c 'echo "deb-src http://debian1.oppserver.net/vdroldstable/ stretch main non-free contrib" >> /etc/apt/sources.list.d/oppvdroldstable.sources.list'
sudo aptitude update

oder als root / or as root:
echo "deb http://debian1.oppserver.net/vdroldstable/ stretch main non-free contrib" > /etc/apt/sources.list.d/oppvdroldstable.sources.list
echo "deb-src http://debian1.oppserver.net/vdroldstable/ stretch main non-free contrib" >> /etc/apt/sources.list.d/oppvdroldstable.sources.list
aptitude update

Zu allen Paketen wird das debian-multimedia Repository benötigt. / For all packages, the debian-multimedia repository is needed.

deb http://www.deb-multimedia.org/ stretch main non-free
deb-src http://www.deb-multimedia.org/ stretch main
deb http://www.deb-multimedia.org/ stretch-backports main
deb-src http://www.deb-multimedia.org/ stretch-backports main


Buster 10.x (testing)

Einträge für /etc/apt/sources.list / Entries for /etc/apt/sources.list:

deb http://debian1.oppserver.net/vdroldstable/ buster main non-free contrib
deb-src http://debian1.oppserver.net/vdroldstable/ buster main non-free contrib

oder mit folgendem Befehl / or with the following command::

sudo su -c 'echo "deb http://debian1.oppserver.net/vdroldstable/ buster main non-free contrib" > /etc/apt/sources.list.d/oppvdroldstable.sources.list'
sudo su -c 'echo "deb-src http://debian1.oppserver.net/vdroldstable/ buster main non-free contrib" >> /etc/apt/sources.list.d/oppvdroldstable.sources.list'
sudo aptitude update

oder als root / or as root:
echo "deb http://debian1.oppserver.net/vdroldstable/ buster main non-free contrib" > /etc/apt/sources.list.d/oppvdroldstable.sources.list
echo "deb-src http://debian1.oppserver.net/vdroldstable/ buster main non-free contrib" >> /etc/apt/sources.list.d/oppvdroldstable.sources.list
aptitude update

Zu allen Paketen wird das debian-multimedia und das backports Repository benötigt. / For all packages, the debian-multimedia and the backports repository is needed.

deb http://www.deb-multimedia.org/ buster main non-free
deb-src http://www.deb-multimedia.org/ buster main


Sid (unstable)

Einträge für /etc/apt/sources.list / Entries for /etc/apt/sources.list:

deb http://debian1.oppserver.net/vdroldstable/ sid main non-free contrib
deb-src http://debian1.oppserver.net/vdroldstable/ sid main non-free contrib

oder mit folgendem Befehl / or with the following command::

sudo su -c 'echo "deb http://debian1.oppserver.net/vdroldstable/ sid main non-free contrib" > /etc/apt/sources.list.d/oppvdroldstable.sources.list'
sudo su -c 'echo "deb-src http://debian1.oppserver.net/vdroldstable/ sid main non-free contrib" >> /etc/apt/sources.list.d/oppvdroldstable.sources.list'
sudo aptitude update

oder als root / or as root:
echo "deb http://debian1.oppserver.net/vdroldstable/ sid main non-free contrib" > /etc/apt/sources.list.d/oppvdroldstable.sources.list
echo "deb-src http://debian1.oppserver.net/vdroldstable/ sid main non-free contrib" >> /etc/apt/sources.list.d/oppvdroldstable.sources.list
aptitude update

Zu allen Paketen wird das debian-multimedia und das backports Repository benötigt. / For all packages, the debian-multimedia and the backports repository is needed.

deb http://www.deb-multimedia.org/ sid main non-free
deb-src http://www.deb-multimedia.org/ sid main


Jessie 8.x (oldstable)

Einträge für /etc/apt/sources.list / Entries for /etc/apt/sources.list:

deb http://debian1.oppserver.net/vdroldstable/ jessie main non-free contrib
deb-src http://debian1.oppserver.net/vdroldstable/ jessie main non-free contrib

oder mit folgendem Befehl / or with the following command::

sudo su -c 'echo "deb http://debian1.oppserver.net/vdroldstable/ jessie main non-free contrib" > /etc/apt/sources.list.d/oppvdroldstable.sources.list'
sudo su -c 'echo "deb-src http://debian1.oppserver.net/vdroldstable/ jessie main non-free contrib" >> /etc/apt/sources.list.d/oppvdroldstable.sources.list'
sudo aptitude update

oder als root / or as root:
echo "deb http://debian1.oppserver.net/vdroldstable/ jessie main non-free contrib" > /etc/apt/sources.list.d/oppvdroldstable.sources.list
echo "deb-src http://debian1.oppserver.net/vdroldstable/ jessie main non-free contrib" >> /etc/apt/sources.list.d/oppvdroldstable.sources.list
aptitude update

Zu allen Paketen wird das debian-multimedia und das backports Repository benötigt. / For all packages, the debian-multimedia and the backports repository is needed.

deb http://ftp.debian.org/debian/ jessie-backports main contrib non-free
deb-src http://ftp.debian.org/debian/ jessie-backports main contrib non-free

deb http://www.deb-multimedia.org/ jessie main non-free
deb-src http://www.deb-multimedia.org/ jessie main
deb http://www.deb-multimedia.org/ jessie-backports main
deb-src http://www.deb-multimedia.org/ jessie-backports main


Wheezy 7.x

Einträge für /etc/apt/sources.list / Entries for /etc/apt/sources.list:

deb http://debian1.oppserver.net/vdroldstable/ wheezy main non-free contrib
deb-src http://debian1.oppserver.net/vdroldstable/ wheezy main non-free contrib

oder mit folgendem Befehl / or with the following command::

sudo su -c 'echo "deb http://debian1.oppserver.net/vdroldstable/ wheezy main non-free contrib" > /etc/apt/sources.list.d/oppvdroldstable.sources.list'
sudo su -c 'echo "deb-src http://debian1.oppserver.net/vdroldstable/ wheezy main non-free contrib" >> /etc/apt/sources.list.d/oppvdroldstable.sources.list'
sudo aptitude update

oder als root / or as root:
echo "deb http://debian1.oppserver.net/vdroldstable/ wheezy main non-free contrib" > /etc/apt/sources.list.d/oppvdroldstable.sources.list
echo "deb-src http://debian1.oppserver.net/vdroldstable/ wheezy main non-free contrib" >> /etc/apt/sources.list.d/oppvdroldstable.sources.list
aptitude update

Zu allen Paketen wird das debian-multimedia und das backports Repository benötigt. / For all packages, the debian-multimedia and the backports repository is needed.

deb http://ftp.debian.org/debian/ wheezy-backports main contrib non-free
deb-src http://ftp.debian.org/debian/ wheezy-backports main contrib non-free

deb http://www.deb-multimedia.org/ wheezy main non-free
deb-src http://www.deb-multimedia.org/ wheezy main
deb http://www.deb-multimedia.org/ wheezy-backports main
deb-src http://www.deb-multimedia.org/ wheezy-backports main


oppserver-keyring (2013.02.02+opp~2, main) - GnuPG archive key of the oppserver.net repository
Binary for arch all (4.4 KB) | Source dir | changes

The oppserver.net repository digitally signs its Release files. This package contains the repository key used for that.

Squeeze 6.0

Einträge für /etc/apt/sources.list / Entries for /etc/apt/sources.list:

deb http://debian1.oppserver.net/vdroldstable/ squeeze main non-free contrib
deb-src http://debian1.oppserver.net/vdroldstable/ squeeze main non-free contrib

oder mit folgendem Befehl / or with the following command::

sudo su -c 'echo "deb http://debian1.oppserver.net/vdroldstable/ squeeze main non-free contrib" > /etc/apt/sources.list.d/oppvdroldstable.sources.list'
sudo su -c 'echo "deb-src http://debian1.oppserver.net/vdroldstable/ squeeze main non-free contrib" >> /etc/apt/sources.list.d/oppvdroldstable.sources.list'
sudo aptitude update

oder als root / or as root:
echo "deb http://debian1.oppserver.net/vdroldstable/ squeeze main non-free contrib" > /etc/apt/sources.list.d/oppvdroldstable.sources.list
echo "deb-src http://debian1.oppserver.net/vdroldstable/ squeeze main non-free contrib" >> /etc/apt/sources.list.d/oppvdroldstable.sources.list
aptitude update

Zu allen Paketen wird das debian-multimedia und das backports Repository benötigt. / For all packages, the debian-multimedia and the backports repository is needed.

deb http://backports.debian.org/debian-backports squeeze-backports main contrib non-free
deb-src http://backports.debian.org/debian-backports squeeze-backports main contrib non-free

deb http://www.deb-multimedia.org/ squeeze main non-free
deb-src http://www.deb-multimedia.org/ squeeze main
deb http://www.deb-multimedia.org/ squeeze-backports main
deb-src http://www.deb-multimedia.org/ squeeze-backports main


vdr-dbg (1.6.0-17ctvdr1+opp~2, main) - Debuggable version of the VDR Video Disk Recorder
Binary for arch amd64 (1.4 MB), i386 (1.4 MB) | Source dir | changes | Homepage

This package installs an unoptimized vdr binary with debugging symbols as well as some helper scripts to debug VDR and its plugins.

libserdisp-dev (1.97.7-1+opp~1, main) - Development files for the serdisp library
Binary for arch amd64 (115.4 KB), i386 (107.9 KB) | Source dir | changes

This library supports certain serial and parallel LC-displays connected to the parallel port (and also serial port with i2c-displays).

libglcddrivers1-dev (0.1.5-5+opp~1, main) - Development files for the GraphLCD drivers library
Binary for arch amd64 (19.1 KB), i386 (19.1 KB) | Source dir | changes

The GraphLCD drivers library provides a common interface for programming different graphical LC displays. Special devices for frambuffer and image output allow to test the GraphLCD routines, without attaching a LC display.

libwebvi-dev (0.2.2-1+opp~1, main) - Web video downloader library - development files
Binary for arch amd64 (20.6 KB), i386 (20.2 KB) | Source dir | changes | Homepage

This package provides a library for downloading video and audio streams from media sharing websites, such as YouTube or Google Video.

This package contains the development files.

libglcdgraphics2-dev (0.1.5-5+opp~1, main) - Development files for the GraphLCD graphics library
Binary for arch amd64 (5.1 KB), i386 (5.1 KB) | Source dir | changes

The GraphLCD graphics library provides methods for processing graphics and fonts to be displayed with the GraphLCD drivers library.

libsockets-dev (2.2.5-4+opp~1, main) - C++ Sockets Library
Binary for arch amd64 (296.8 KB), i386 (289.4 KB) | Source dir | changes

A C++ class library wrapping the berkeley sockets C API.

vdr-plugin-skinsoppalusikka (1.6.4-3+opp~1, main) - Skin plugin for vdr
Binary for arch amd64 (63.4 KB), i386 (60.3 KB) | Source dir | changes | Homepage

The "Soppalusikka" is a standalone skin based on the "enElchi" text2skin addon.

vdr-plugin-pvrinput (2010-04-03~rc1-1+opp~1, main) - VDR plugin allowing to use a Hauppauge PVR card as input device
Binary for arch amd64 (68.8 KB), i386 (67.4 KB) | Source dir | changes | Homepage

This plugin uses a Hauppauge PVR card as an input device. All cards supported by the ivtv driver should work.

vdr-plugin-svdrposd (0.1.0-3+opp~1, main) - VDR plugin that extends the SVDRP command set of VDR
Binary for arch amd64 (14.7 KB), i386 (14.5 KB) | Source dir | changes | Homepage

This VDR plugin adds some new OSD related commands to VDR's remote SVDRP control interface.

vdr-plugin-softdevice (0.5.0-7+opp~1, main) - VDR frontend plug-in providing Xv, framebuffer output
Binary for arch amd64 (211.6 KB), i386 (206.3 KB) | Source dir | changes | Homepage

This plug-in for the Linux Video Disc Recorder VDR acts as a so called "soft device", that decodes VDR's MPEG2 input streams to play it back on Xv (X video extension) or framebuffer (via DirectFB, DFB++)

vdr-plugin-dvd (0.3.6~b03+cvs20090426.0013-3+opp~1, main) - DVD playback plugin for VDR
Binary for arch amd64 (62.5 KB), i386 (63.9 KB) | Source dir | changes | Homepage

This plugin for VDR allows to play back DVD Video discs from within VDR.

vdr-plugin-freecell (0.0.2-48+opp~1, main) - Plugin for VDR that implements the card game "Freecell"
Binary for arch amd64 (49.9 KB), i386 (49.6 KB) | Source dir | changes | Homepage

This Freecell plugin is an implementation of the (well-known) card game "Freecell" played on the On Screen Display of your Video Disk Recorder.

vdr-plugin-loadepg (0.1.12-7+opp~1, main) - VDR plugin that loads EPG data sent to Mediahighway receivers
Binary for arch amd64 (33.4 KB), i386 (31.9 KB) | Source dir | changes | Homepage

This plugin for the Linux Video Disc Recorder (VDR) loads electronic programme guide data (EPG), that is broadcasted for Mediahighway receivers on channels of the Canal+ group, a French film and television studio and distributor.

xineliboutput-sxfe-vaapi-xvba (1.0.90+cvs20130401.0133-1+opp~1, main) - vdr-plugin-xineliboutput with vaapi xvba (dummy-package)
Binary for arch amd64 (17.5 KB), i386 (17.5 KB) | Source dir | changes | Homepage

This X/Xv/XvMc remote frontend plays back streams provided by vdr-plugin-xineliboutput.

vdr-plugin-text2skin (1.3-2+opp~1, main) - Plugin to vdr that loads and views skins
Binary for arch i386 (162.9 KB) | Source dir | changes | Homepage

This plugin is designed to load and interpret a set of files describing the layout of the On Screen Display and to make this "Skin" available to VDR via Setup -> OSD in the main menu. Of course it is possible to load more than one text-based skin this way and to choose between them while running VDR. All skins may be themeable (you can create your own color-theme) and translateable as the author of the skin wishes.

vdr-plugin-remoteosd (0.1.0-3+opp~1, main) - VDR plugin to control the OSD of a remote VDR
Binary for arch amd64 (23.5 KB), i386 (23.0 KB) | Source dir | changes | Homepage

This VDR plugin displays the menu of a remote VDR as a submenu item in your local VDR OSD menu.

vdr-plugin-rotor (0.1.5-1+opp~1, main) - Plugin to vdr that controls a rotor
Binary for arch amd64 (37.4 KB), i386 (36.8 KB) | Source dir | changes

With this plugin you can control a diseqc motor.

vdr-plugin-remotetimers (0.1.3-1+opp~1, main) - VDR plugin to edit timers on a remote VDR
Binary for arch amd64 (82.9 KB), i386 (81.3 KB) | Source dir | changes | Homepage

With the remotetimers plugin you can add/edit/remove timers on both, the local (client) VDR and a remote (server) VDR. You can even move timers between both VDRs. The plugin has its own implementations of the Schedule, Timer and Recordings menus. All of them are feature extended copies of VDR's original menus, adding e.g. multiuser support.

vdr-plugin-prefermenu (0.6.6-27+opp~1, main) - VDR plugin that implements a preferred channels menu
Binary for arch amd64 (28.5 KB), i386 (28.0 KB) | Source dir | changes | Homepage

This plugin for VDR implements a preferred channels menu. It makes it easy to switch to your favourite chanels.

vdr-plugin-pvr350 (1:1.7.1-1+opp~1, main) - VDR-Plugin that uses a PVR350 as output device
Binary for arch amd64 (41.3 KB), i386 (41.1 KB) | Source dir | changes | Homepage

This plugin for vdr uses Hauppauge PVR350 as an output device.

NOTE: At least kernel 2.6.21 is required!

vdr-plugin-eggtimer (0.9.5-20+opp~1, main) - An eggtimer that reminds you of certain things, while watching TV
Binary for arch amd64 (25.8 KB), i386 (25.0 KB) | Source dir | changes

This is a plugin for the Linux Video Disc Recorder (VDR). It can be used to be reminded of certain things, while watching TV. The plugin may also be configured to switch to a channel or execute a command from VDRs commands.conf at a certain point of time.

vdr-plugin-screenshot (0.0.13-3+opp~1, main) - Screenshot plugin for vdr
Binary for arch amd64 (18.9 KB), i386 (18.8 KB) | Source dir | changes

With this plugin you can take still images of your screen.

vdr-plugin-svdrpservice (0.0.4-4+opp~1, main) - VDR plugin that provides a SVDRP service for other plugins
Binary for arch amd64 (21.4 KB), i386 (21.2 KB) | Source dir | changes | Homepage

This VDR plugin offers SVDRP connections as a service to other plugins. Connecting to streamdev's VTP server port is possible too.

vdr-plugin-osdpip (0.1.0-2+opp~1, main) - OSD Picture-in-Picture-PlugIn for VDR
Binary for arch amd64 (64.0 KB), i386 (62.9 KB) | Source dir | changes | Homepage

OSD Picture-in-Picture is a PlugIn that displays the current channel in a small box on the screen (default upper right corner). You can switch up and down now, watching the progress of the previous channel in the box.

vdr-plugin-epgsearch (0.9.25~beta16-3+opp~1, main) - VDR plugin that provides extensive EPG searching capabilities
Binary for arch amd64 (618.4 KB), i386 (615.5 KB) | Source dir | changes | Homepage

This plugin for the Linux Video Disc Recorder (VDR) allows searching the EPG (electronic programme guide) data by defining search terms that can permanently be stored in a list for later reuse. It supports regular expressions and is capable of doing fuzzy searches. EPG-Search scans the EPG in background and can automatically create timers for matching search terms. Besides this it supports searching for repetitions, detection of timer conflicts, sending emails on timer events and much more. Search terms can also be added and modified with vdradmin-am, a web frontend for VDR.

vdr-plugin-playlist (0.0.1+0.0.2rc3-31+opp~1, main) - Plugin for VDR to display playlists for recordings
Binary for arch amd64 (62.5 KB), i386 (59.6 KB) | Source dir | changes

This is a plugin to create and play playlists of recordings.

vdr-plugin-radiolist (0.0.2-19+opp~1, main) - VDR-Plugin that provides a radio channellist
Binary for arch amd64 (12.7 KB), i386 (12.7 KB) | Source dir | changes

This plugin provides a channellist which only contains channels with VPID = 0 (usually radio channels).

vdr-plugin-dummydevice (1.0.2-16+opp~1, main) - VDR plugin that emulates a dvb output device
Binary for arch amd64 (10.0 KB), i386 (10.0 KB) | Source dir | changes | Homepage

This plugin emulates an output device, that does nothing. All data is silently discarded. That is useful if you just run vdr as recording server orR for streaming and would like to overcome some limitions regarding the handling of a primary device.

vdr-plugin-menuorg (0.4.4-3+opp~1, main) - A VDR plug-in to reorganize the OSD main menu
Binary for arch amd64 (45.0 KB), i386 (44.5 KB) | Source dir | changes

This plug-in for the Linux Video Disc Recorder VDR allows the main menu in VDR's On Screen Display to be reorganized. The order of the displayed menu items can be changed and sub menus can be created. Besides this additional "command" menu items can be added, which will execute any system commands.

vdr-plugin-trayopen (0.0.3-31+opp~1, main) - Plugin for VDR to open and close the CD/DVD Tray
Binary for arch amd64 (14.3 KB), i386 (14.2 KB) | Source dir | changes

This plugin allows to open and close the tray of the CD or DVD drive from within VDR's OSD menu or with a "hot key" on the remote defined in keymacros.conf.

vdr-plugin-lastfm (0.2.2-4+opp~1, main) - Last.fm plugin for VDR
Binary for arch amd64 (277.4 KB), i386 (278.9 KB) | Source dir | changes | Homepage

Plugin for VDR which allows playing music provided by last.fm while showing additional title information on your OnScreenDisplay.

xineliboutput-sxfe-vaapi-vdpau (1.0.90+cvs20130401.0133-1+opp~1, main) - vdr-plugin-xineliboutput with vaapi vdpau (dummy-package)
Binary for arch amd64 (17.5 KB), i386 (17.5 KB) | Source dir | changes | Homepage

This X/Xv/XvMc remote frontend plays back streams provided by vdr-plugin-xineliboutput.

vdr-plugin-externalplayer (0.1.0-12+opp~1, main) - Plugin to VDR that allows usage of external players
Binary for arch amd64 (43.4 KB), i386 (42.2 KB) | Source dir | changes

With this plugin it is possible to use players (like MMS, dxr3player, etc.) with VDR that need access to the output-device (FF-DVB, DXR3).

libxineliboutput-sxfe (1.0.90+cvs20130401.0133-1+opp~1, main) - Local X-Server frontend for the xineliboutput plugin
Binary for arch amd64 (78.2 KB), i386 (75.5 KB) | Source dir | changes | Homepage

The xineliboutput vdr plugin requires this library to provide the built-in local frontend for X, Xv or XvMC window systems.

vdr-plugin-mplayer (0.10.2-3+opp~1, main) - MPlayer playback plugin for VDR
Binary for arch amd64 (98.8 KB), i386 (98.2 KB) | Source dir | changes | Homepage

This plugin for VDR allows to play back any video format supported by MPLayer.

vdr-plugin-games (0.6.3-27+opp~1, main) - VDR plugin providing OSD games like tetris, snake and more
Binary for arch amd64 (38.7 KB), i386 (38.5 KB) | Source dir | changes | Homepage

This plugin for VDR allows to play Tetris, TicTacToe, Tron and Snake via VDR's OSD (On Screen Display).

vdr-plugin-tvtv (0.4.0-2+opp~1, main) - Plugin to vdr that connects to a web based tv guide
Binary for arch amd64 (54.0 KB), i386 (53.6 KB) | Source dir | changes

This plugin for vdr connects your system to a web based tv guide (www.tvtv.[de|co.uk]). After registering over there you can select some programme to schedule a vdr timer. The plugin can connect to the website by an internet connection on a regular basis.

vdr-plugin-undelete (0.0.6-29+opp~1, main) - Plugin for VDR to undelete or purge recently deleted recordings
Binary for arch amd64 (45.7 KB), i386 (43.4 KB) | Source dir | changes

VDR doesn't physically erase recordings immediately after deleting them. This plugin gives you the chance to undelete recordings, before VDR truly erases them.

vdr-plugin-noepgmenu (0.0.6~beta4-4+opp~1, main) - VDR-Plugin to switch on and off the EPG for a channel
Binary for arch amd64 (21.7 KB), i386 (21.4 KB) | Source dir | changes

A simple OSD to manage the channels for the noEPG patch.

vdr-plugin-weatherng (0.0.6+0.0.7pre2-32+opp~1, main) - VDR plugin to download and display weather maps and forecasts
Binary for arch amd64 (203.4 KB), i386 (199.5 KB) | Source dir | changes

This plugin can download weather maps from the Internet and display them on VDR's OSD. With a freely available licence from www.weather.com it will also display weather forecast information for the next 10 days.

vdr-plugin-powermate (0.0.5-5+opp~1, main) - Control VDR by Griffin Powermate device
Binary for arch amd64 (22.1 KB), i386 (21.6 KB) | Source dir | changes | Homepage

The plugin permits commands in VDR to be executed by the Griffin Powermate device.

vdr-plugin-autosort (0.1.3-13+opp~1, main) - VDR-Plugin to automatically sort the channels.conf
Binary for arch amd64 (52.2 KB), i386 (51.7 KB) | Source dir | changes

The AutoSort plugin adds the capability to define rules for automatically sorting the channels.conf.

vdr-plugin-dvdswitch (0.1.3-22+opp~1, main) - VDR plugin to create, burn, mount and manage DVD iso images
Binary for arch amd64 (83.6 KB), i386 (80.3 KB) | Source dir | changes

With this VDR plugin it is possible to select between DVD iso images, directories containing a DVD file structure or the real DVD drive and mount them for playback with the DVD plugin. The Plugin allows also to create iso images from a DVD and or to burn them onto a DVD.

vdr-plugin-wirbelscan (0.0.5~pre12a-1+opp~1, main) - Channelscan plugin for VDR
Binary for arch amd64 (146.4 KB), i386 (131.1 KB) | Source dir | changes

This plugin allows you to scan for new channels. DVB-T and DVB-C are supported as well as DVB-S and pvrinput/ptv (analog) scan.

vdr-plugin-sudoku (0.3.5-2+opp~1, main) - VDR-Plugin to generate and solve Sudokus
Binary for arch amd64 (66.0 KB), i386 (66.0 KB) | Source dir | changes | Homepage

This plugin generates Number Place puzzles, so called Sudokus, and let you solve it.

A Sudoku puzzle consists of 9 x 9 cells subdivided into 9 regions with 3 x 3 cells. The rules are simple. There have to be the numbers from 1 to 9 in every row, column and region. In the beginning some numbers are given. These cells are painted with cyan background color. The aim of the puzzle is to find the missing numbers. There is only one solution of a Sudoku puzzle.

vdr-plugin-rssreader (1.6.4-3+opp~1, main) - VDR Plugin for reading RSS Feeds
Binary for arch amd64 (37.1 KB), i386 (35.8 KB) | Source dir | changes | Homepage

The RSS Reader plugin for VDR provides a simple OSD menu based user interface for reading user-defined RSS streams.

vdr-plugin-xvdr (1:0.9.0+git20111231-0+opp~1, main) - XBMC XVDR plugin for VDR
Binary for arch amd64 (97.6 KB), i386 (98.1 KB) | Source dir | changes | Homepage

This plugin for VDR allows XBMC clients to connect.

vdr-plugin-radio (0.2.5-2+opp~1, main) - VDR Plugin that displays images for radio channels
Binary for arch amd64 (375.9 KB), i386 (369.0 KB) | Source dir | changes

Displays mpg-images instead of a black background while watching radio channels.

vdr-plugin-osdserver (0.1.2-5+opp~1, main) - VDR plugin to provide other programs access to the OSD
Binary for arch amd64 (86.2 KB), i386 (83.7 KB) | Source dir | changes | Homepage

The OSDServer plugin allows external programs to access VDR's OSD. OSDServer listens for commands on port 2010 and is mainly intended to be used by shell and perl scripts.

vdr (1.6.0-17ctvdr1+opp~2, main) - Video Disk Recorder for DVB cards
Binary for arch amd64 (900.5 KB), i386 (882.7 KB) | Source dir | changes | Homepage

Video Disk Recorder (VDR) is a digital sat-receiver program using Linux and DVB technologies. It allows one to record MPEG2 streams, as well as output the stream to TV. It is also possible to watch DVDs (hardware accelerated) with some comfort and use an IR remote control.

This package contains the vdr main program which is controlled via the PC keyboard or a IR remote control.

NOTE: You should install compatible DVB drivers before using these programs. Also the standard VDR (without special plugins) requires a DVB-Card with an integrated mpeg-decoder, a so called Full-Featured Card.

vdr-plugin-avolctl (0.3b-17+opp~1, main) - ALSA-Volume-Control-Plugin for VDR
Binary for arch amd64 (20.8 KB), i386 (20.5 KB) | Source dir | changes

This plugin controls selectable volume controls of your soundcard. It is also
possible to select controls and switches that can be controlled within the
settings menu. This is for example useful for tone control.

vdr-plugin-osdteletext (0.8.3-3+opp~1, main) - Teletext plugin for VDR
Binary for arch amd64 (62.3 KB), i386 (61.8 KB) | Source dir | changes | Homepage

This plugin for VDR displays teletext directly on the OSD.

vdr-plugin-imonlcd (0.0.4-1+opp~1, main) - VDR plugin to show information on SoundGraph iMON LCD displays
Binary for arch amd64 (42.6 KB), i386 (42.4 KB) | Source dir | changes | Homepage

imonlcd is a plugin for the Linux Video Disc Recorder and allows to show information about the current state of VDR on a SoundGraph iMON LCD display.

vdr-plugin-wapd (0.9-7+opp~1, main) - Plugin to control vdr via mobile devices
Binary for arch amd64 (43.4 KB), i386 (42.5 KB) | Source dir | changes | Homepage

This plugin lets VDR listen to WAP requests to allow remote control by WML enabled browsers - eg. mobile devices - and is called "WAP daemon" or "wapd".

vdr-plugin-skinenigmang (0.1.1-1+opp~1, main) - Skin plugin for VDR
Binary for arch amd64 (146.0 KB), i386 (141.4 KB) | Source dir | changes | Homepage

"EnigmaNG" is a standalone skin based on the "Enigma" text2skin addon.

vdr-plugin-pim (0.0.8-9+opp~1, main) - PIM plugin for vdr
Binary for arch amd64 (54.9 KB), i386 (52.8 KB) | Source dir | changes | Homepage

This plugin is a Personal Information Manager.

vdr-plugin-spider (0.2.2-4+opp~1, main) - Plugin to vdr that implements the card game "Spider Arachnid"
Binary for arch amd64 (62.7 KB), i386 (62.7 KB) | Source dir | changes | Homepage

This plugin is an implementation of the patience game "Spider Arachnid" played on the On Screen Display of your Video Disk Recorder.

vdr-plugin-fritzbox (1.3.3-1+opp~1, main) - VDR plugin to access certain functions of an AVM Fritz!Box
Binary for arch amd64 (192.0 KB), i386 (186.2 KB) | Source dir | changes | Homepage

This VDR plugin connects to the Fritz!Box to inform you about incoming calls. As an option, the plugin can automatically mute VDR when a call comes in.

vdr-plugin-lcr (0.0.9-3+opp~1, main) - This is a Least Cost Routing plugin for the Video Disk Recorder
Binary for arch amd64 (39.1 KB), i386 (38.0 KB) | Source dir | changes

Least Cost Routing is a plugin that displays information about the lowest rates for telephoning AT THE MOMENT on the osd. It retrieves its data from "www.teltarif.de" and displays them in a table on the osd.

vdr-plugin-devstatus (0.4.1-2+opp~1, main) - VDR plugin to display the status of the avauilable DVB devices
Binary for arch amd64 (26.0 KB), i386 (25.7 KB) | Source dir | changes | Homepage

This is a plugin for the Linux Video Disc Recorder VDR that displays status information about all available DVB devices, like DVB type, device name, currently running recordings, available channels, signal strength and signal / noise ratio.

vdr-plugin-osdtest256 (0.1.1-2+opp~1, main) - Display a full color OSD
Binary for arch amd64 (9.8 KB), i386 (9.8 KB) | Source dir | changes

This Plugin displays a full color OSD to test modded (4MB) FF cards.

vdr-plugin-vdrrip (0.3.0-47+opp~1, main) - Plugin to vdr that encodes recordings into several divx formats
Binary for arch amd64 (107.9 KB), i386 (106.2 KB) | Source dir | changes

This is a plugin to encode the vdr-recordings or dvd's into several formats. The supported output-formats are:

Containers: avi, ogm, matroska Video-codecs(divx): lavc, xvid, divx4/5 Audio-codecs: mp3, ogg-vorbis, stream-copy for ac3 and mpeg2

Ogg-vorbis, ac3, ogm and matroska have to be manually activated in the setup-menu of the plugin. All further codecs are automatically detected by the plugin.

You can manually adjust the encoding values, or simply select a template (read the section 'Templates' in this manual to find out more about them). If you input the resulting movie size (or number of files), the video/audio bitrate is calculated. If you change the video/ audio bitrate, the file size is calculated. If there is more then one audio-stream available, you can toggle between them.

vdr-plugin-graphlcd (0.1.5-17+opp~1, main) - GraphLCD Plugin for VDR
Binary for arch amd64 (205.1 KB), i386 (203.3 KB) | Source dir | changes

A plugin to support graphical LC Displays with VDR.

vdr-plugin-alcd (1.5.2-1+opp~1, main) - VDR plugin for LCD and IR remote of Activy 300 HTPCs
Binary for arch amd64 (51.2 KB), i386 (50.3 KB) | Source dir | changes

This plugin allows you to use the Activy 300 HTPC remote control in VDR and its LCD to display status information.

vdr-plugin-zaphistory (0.9.5-19+opp~1, main) - Plugin for VDR to zap in channels history
Binary for arch amd64 (29.4 KB), i386 (28.5 KB) | Source dir | changes

Just a history of the last visited channels.

vdr-plugin-examples (1.6.0-17ctvdr1+opp~2, main) - Plugins for vdr to show some possible features
Binary for arch amd64 (77.3 KB), i386 (75.2 KB) | Source dir | changes | Homepage

Video Disk Recorder (VDR) is a digital sat-receiver program using Linux and DVB technologies. It allows one to record MPEG2 streams, as well as output the stream to TV.

This package contains the example-plugins hello, osddemo, svccli, svcsvr, skincurses, status and svdrpdemo from the vdr-source. These plugins do not have useful features, they only demonstrate how vdr-plugins work and what is possible to do with them.

vdr-plugin-ttxtsubs (0.1.0-2+opp~1, main) - Teletext subtitle plugin for VDR
Binary for arch amd64 (65.0 KB), i386 (64.1 KB) | Source dir | changes

This plugin implements displaying, recording and replaying teletext based subtitles using the on screen display.

vdr-plugin-podcatcher (0.1.2-3+opp~1, main) - VDR-Plugin to download and play podcasts
Binary for arch amd64 (92.3 KB), i386 (92.1 KB) | Source dir | changes

With the Podcatcher plugin you can subscribe to podcasts. It allows you to browse through the podcasts, download and play them.

w-scan (20090516-1+opp~1, main) - Scans for DVB-T and DVB-C channels
Binary for arch amd64 (80.6 KB), i386 (74.6 KB) | Source dir | changes | Homepage

w-scan scans for DVB-T and DVB-C channels and creates a channels.conf, that can be used directly by the Linux Video Disc Recorder VDR. It is also possible to output channels in a format readable by the czap/tzap tools provided by linuxtv-dvb-zap, xine, totem or me-tv.

Unlike the scan utility in linuxtv-dvb-apps, there is no need to specify an initial transponder. DVB-S is not supported.

vdr-plugin-mousemate (0.1.6-2+opp~1, main) - VDR plugin that allows to control VDR with a mouse
Binary for arch amd64 (26.5 KB), i386 (25.7 KB) | Source dir | changes | Homepage

This plugin allows a mouse to be used for controlling some of VDR's functions. VDR's remote control keys are mapped to mouse events. The mouse wheel and up to eight mouse buttons are supported. Different key bindings can be configured for several VDR contexts.

vdr-plugin-vnsiserver (1:0.9.0+git20110824-0+opp~2, main) - XBMC VNSI plugin for VDR
Binary for arch amd64 (97.3 KB), i386 (97.6 KB) | Source dir | changes | Homepage

This plugin for VDR allows XBMC clients to connect.

xineliboutput-fbfe (1.0.90+cvs20130401.0133-1+opp~1, main) - Remote Framebuffer frontend for vdr-plugin-xineliboutput
Binary for arch amd64 (70.3 KB), i386 (68.0 KB) | Source dir | changes | Homepage

This frambuffer remote frontend plays back streams provided by vdr-plugin-xineliboutput.

vdr-plugin-iptv (0.3.1-3+opp~1, main) - IPTV plug-in for VDR
Binary for arch amd64 (73.5 KB), i386 (72.1 KB) | Source dir | changes | Homepage

This plug-in for the Linux Video Disc Recorder (VDR) seamlessly integrates multicast IPTV transport streams. You can use any IPTV channel like any other normal DVB channel for live viewing, recording, etc. The plug-in also features full section filtering capabilities which allow for example information to be extracted from the Event Information Tabel (EIT) embedded in the incoming stream.

Currently the IPTV plug-in has direct support for both multicast UDP/RTP and unicast HTTP MPEG1/2 transport streams.

vdr-plugin-newsticker (0.0.4-34+opp~1, main) - vdr plugin to download and displey rdf news-feeds
Binary for arch amd64 (21.2 KB), i386 (20.6 KB) | Source dir | changes

This plugin downloads rdf news-feeds and displays them on the tv.

vdr-plugin-streamdev-server (0.5.0~pre20090706+cvs20091108.2341-4+opp~1, main) - VDR Plugin to stream Live-TV to other VDR's - server part
Binary for arch amd64 (193.9 KB), i386 (191.8 KB) | Source dir | changes | Homepage

This plugin for vdr lets the software stream videos into the network. You can interconnect several vdrs that way or watch those streams with special client apps like video lan client or mplayer. This is the server part.

vdr-plugin-pin (0.1.10-3+opp~1, main) - PIN protection plugin for VDR
Binary for arch amd64 (56.8 KB), i386 (53.7 KB) | Source dir | changes

With this plugin, selected recordings, channels, shows or shell scripts can be protected by a single PIN to restrict access for children.

vdr-plugin-sleeptimer (0.7-21+opp~1, main) - Sleeptimer plugin for vdr
Binary for arch i386 (15.5 KB) | Source dir | changes

Allows to set a timer for powering off vdr once.

vdr-plugin-mlist (1.0.1-2+opp~1, main) - VDR plugin to display the message history
Binary for arch amd64 (15.3 KB), i386 (15.1 KB) | Source dir | changes

This plugin displays a list of all shown OSD messages since VDR start up.

vdr-plugin-vompserver (0.3.1-3+opp~1, main) - vdr-plugin for vdr on mediamvp(VOMP)
Binary for arch amd64 (107.0 KB), i386 (106.6 KB) | Source dir | changes

This VDR plugin is a server for the Hauppauge MediaMvp using the free firmware form the mediamvp(VOMP) Project.

vdr-plugin-statusleds (0.3-27+opp~1, main) - VDR plugin that uses the keyboad LED's to signal the VDR state
Binary for arch amd64 (21.3 KB), i386 (20.6 KB) | Source dir | changes

Running VDR mostly without any GUI (xawtv, kvdr, ...) there is no visual representation of the current VDR state (e.g. recording). This plugin shows VDR status informations using the keyboard leds

vdr-plugin-extb (0.3.1-1+opp~1, main) - VDR-Plugin to support the VDR Extension Board
Binary for arch amd64 (75.0 KB), i386 (74.5 KB) | Source dir | changes | Homepage

This plugin controls the VDR Extension Board, a special piece of hardware to extend the PC running VDR with an IR controller, a video switch matrix and much more. See:

http://home.t-online.de/home/tb_electronic/vdr/vdr_extension_board.html

vdr-plugin-cdda (0.1.0-29+opp~1, main) - VDR-Plugin to play audio cd's
Binary for arch amd64 (58.7 KB), i386 (57.5 KB) | Source dir | changes

The "cdda" plugin is an audio cd player with cd-text and cddb support. You can play your favorite music cd's as like as you do it with your standalone cd player.

vdr-plugin-director (0.2.8-21+opp~1, main) - Director plugin for vdr to use multifeed option
Binary for arch amd64 (19.2 KB), i386 (18.9 KB) | Source dir | changes

Director is a plugin to use the multifeed option of some Premiere channels (Direkt, Sport1, Sport2).

vdr-plugin-mailbox (0.6.0-1+opp~1, main) - Plugin to vdr to access pop3 and imap mailboxes
Binary for arch amd64 (240.2 KB), i386 (236.4 KB) | Source dir | changes | Homepage

This plugin for vdr implements access to pop3 and imap mailboxes.

vdr-plugin-ffnetdev (0.1.0+svn20071201.1427-9+opp~1, main) - VDR network streaming plugin
Binary for arch amd64 (65.8 KB), i386 (65.7 KB) | Source dir | changes

The purpose of this plugin is to provide an "easy" way of connecting possible streaming clients such as Dreambox/Tuxbox to VDR by emulating a full featured DVB device that serves an OSD and TS stream over the network. The OSD can be accessed by VNC clients.

vdr-plugin-block (0.1.2~201204181810dev-0+opp~1, main) - VDR plugin that skips channels with unwanted content
Binary for arch amd64 (41.3 KB), i386 (40.6 KB) | Source dir | changes | Homepage

This plugin for the Linux Video Disc Recorder prevents you from being bothered by unwanted broadcasts. Instead of those the screen will stay black, the sound muted, an info message appears in the OSD and after a configurable pause the vdr switches to another channel.

vdr-plugin-epgsync (0.0.4-1+opp~1, main) - VDR plugin for EPG synchronization between VDR systems
Binary for arch amd64 (21.4 KB), i386 (21.4 KB) | Source dir | changes | Homepage

With this plugin you can import the EPG of a remote VDR. It can either use SVDRP or streamdev's VTP to download the EPG.

vdr-plugin-atmo (0.1.3-5+opp~1, main) - VDR plugin to control colored TV backlights
Binary for arch amd64 (116.7 KB), i386 (116.2 KB) | Source dir | changes

This VDR plugin controls colored TV backlights using a micro controller attached to the serial port. The plugin can control up to five RGB channels (one for each etch of the TV and on for the center backlight). The backlight colors are calculated to be an extension to the currently shown picture.

vdr-plugin-control (0.0.2a-40+opp~1, main) - Plugin to control vdr OSD by console or telnet
Binary for arch amd64 (31.5 KB), i386 (31.2 KB) | Source dir | changes

This plugin allows to control VDR by console or telnet even if the systems does not have any full featured DVB card.

vdr-plugin-streamdev-client (0.5.0~pre20090706+cvs20091108.2341-4+opp~1, main) - VDR Plugin to stream Live-TV to other VDR's - client part
Binary for arch amd64 (61.0 KB), i386 (60.3 KB) | Source dir | changes | Homepage

This plugin for vdr lets the software stream videos into the network. You can interconnect several vdrs that way or watch those streams with special client apps like video lan client or mplayer. This is the client part.

vdr-plugin-image (0.3.0-6+opp~1, main) - Image plugin for vdr
Binary for arch amd64 (145.8 KB), i386 (142.5 KB) | Source dir | changes

This plugin implements a image viewer for vdr.

vdr-plugin-pilot (0.0.9-17+opp~1, main) - Pilot plugin for vdr
Binary for arch amd64 (27.4 KB), i386 (27.1 KB) | Source dir | changes | Homepage

Pilot is a plugin for VDR that brings the ability to fastly browse the EPG information (Extended Program Guide) without being forced to switch to a channel. It makes it easy to see what is going on on other channels while still looking at the current channel.

vdr-plugin-premiereepg (0.2.0-4+opp~1, main) - PremiereEpg plugin for VDR
Binary for arch amd64 (27.0 KB), i386 (26.2 KB) | Source dir | changes | Homepage

This plugin for VDR parses the extended EPG data which is send by Premiere on their portal channels.

vdr-plugin-surfer (0.0.2-30+opp~1, main) - VDR Plugin to browse through news pages
Binary for arch amd64 (14.6 KB), i386 (14.6 KB) | Source dir | changes

This plugin displays up to 10 HTML news pages on VDR's OSD and allows to select single news articles, which appear as a link on a news page.

vdr-plugin-filebrowser (0.2.0-3+opp~1, main) - VDR plugin for file browsing and executing shell commands
Binary for arch amd64 (63.2 KB), i386 (63.0 KB) | Source dir | changes

With this plugin it's possible to browse the file system in VDR's OSD. It's possible to define commands, that can be executed with the currently selected files. The commands will be executed asynchronously in background.

vdr-plugin-vdrcd (0.0.10.1-42+opp~1, main) - Mediadetection Plugin for vdr
Binary for arch amd64 (21.0 KB), i386 (21.0 KB) | Source dir | changes | Homepage

This Plugin tries to identify the type of a Media Disc inserted into your CD-ROM/DVD drive. If the type of media is known and an appropriate Plugin is loaded, it starts it.

If you have a VDR directory structure on that disc, it launches VDR's own Recording Menu.

This also works if you have the MPEG- files stored directly in the root of the disc, starting with 001.vdr.

vdr-plugin-clock (1.0.0-5+opp~1, main) - Clock plugin for vdr
Binary for arch amd64 (44.9 KB), i386 (41.9 KB) | Source dir | changes | Homepage

A small clock in the Top right corner. The clock will be disabled as soon as you press any other button.

vdr-plugin-timeline (1.0.141-kw160-3+opp~1, main) - Timeline plugin for vdr
Binary for arch amd64 (25.1 KB), i386 (24.6 KB) | Source dir | changes

Shows a timeline of all programmed timers per day and informs you of timer conflicts.

vdr-plugin-sysinfo (0.1.0a-16+opp~1, main) - Plugin for vdr to display hardware monitoring data
Binary for arch amd64 (25.5 KB), i386 (25.0 KB) | Source dir | changes

This plugin displays hardware monitoring data identified by lm-sensors, such as CPU and mainboard temperature, CPU and system fan speed.

vdr-plugin-cinebars (0.0.5-7+opp~1, main) - Cuts off upper and/or lower border of live picture with black bars
Binary for arch amd64 (14.7 KB), i386 (14.7 KB) | Source dir | changes | Homepage

This Plugin displays "cinema-bars" via VDR's OSD over the live picture, to give you some kind of wide-screen-cinema-feeling. You can use this to hide, for example, TV logos.

vdr-plugin-mp3 (0.10.2-3+opp~1, main) - MP3 playback plugin for VDR
Binary for arch amd64 (171.1 KB), i386 (172.4 KB) | Source dir | changes | Homepage

This plugin for VDR allows to play back mp3's, ogg-files and audio-cds.

libxine2-xvdr (1.0.90+cvs20130401.0133-1+opp~1, main) - Xine input plugin for vdr-plugin-xineliboutput streams
Binary for arch amd64 (171.5 KB), i386 (166.4 KB) | Source dir | changes | Homepage

This plugin adds a new mrl "xvdr://" to Xine, which allows one to play back streams provided by vdr-plugin-xineliboutput.

vdr-plugin-vodcatcher (0.2.2-1+opp~1, main) - VDR plug-in to browse and play video podcasts
Binary for arch amd64 (118.2 KB), i386 (117.9 KB) | Source dir | changes | Homepage

This plug-in for the Linux Video Disc Recorder (VDR) allows do download and browse RSS video podcasts. Playing back video streams contained in the RSS Feed is done by the VDR MPlayer plug-in.

vdr-plugin-vbox (0.5.1-37+opp~1, main) - Vbox plugin for vdr
Binary for arch amd64 (47.5 KB), i386 (46.8 KB) | Source dir | changes

This plugin is a frontend to the isdn answering machine vbox2.

vdr-plugin-femon (1.6.7-2+opp~1, main) - DVB frontend status monitor plugin for VDR
Binary for arch amd64 (78.2 KB), i386 (76.4 KB) | Source dir | changes | Homepage

DVB Frontend Status Monitor (femon) is a VDR plugin that displays signal quality parameters of the tuned channel on the OSD.

vdr-plugin-skinelchi (0.2.1-2+opp~1, main) - Skin plugin for vdr
Binary for arch amd64 (109.1 KB), i386 (103.8 KB) | Source dir | changes | Homepage

Skinelchi is a skin recreating the look of ElchiAIO + ImprovedOSD.

vdr-plugin-yaepg (0.0.2-29+opp~1, main) - Yet another EPG for VDR
Binary for arch amd64 (29.6 KB), i386 (28.7 KB) | Source dir | changes

Yaepg (Yet Another Electronic Programming Guide) is an EPG that tries to simulate the look and feel of a commercial IRD.

vdr-plugin-solitaire (0.0.2-46+opp~1, main) - Plugin to vdr that implements the card game "Solitaire"
Binary for arch amd64 (320.7 KB), i386 (320.5 KB) | Source dir | changes | Homepage

This Solitaire plugin is an implementation of the (well-known) card game "Solitaire" played on the On Screen Display of your Video Disk Recorder.

vdr-plugin-markad (0.0.7-2+opp~1, main) - Plugin for VDR to mark advertisements in recordings
Binary for arch i386 (22.5 KB) | Source dir | changes | Homepage

This plugin for the Linux Video Disc Recorder VDR will search for and mark advertisements in VDR recordings.

vdr-plugin-decruft (0.0.4-19+opp~1, main) - VDR-Plugin to remove unwanted channels
Binary for arch amd64 (16.2 KB), i386 (16.1 KB) | Source dir | changes

The Decruft plugin adds the capability to define rules for automatic removing of unwanted channels.

vdr-plugin-mlcd (0.0.4a-48+opp~1, main) - Multitainer support for VDR
Binary for arch amd64 (18.0 KB), i386 (17.9 KB) | Source dir | changes | Homepage

This plugin enables the build-in display of a Fujitsu-Siemens MULTITAINER for use with VDR.

vdr-plugin-graphtft (0.3.2~rc2+svn20090728.2153-5+opp~1, main) - GraphTFT Plugin for VDR
Binary for arch amd64 (207.3 KB), i386 (204.9 KB) | Source dir | changes | Homepage

This Plugin uses a Framebuffer or VDR device to show Status Informations. So you can use a cheap mini-TFT to show infos about your VDR.

xineliboutput-sxfe (1.0.90+cvs20130401.0133-1+opp~1, main) - Remote X-Server frontend for vdr-plugin-xineliboutput
Binary for arch amd64 (112.1 KB), i386 (109.2 KB) | Source dir | changes | Homepage

This X/Xv/XvMc remote frontend plays back streams provided by vdr-plugin-xineliboutput.

vdr-plugin-live (0.2.0-9+opp~1, main) - Web administration plugin for VDR
Binary for arch amd64 (902.8 KB), i386 (910.3 KB) | Source dir | changes | Homepage

Live, the "Live Interactive VDR Environment", is a plugin providing the possibility to interactively control the Linux Video Disc Recorder VDR and some of it's plugins from a web interface.

Unlike external programs, like the VDR web frontend "VDRAdmin-AM", that communicate with VDR via its SVDRP socket interface, Live has direct access to VDR's data structures and thus is very fast.

xineliboutput-sxfe-vdpau (1.0.90+cvs20130401.0133-1+opp~1, main) - vdr-plugin-xineliboutput with vdpau (dummy-package)
Binary for arch amd64 (17.4 KB), i386 (17.4 KB) | Source dir | changes | Homepage

This X/Xv/XvMc remote frontend plays back streams provided by vdr-plugin-xineliboutput.

vdr-plugin-xxvautotimer (0.1.2-21+opp~1, main) - VDR plugin to edit XXV's Autotimers
Binary for arch amd64 (72.8 KB), i386 (71.2 KB) | Source dir | changes

This is a plugin for the Video Disk Recorder (VDR) to edit Autotimers of XXV via VDR's on-screen-display (OSD). Autotimers are edited directly in XXV's mysql database.

vdr-graphtft-fe (0.3.2~rc2+svn20090728.2153-5+opp~1, main) - GraphTFT frontend for der GraphTFT VDR-Plugin
Binary for arch amd64 (31.5 KB), i386 (31.6 KB) | Source dir | changes | Homepage

The GraphTFT frontend allows to connect to the GraphTFT VDR-Plugin and use an X-Server to show the display data.

vdr-plugin-vdrc (0.0.8-37+opp~1, main) - File Commander Plugin for VDR
Binary for arch amd64 (23.9 KB), i386 (23.2 KB) | Source dir | changes

This is a Midnight Commander like file management plugin for VDR.

vdr-plugin-analogtv (1.0.00-22+opp~1, main) - Plugin to vdr that connects analog-tv sources
Binary for arch i386 (310.8 KB) | Source dir | changes

This plugin for vdr connect analog-tv sources. It supports encoding by software (with mp1e, ffmpeg) or by hardware (using hauppauges PVR series). For your convenience mp1e (MPEG-1 encoding) is included in this package.

libxineliboutput-fbfe (1.0.90+cvs20130401.0133-1+opp~1, main) - Local framebuffer frontend for the xineliboutput plugin
Binary for arch amd64 (57.6 KB), i386 (55.6 KB) | Source dir | changes | Homepage

The xineliboutput vdr plugin requires this library to provide the built-in local frontend for framebuffer devices.

vdr-plugin-xineliboutput (1.0.90+cvs20130401.0133-1+opp~1, main) - VDR plugin for Xine based sofdevice frontends
Binary for arch amd64 (284.1 KB), i386 (283.8 KB) | Source dir | changes | Homepage

This VDR plugin provides an audio, video and control stream, that several libxine based local and remote frontends can use.

vdr-plugin-tvonscreen (1.0.141-20+opp~1, main) - Plugin for vdr, that displays EPG data like in a typical TV guide
Binary for arch amd64 (39.8 KB), i386 (38.5 KB) | Source dir | changes | Homepage

This plugins shows the EPG data in the typical way a TV magazine does. The channels are shown from left to right, 3 on one screen.

xineliboutput-sxfe-vaapi-i965 (1.0.90+cvs20130401.0133-1+opp~1, main) - vdr-plugin-xineliboutput with vaapi intel (dummy-package)
Binary for arch amd64 (17.5 KB), i386 (17.5 KB) | Source dir | changes | Homepage

This X/Xv/XvMc remote frontend plays back streams provided by vdr-plugin-xineliboutput.

vdr-plugin-weather (0.2.1e-53+opp~1, main) - Weather plugin for VDR
Binary for arch amd64 (60.5 KB), i386 (57.0 KB) | Source dir | changes | Homepage

Displays the current weather conditions for a selected location. It gets the METAR data from ftp://weather.noaa.gov.

vdr-plugin-remote (0.4.0-20+opp~1, main) - VDR Plugin to support the built-in remote control port of DVB-Cards
Binary for arch amd64 (35.3 KB), i386 (35.2 KB) | Source dir | changes | Homepage

This plugin for VDR supports the built-in remote control port of some DVB-Cards or CI-Modules.

vdr-plugin-bitstreamout (0.89c-6+opp~1, main) - Plugin for VDR to play AC3 sound over a sound card
Binary for arch amd64 (79.9 KB), i386 (78.7 KB) | Source dir | changes | Homepage

This plugin for VDR allows to pass AC3 audio streams received from a DVB card or other VDR devices to the SPDIF port of any ALSA-compatible sound card.

vdr-plugin-extrecmenu (1.2~test1-3+opp~1, main) - Plugin for vdr for an enhanced recordings menu
Binary for arch amd64 (89.4 KB), i386 (86.5 KB) | Source dir | changes

This plugin provides a recordings menu enhanced with the possibility to rename or move recordings.

vdr-plugin-chanorg (0.0.6-22+opp~1, main) - Channel organizer for VDR
Binary for arch amd64 (26.3 KB), i386 (25.5 KB) | Source dir | changes

This plugin allows you to manage your channels.conf.

vdr-plugin-vcd (0.9-12+opp~1, main) - VDR Plugin for playing (S)VCD's
Binary for arch amd64 (53.1 KB), i386 (51.9 KB) | Source dir | changes | Homepage

This plugin for the Linux Video Disc Recorder VDR allows you to play your (S)VCD's within VDR.

vdr-plugin-avards (0.2.2-2+opp~1, main) - VDR plug-in to enlarge 4:3 letterbox format on widescreen displays
Binary for arch amd64 (31.7 KB), i386 (30.7 KB) | Source dir | changes | Homepage

The Avards (Automatic Video Aspect Ratio Detection and Signaling) plug-in for the Linux Video Disc Recorder VDR enlarges widescreen movies, that are sent in a 4:3 letterbox format. This is accomplished by changing the WSS signal sent to the display.

If a program is broadcasted in letterboxed 4:3 it would normally be displayed with black bars on the left, right, top and bottom edges of a 16:9 display. By manipulatin the WSS (wide screen signaling), the Avards plug-in tells the display to enlarge the picture.

The plug-in requires the DVB firmware version to be at least f42623 or newer.

vdr-markad (0.0.7-2+opp~1, main) - Tool to mark advertisements in VDR recordings
Binary for arch i386 (46.9 KB) | Source dir | changes | Homepage

This standalone tool provides the same functionality as the Markad plugin for the Linux Video Disc Recorder VDR. It will search for and mark advertisements in VDR recordings.

vdr-plugin-serial (0.0.6a-23+opp~1, main) - VDR plugin for a frontpanel connected to the serial port
Binary for arch amd64 (58.9 KB), i386 (58.7 KB) | Source dir | changes

This plugin allows using a homebrew frontpanel connected to the serial port as a remote control for VDR.

vdr-plugin-nordlichtsepg (0.8a-26+opp~1, main) - Nordlicht's EPG for VDR
Binary for arch amd64 (24.5 KB), i386 (23.8 KB) | Source dir | changes

This plugin provides an EPG (Electronic Program Guide) similar to VDR's "What's on now?"-menu. Unlike this it also shows channels without epg-infos. You can browse the epg with an adjustable step width. It is also possible to set a time at the setup to which you can jump by keypress, with the keys 1-7 you can jump 1-7 days forward. A bargraph at the "What's on now?"-view shows the progress of the running program. Timers are marked with a clock-icon, recording timers with a 'REC'-icon. It is possible, also for channels without epg-infos, to set timers.

vdr-plugin-lcdproc (0.0.10-jw7-3+opp~1, main) - Plugin to vdr that connects to lcdproc
Binary for arch amd64 (41.9 KB), i386 (41.2 KB) | Source dir | changes | Homepage

This plugin for vdr connect the digital PVR to lcdproc.

vdr-plugin-webvideo (0.2.2-1+opp~1, main) - VDR plugin for downloading videos from the Web
Binary for arch amd64 (54.5 KB), i386 (54.2 KB) | Source dir | changes | Homepage

This plugin for the Linux Video Disc Recorder (VDR) provides ability to download video files from popular video sharing websites, such as YouTube or Google Video.

vdr-plugin-sky (1.6.0-17ctvdr1+opp~2, main) - Plugin for using a Sky Digibox with vdr
Binary for arch amd64 (35.6 KB), i386 (35.4 KB) | Source dir | changes | Homepage

Video Disk Recorder (VDR) is a digital sat-receiver program using Linux and DVB technologies. It allows one to record MPEG2 streams, as well as output the stream to TV.

This package contains the sky-plugin, which allows you to connect the analog a/v output of a Sky Digibox to VDR, so that you can enjoy the full recording flexibility of VDR with your Sky subscription.

vdr-plugin-xine (0.9.4-7+opp~6, main) - allows xine to be a display for vdr, the Video Disk Recorder
Binary for arch amd64 (170.7 KB), i386 (168.2 KB) | Source dir | changes | Homepage

Plugin for vdr which allows you to use xine, gxine or some other frontend for libxine as a display, instead of relying on an MPEG decoder / TV output card.

xine >= 0.99.2 and gxine >= 0.4.0 have built-in support for vdr. Other frontends may need to be patched.

If you want to use the SVDRP 'grab' command, you'll need mjpegtools (from Christian Marillat's archive) and y4mscaler.

vdr-plugin-muggle (0.2.3-2+opp~1, main) - Media juggle plugin for VDR
Binary for arch amd64 (438.3 KB), i386 (431.0 KB) | Source dir | changes

This plugin allows the management of arbitrary media files via a database using VDR and its OSD.

infosatepg (0.1.2-2+opp~1, main) - Retrieves EPG data from the infosat/siehfern program guide
Binary for arch amd64 (19.9 KB), i386 (19.6 KB) | Source dir | changes

infosatepg allows you to receive the EPG data from the infosat/siehfern program guides available on ASTRA 19,2 East.

vdr2jpeg (0.1.1-3+opp~1, main) - Creates jpeg images from VDR-Recordings
Binary for arch amd64 (33.7 KB), i386 (33.0 KB) | Source dir | changes

vdr2jpeg is used to extract a specific frame of a VDR Recording as a jpeg image.

replex (0.1.6.8-2+opp~1, main) - Remultiplexer for MPEG2 streams
Binary for arch amd64 (51.9 KB), i386 (50.7 KB) | Source dir | changes

Replex remultiplexes transport stream (TS) data taken from a DVB source. The result is a program stream (PS) that can be burned to a DVD with dvdauthor. Replex can also remultiplex other streams and AVI's with MPEG2 content.

nvram-wakeup (1.1-1+opp~1, main) - A tool to read/write the WakeUp time from/to the BIOS
Binary for arch amd64 (104.3 KB), i386 (96.2 KB) | Source dir | changes | Homepage

nvram-wakeup can read and write the wake up time in the BIOS (via /dev/nvram on recent 2.4.x kernels or direct I/O port access). On this wake up time the computer will be powered on automatically from the soft-off state. For the video disc recorder VDR, nvram-wakeup installs a hook script, that allows VDR to set a wake up time, when it powers down.

vdr-genindex (0.1.3-1+opp~1, main) - Tool to generate a VDR index file
Binary for arch amd64 (15.1 KB), i386 (15.0 KB) | Source dir | changes

Usefull if you lost the orginal index file or if you want to create an index file for some other video stuff.

tcmplex-panteltje (0.4.7-1+opp~1, main) - audio video multiplexer
Binary for arch amd64 (57.9 KB), i386 (53.8 KB) | Source dir | changes

tcmplex-pantelje is taken from the transcode distribution an has been re-written for 8 audio channels. It also fixes an AC3 bug and supports files > 2GB.

w-pvrscan (0.snapshot20061011-1+opp~1, main) - Channel scan for ivtv based tv cards
Binary for arch amd64 (279.9 KB), i386 (257.5 KB) | Source dir | changes

A small tool for channel scanning with analogue ivtv based tv cards.

vdr-addon-noad (0.7.2-1+opp~1, main) - VDR-Addon to automatically mark advertisements
Binary for arch amd64 (121.5 KB), i386 (113.8 KB) | Source dir | changes

noad sets cut marks in recordings from Klaus Schmidingers Video Disk Recorder. It does some magic you can read about at http://www.ktet.fh-muenster.de/ina/node1.html.

vdr-addon-tosvcd (0.9-10+opp~1, main) - tosvcd transcodes vdr video files to SVCD or VCD images
Binary for arch i386 (47.4 KB) | Source dir | changes

Some functions:
- synchronises Video/Audio
- tries to repair damaged streams
- split output (with help of mpeg2enc)
- invoke yuvscaler if input is not 480x576
- invoke noise filter on request
- predicts finish time
- predicts final output size
- restarts if output size exceeds CD's capacity to enable full automatic operation
- invoke mplex and vcdimager
- automatically determine number of output CD's An interfacing shell script is provided to integrate tosvcd into vdr

vdr-plugin-burn (0.1.0~pre22-ff1-3+opp~1, main) - Plugin for vdr that implements dvd conversion and writing
Binary for arch amd64 (381.0 KB), i386 (379.1 KB) | Source dir | changes | Homepage

This Plugin enables VDR to write compliant DVDs from VDR recordings while being able to control and watch the process inside VDRs on-screen-display. If the selected recordings don't fit the DVD, the video tracks are requantized (shrinked) automatically.

libglcdgraphics2 (0.1.5-5+opp~1, main) - Library for handling graphics and fonts with GraphLCD
Binary for arch amd64 (24.5 KB), i386 (24.3 KB) | Source dir | changes

The GraphLCD graphics library provides methods for processing graphics and fonts to be displayed with the GraphLCD drivers library.

libserdisp1 (1.97.7-1+opp~1, main) - Library that supports serial and parallel LC-displays
Binary for arch amd64 (226.5 KB), i386 (208.0 KB) | Source dir | changes

This library supports certain serial and parallel LC-displays connected to the parallel port (and also serial port with i2c-displays).

graphlcd-tools (0.1.5-5+opp~1, main) - Tools for GraphLCD VDR Plugin
Binary for arch amd64 (34.1 KB), i386 (32.7 KB) | Source dir | changes

Tools to convert pictures and fonts to GraphLCD format and to display pictures and text on the LCD using the GraphLCD drivers library.

libwebvi0 (0.2.2-1+opp~1, main) - Web video downloader library - shared library
Binary for arch amd64 (18.1 KB), i386 (17.5 KB) | Source dir | changes | Homepage

This package provides a library for downloading video and audio streams from media sharing websites, such as YouTube or Google Video.

This is the shared library.

libglcddrivers1 (0.1.5-5+opp~1, main) - Library for programming graphical LC displays
Binary for arch amd64 (70.8 KB), i386 (71.5 KB) | Source dir | changes

The GraphLCD drivers library provides a common interface for programming different graphical LC displays. Special devices for frambuffer and image output allow to test the GraphLCD routines, without attaching a LC display.

vdr-skin-anthra-sd (0.2.9a-1+opp~2, main) - A dark, anthtacite style skin for the VDR in PAL resolution
Binary for arch all (28.1 KB) | Source dir | changes | Homepage

Anthra-SD is a dark, anthtacite style skin for the Linux Video Disc Recorder VDR. It is designed for a PAL resolution of 720x576 and it is not scalable.

The skin will not work with Fullfeaturd-DVB-Cards with only original 2MB memory and DXR3-Cards.

vdr-dev (1.6.0-17ctvdr1+opp~2, main) - Video Disk Recorder for DVB cards
Binary for arch all (296.3 KB) | Source dir | changes | Homepage

Video Disk Recorder (VDR) is a digital sat-receiver program using Linux and DVB technologies. It allows one to record MPEG2 streams, as well as output the stream to TV. It is also possible to watch DVDs (hardware accelerated) with some comfort and use an IR remote control.

This package contains the header files of VDR. You need this package to be able to build vdr-plugins!

svdrpservice-dev (0.0.4-4+opp~1, main) - VDR svdrpservice plugin development files
Binary for arch all (8.8 KB) | Source dir | changes | Homepage

Header files for VDR plugins that use the svdrpservice plugin.

make-special-vdr (2.5+opp~1, main) - Make special vdr packages
Binary for arch all (12.8 KB) | Source dir | changes

Make a special variation of the vdr package or of a vdr plugin package. These debian packages could be installed parallel to the standard vdr debian packages in order to test new development versions of vdr. Between the standard and the special variation of vdr can be switched via command menu.

vdr-firmwares (1.6, main) - Add some firmware files
Binary for arch all (3.6 MB) | Source dir | changes

Add some firmware files to /lib/firmware drxk_a3.mc dvb-fe-bcm3510-01.fw dvb-fe-cx24116.fw dvb-fe-ds3000.fw dvb-fe-ds300x.fw dvb-fe-ds3103.fw dvb-fe-or51132-qam.fw dvb-fe-or51132-vsb.fw dvb-fe-or51211.fw dvb-fe-sp8870.fw dvb-fe-tda10045.fw dvb-fe-tda10046.fw dvb-fe-xc5000-1.6.114.fw dvb-ttpci-01.fw-261a dvb-ttpci-01.fw-261b dvb-ttpci-01.fw-261c dvb-ttpci-01.fw-261d dvb-ttpci-01.fw-261f dvb-ttpci-01.fw-2622 dvb-ttpci-01.fw-fc2624 dvb-ttpremium-fpga-01.fw dvb-ttpremium-loader-01.fw dvb-ttpremium-st7109-01.fw dvb-usb-af9035-02.fw_0184ba128bee3befe2fc49f144a8dbab_12.5.13.0_6.8.13.0 dvb-usb-af9035-02.fw_085e676dc50addf538b6cb18f4ca233a_12.13.15.0_6.20.15.0 dvb-usb-af9035-02.fw_14ae2b81bac90ff5c6b490c225265267_12.13.15.0_6.20.15.0 dvb-usb-af9035-02.fw_3735d499d945a6bb873a7f3ad5c701fa_12.13.15.0_6.20.15.0 dvb-usb-af9035-02.fw_7cdc1e3aba54f3a9ad052dc6a29603fd_11.10.10.0_5.33.10.0 dvb-usb-af9035-02.fw_f71efe295151ba76cac2280680b69f3f_11.5.9.0_5.17.9.1 dvb-usb-avertv-a800-02.fw dvb-usb-az6027-03.fw dvb-usb-bluebird-01.fw dvb-usb-dib0700-1.10.fw dvb-usb-dib0700-1.20.fw dvb-usb-dibusb-5.0.0.11.fw dvb-usb-dibusb-6.0.0.8.fw dvb-usb-dtt200u-01.fw dvb-usb-nova-t-usb2-01.fw dvb-usb-nova-t-usb2-02.fw dvb-usb-opera-01.fw dvb-usb-opera1-fpga-01.fw dvb-usb-s630.fw dvb-usb-s660.fw dvb-usb-SkyStar_USB_HD_FW_v17_63.HEX.fw dvb-usb-terratec-h5-drxk.fw dvb-usb-terratec-h7-az6007.fw dvb-usb-terratec-h7-drxk.fw dvb-usb-teviis660.fw dvb-usb-tt-s2400-01.fw dvb-usb-umt-010-02.fw dvb-usb-vp702x-01.fw dvb-usb-vp7045-01.fw dvb-usb-wt220u-01.fw dvb-usb-wt220u-02.fw ngene_18.fw sms1xxx-hcw-114xxx-cmmb-01.fw sms1xxx-hcw-55xxx-dvbt-01.fw sms1xxx-hcw-55xxx-dvbt-02.fw sms1xxx-hcw-55xxx-dvbt-03.fw sms1xxx-hcw-55xxx-isdbt-02.fw sms1xxx-hcw-55xxx-isdbt-03.fw v4l-cx231xx-avcore-01.fw v4l-cx23418-apu.fw v4l-cx23418-cpu.fw v4l-cx23418-dig.fw v4l-cx23885-avcore-01.fw v4l-cx23885-enc.fw v4l-cx25840.fw xc3028-v27.fw

vdr-oppsettings (1.5, main) - Make some changes
Binary for arch all (263.9 KB) | Source dir | changes

Make some changes to vdr packages Make dir /video and linked it to /var/lib/video.00 Added some Channels.conf and Diseqc.conf

vdr-plugin-svdrpext (0.1.0-3+opp~1, main) - Transitional dummy package
Binary for arch all (5.9 KB) | Source dir | changes | Homepage

Package was renamed from vdr-plugin-svdrpext to vdr-plugin-svdrposd

vdradmin-am (3.6.7-1+opp~1, main) - Web-based administration tool for vdr
Binary for arch all (398.5 KB) | Source dir | changes | Homepage

vdradmin-am provides a webinterface for managing the Linux Video Disk Recorder (vdr)

vdr-xxv-skins (1.1.8+opp~1, main) - Some skins for the vdr-xxv package
Binary for arch all (507.4 KB) | Source dir | changes | Homepage

These skins give XXV a new look. You can switch between different skins from within XXV's configuration page.

vdr-addon-acpiwakeup (0.0.10+opp~1, main) - Addon that enables vdr to wakeup itself using ACPI
Binary for arch all (5.7 KB) | Source dir | changes

This vdr addon uses ACPI to set an alarm time with the next timer, when vdr shuts down.

vdr-skins-speciallogos (0.2+opp~1, main) - Special channel logos for text2skin skins
Binary for arch all (117.0 KB) | Source dir | changes

Non-standard-logos for skins which have been removed from vdr-skins due to DFSG issues.

vdr-xxv (1.2-2+opp~1, main) - Provides a central service to administer VDR
Binary for arch all (487.4 KB) | Source dir | changes | Homepage

XXV runs as a daemon and provides a central service to administer VDR, similar to VDRAdmin. Extendable by plugins, XXV provides a http daemon, a telnet server and a WAP server. It allows to manage timers, auto timers, channels, recordings and much more.

vdr-addon-tvmovie2vdr (0.5.14-2+opp~1, main) - VDR addon for using online programme guides as EPG data source
Binary for arch all (56.6 KB) | Source dir | changes

This addon loads data from online program guides like TVMovie and inserts them into VDR's EPG-data.

vdr-tft-brst (0.0.6-2+opp~1, main) - Brst's theme for the GraphTFT plugin
Binary for arch all (889.2 KB) | Source dir | changes

This is brst's theme for the GraphTFT plugin that was inspired by the HighTech skin of the text2skin plugin.

vdr-tft-standard (0.0.7-2+opp~1, main) - Standard theme for the GraphTFT plugin
Binary for arch all (525.2 KB) | Source dir | changes

This is the standard theme for the GraphTFT plugin that uses a Framebuffer or VDR device to show Status Informations.

vdr-addon-vdrconvert (0.1.1-17+opp~1, main) - VDR addon to convert recordings to different formats
Binary for arch all (5.0 MB) | Source dir | changes

vdr-addon-vdrconvert converts VDR recordings to a bunch of common formats including DVD, (S)VCD, DivX, MP3 ... It does this with a couple of other tools. If you like it may even burn those to DVD+-R/RW or CD-R/RW and print some labels.

vdr-tft-poetter (0.0.2-3+opp~1, main) - Poetter's theme for the GraphTFT plugin
Binary for arch all (1.6 MB) | Source dir | changes

This is poetter's theme for the GraphTFT plugin based on the MetalShinyBlue theme.

dvb-s2api-liplianin-source (0~2010-06-11.hg15072-1+opp~1, main) - dvb-s2api-liplianin DVB driver modules sources
Binary for arch all (4.0 MB) | Source dir | changes | Homepage

The sources for the dvb-s2api-liplianin DVB driver modules, which are a development snapshot of improved DVB S2API drivers coming as out-of-tree modules which replace the standard kernel modules. Sooner or later these drivers will get merged into the kernel.

oppserver-keyring (2013.02.02+opp~2, main) - GnuPG archive key of the oppserver.net repository
Binary for arch all (4.4 KB) | Source dir | changes

The oppserver.net repository digitally signs its Release files. This package contains the repository key used for that.

vdr-burnbackgrounds (0.0.1-4+opp~1, main) - Background images for burn plugin with Moronimo patch
Binary for arch all (3.2 MB) | Source dir | changes

Some genre background images provided by Thomas_d and Karsten.

dvb-s2api-liplianin-headers (0~2010-06-11.hg15072-1+opp~1, main) - Header files for the dvb-s2api-liplianin DVB driver modules
Binary for arch all (144.3 KB) | Source dir | changes | Homepage

Includes the header files for the dvb-s2api-liplianin DVB driver modules which differ from the standard headers provided for the kernel.

vdr-xpmlogos (0.0.1-3+opp~1, main) - Channel logos in xpm format
Binary for arch all (418.4 KB) | Source dir | changes

A set of channel logos in xpm format.

vdr-enigmang-icons (20070702-2+opp~1, main) - Channel logos and other icons for the skinenigmang plugin
Binary for arch all (555.6 KB) | Source dir | changes

A set of channel logos and other icons in xpm format.

vdr-vompclient-mvp (0.3.1-1+opp~1, main) - mediamvp client firmware for vomp
Binary for arch all (2.0 MB) | Source dir | changes

This is the client firmware from the mediamvp(VOMP) Project, that will be loaded into the Hauppauge MediaMvp by the built-in TFTP server of the VDR vompserver plugin.

vdr-sysinfo (2008.06.18+opp~1, main) - Collects system information of a VDR system
Binary for arch all (4.7 KB) | Source dir | changes

vdr-sysinfo captures various system information from a VDR system that might help, tracking down any problems that might occur.

vdr-addon-sharemarks (0.1.4~PRE5-1+opp~1, main) - VDR-Add-on to share marks using a central web server
Binary for arch all (31.7 KB) | Source dir | changes

This package allows the mapping of cutting marks, as used by the VDR, to the video stream's PTSs (Presentation Time Stamps) and vice versa. Since the PTSs should be the same independent of system time and other user configured settings, it should be the ideal format for sharing cutting marks between VDR users.

vdr-addon-lifeguard (0.0.4+opp~1, main) - Check whether VDR should shutdown the machine
Binary for arch all (5.2 KB) | Source dir | changes

Perform various tests specified by the user when VDR wants to shutdown the machine. Shutdown is postponed if any of the tests indicate, that there are other processes that should not be interrupted.

vdr-channellogos (0.0.3-3+opp~1, main) - Channel logos for the text2skin plugin
Binary for arch all (442.0 KB) | Source dir | changes

A set of channel logos shared by some text2skin skins

vdr-tft-enigma (0.0.3-1+opp~1, main) - Enigma theme for the GraphTFT plugin
Binary for arch all (508.0 KB) | Source dir | changes

This is a theme for the GraphTFT plugin that was inspired by the Enigma skin of the text2skin plugin.

vdrsync (0.1.2.2dev2+050322-1+opp~1, main) - Perl Script for processing VDR recordings
Binary for arch all (188.2 KB) | Source dir | changes

VDRsync is a perl script to demux VDR recordings and correcting for missing/additional Audio frames to ensure sync of audio and video streams. It may even spit out a ready to burn DVD-Image.

vdr-tft-deepblue (0.0.5-1+opp~1, main) - DeepBlue theme for the GraphTFT plugin
Binary for arch all (1.7 MB) | Source dir | changes

This is the DeepBlue theme for the GraphTFT plugin that is inspired by the DeepBlue skin of the text2skin plugin.

python-webvi (0.2.2-1+opp~1, main) - Web video downloader library - Python module
Binary for arch all (45.3 KB) | Source dir | changes | Homepage

This package provides a library for downloading video and audio streams from media sharing websites, such as YouTube or Google Video.

This is the Python module.

libxml-simple-dtdreader-perl (0.04-2+opp~1, main) - Simple XML file reading based on their DTDs
Binary for arch all (11.9 KB) | Source dir | changes

XML::Simple::DTDReader aims to be a XML::Simple drop-in replacement, but with several aspects of the module controlled by the XML's DTD. Specifically, array folding and array forcing are inferred from the DTD.

Currently, only XMLin is supported; support for XMLout is planned for later releases.

This description was automagically extracted from the module by dh-make-perl.

libhtml-tablecontentparser-perl (0.13-2+opp~1, main) - Do interesting things with the contents of tables.
Binary for arch all (8.1 KB) | Source dir | changes

This package pulls out the contents of a table from a string containing HTML. Each time a table is encountered, data will be stored in an array consisting of a hash of whatever was discovered about the table -- id, name, border, cellspacing etc, and of course data contained within the table.

project-x (0.90.4+cvs20091114.1925.dfsg-1+opp~1, main) - Java based MPEG2 demuxer
Binary for arch all (872.4 KB) | Source dir | changes

Project-X is a Java based MPEG2 demuxer which is able to demux and repair DVB transport streams for later processing.

projectx (0.90.4+cvs20091114.1925.dfsg-1+opp~1, main) - Transitonal dummy package for renaming projectx to project-x
Binary for arch all (5.9 KB) | Source dir | changes

This is just a transitonal dummy package for renaming projectx to project-x to match the Ubuntu package.

vdr-plugin-sleeptimer (0.8.2, main) - Sleeptimer plugin for vdr
Binary for arch amd64 (26.4 KB) | Source dir | changes

Allows to set a timer for powering off vdr once.

vdr-plugin-text2skin (1.3.2-0+opp~1, main) - Plugin to vdr that loads and views skins
Binary for arch amd64 (165.9 KB) | Source dir | changes | Homepage

This plugin is designed to load and interpret a set of files describing the layout of the On Screen Display and to make this "Skin" available to VDR via Setup -> OSD in the main menu. Of course it is possible to load more than one text-based skin this way and to choose between them while running VDR. All skins may be themeable (you can create your own color-theme) and translateable as the author of the skin wishes.

vdr-markad (0.1.2-1+opp~1, main) - Tool to mark advertisements in VDR recordings
Binary for arch amd64 (79.4 KB) | Source dir | changes | Homepage

This standalone tool provides the same functionality as the Markad plugin for the Linux Video Disc Recorder VDR. It will search for and mark advertisements in VDR recordings.

vdr-plugin-markad (0.1.2-1+opp~1, main) - Plugin for VDR to mark advertisements in recordings
Binary for arch amd64 (28.1 KB) | Source dir | changes | Homepage

This plugin for the Linux Video Disc Recorder VDR will search for and mark advertisements in VDR recordings.

vdr-plugin-dxr3 (0.2.9-6+opp~1, contrib) - Plugin to vdr to use a DXR3/Hollywood+ MPEG decoder as primary interface
Binary for arch amd64 (86.7 KB), i386 (85.2 KB) | Source dir | changes | Homepage

This plugin for vdr allows using a DXR3/Hollywood+ MPEG decoder card as primary interface.

em8300 (0.16.4-4.etobi+1+opp~1, contrib) - Drivers for DXR3/Hollywood+ decoder cards
Binary for arch amd64 (71.9 KB), i386 (71.6 KB) | Source dir | changes

Drivers for MPEG decoder cards based on Sigma Designs' EM8300 chip (such as the Creative Labs DXR3 or the Sigma Designs Hollywood+).

Currently the device drivers support decoding MPEG-1 and MPEG-2 streams and generating video on the TV-out and VGA Overlay connectors. Audio can be played through the analog or S/PDIF digital connectors.

This package contains programs to setup the card.

em8300-bin (0.16.4-4.etobi+1+opp~1, contrib) - Tools to setup DXR3/Hollywood+ decoder cards
Binary for arch amd64 (149.5 KB), i386 (146.3 KB) | Source dir | changes

Utilities to configure MPEG decoder cards based on Sigma Designs' EM8300 chip (such as the Creative Labs DXR3 or the Sigma Designs Hollywood+).

em8300-dhc can be used to adjust the brightness, contrast, saturation, aspect ratio, TV output standard (PAL, NTSC, and PAL 60), turn on and off sub-pictures (subtitles, etc.), and change between analog and S/PDIF audio outputs.

autocal is used for doing initialization of overlay settings after Xine or OMS (or some other player capable of handling em8300-based cards) has been started.

dxr3view can be used to fine tune the size, shape, and appearance of the overlay to a certain extent.

em8300-source (0.16.4-4.etobi+1+opp~1, contrib) - Kernel module for DXR3/Hollywood+ decoder cards (source)
Binary for arch all (93.2 KB) | Source dir | changes

Drivers for MPEG decoder cards based on Sigma Designs' EM8300 chip (such as the Creative Labs DXR3 or the Sigma Designs Hollywood+).

Currently the device drivers support decoding MPEG-1 and MPEG-2 streams and generating video on the TV-out and VGA Overlay connectors. Audio can be played through the analog or S/PDIF digital connectors.

Source code of kernel modules needed to access the specified cards.

em8300-headers (0.16.4-4.etobi+1+opp~1, contrib) - Kernel headers to access DXR3/Hollywood+ decoder cards
Binary for arch all (33.3 KB) | Source dir | changes

This package provides header files needed to compile applications that directly use the kernel module for MPEG decoder cards based on Sigma Designs' EM8300 chip (such as the Creative Labs DXR3 or the Sigma Designs Hollywood+).

Lenny 5.0

Einträge für /etc/apt/sources.list / Entries for /etc/apt/sources.list:

deb http://debian1.oppserver.net/vdroldstable/ lenny main non-free contrib
deb-src http://debian1.oppserver.net/vdroldstable/ lenny main non-free contrib

oder mit folgendem Befehl / or with the following command::

sudo su -c 'echo "deb http://debian1.oppserver.net/vdroldstable/ lenny main non-free contrib" > /etc/apt/sources.list.d/oppvdroldstable.sources.list'
sudo su -c 'echo "deb-src http://debian1.oppserver.net/vdroldstable/ lenny main non-free contrib" >> /etc/apt/sources.list.d/oppvdroldstable.sources.list'
sudo aptitude update

oder als root / or as root:
echo "deb http://debian1.oppserver.net/vdroldstable/ lenny main non-free contrib" > /etc/apt/sources.list.d/oppvdroldstable.sources.list
echo "deb-src http://debian1.oppserver.net/vdroldstable/ lenny main non-free contrib" >> /etc/apt/sources.list.d/oppvdroldstable.sources.list
aptitude update

Zu allen Paketen wird das debian-multimedia und das backports Repository benötigt. / For all packages, the debian-multimedia and the backports repository is needed.

deb http://archive.debian.org/debian-backports lenny-backports main contrib non-free
deb-src http://archive.debian.org/debian-backports lenny-backports main contrib non-free

deb http://www.deb-multimedia.org/ lenny main non-free
deb-src http://www.deb-multimedia.org/ lenny main


vdr-plugin-bitstreamout (0.85-24+opp~7, main) - Plugin for VDR to play AC3 sound over a sound card
Binary for arch amd64 (76.9 KB), i386 (75.3 KB) | Source dir | changes | Homepage

This plugin for VDR allows to pass AC3 audio streams received from a DVB card or other VDR devices to the SPDIF port of any ALSA-compatible sound card.

vdr-plugin-atmo (0.1.1-8+opp~7, main) - VDR plugin to control colored TV backlights
Binary for arch i386 (110.2 KB) | Source dir | changes

This VDR plugin controls colored TV backlights using a micro controller attached to the serial port. The plugin can control up to five RGB channels (one for each etch of the TV and on for the center backlight). The backlight colors are calculated to be an extension to the currently shown picture.

vdr-plugin-zaphistory (0.9.5-12+opp~7, main) - Plugin for VDR to zap in channels history
Binary for arch i386 (23.1 KB) | Source dir | changes

Just a history of the last visited channels.

vdr-plugin-vdrc (0.0.8-30+opp~7, main) - File Commander Plugin for VDR
Binary for arch amd64 (21.6 KB), i386 (21.0 KB) | Source dir | changes

This is a Midnight Commander like file management plugin for VDR.

vdr-plugin-control (0.0.2a-33+opp~7, main) - Plugin to control vdr OSD by console or telnet
Binary for arch i386 (25.4 KB) | Source dir | changes

This plugin allows to control VDR by console or telnet even if the systems does not have any full featured DVB card.

libxineliboutput-sxfe (1.0.0~rc2-2etch7+opp~7, main) - Local X-Server frontend for the xineliboutput plugin
Binary for arch amd64 (33.0 KB), i386 (33.0 KB) | Source dir | changes

The xineliboutput vdr plugin requires this library to provide the built-in local frontend for X, Xv or XvMC window systems.

vdr-plugin-timeline (1.0.141-15+opp~7, main) - Timeline plugin for vdr
Binary for arch i386 (20.3 KB) | Source dir | changes

Shows a timeline of all programmed timers per day and informs you of timer conflicts.

vdr-plugin-epgsearch (0.9.24~beta3-5+opp~7, main) - VDR plugin that provides extensive EPG searching capabilities
Binary for arch i386 (517.1 KB) | Source dir | changes | Homepage

This plugin for the Linux Video Disc Recorder (VDR) allows searching the EPG (electronic programme guide) data by defining search terms that can permanently be stored in a list for later reuse. It supports regular expressions and is capable of doing fuzzy searches. EPG-Search scans the EPG in background and can automatically create timers for matching search terms. Besides this it supports searching for repetitions, detection of timer conflicts, sending emails on timer events and much more. Search terms can also be added and modified with vdradmin-am, a web frontend for VDR.

vdr-plugin-skinelchi (0.1.1~pre2-7+opp~7, main) - Skin plugin for vdr
Binary for arch i386 (88.6 KB) | Source dir | changes

Skinelchi is a skin recreating the look of ElchiAIO + ImprovedOSD.

vdr-plugin-weatherng (0.0.6+0.0.7pre2-24+opp~7, main) - VDR plugin to download and display weather maps and forecasts
Binary for arch i386 (195.0 KB) | Source dir | changes

This plugin can download weather maps from the Internet and display them on VDR's OSD. With a freely available licence from www.weather.com it will also display weather forecast information for the next 10 days.

vdr-plugin-yaepg (0.0.2-22+opp~7, main) - Yet another EPG for VDR
Binary for arch i386 (23.4 KB) | Source dir | changes

Yaepg (Yet Another Electronic Programming Guide) is an EPG that tries to simulate the look and feel of a commercial IRD.

libxineliboutput-fbfe (1.0.0~rc2-2etch7+opp~7, main) - Local Frambebuffer frontend for the xineliboutput plugin
Binary for arch amd64 (27.2 KB), i386 (27.2 KB) | Source dir | changes

The xineliboutput vdr plugin requires this library to provide the built-in local frontend for framebuffer devices.

vdr-plugin-taste (0.0.2d+cvs20080102.1814-1+opp~7, main) - VDR plugin that skips channels not matching your "taste"
Binary for arch i386 (20.0 KB) | Source dir | changes | Homepage

With this plugin VDR will skip every channel that doesn't match your "taste". The current programme (if available) is checked against a blacklist, and if it matches, a message will be displayed and the channel will be skipped.

vdr-plugin-mousemate (0.1.3-8+opp~7, main) - VDR plugin that allows to control VDR with a mouse
Binary for arch i386 (19.8 KB) | Source dir | changes

This plugin allows a mouse to be used for controlling some of VDR's functions. VDR's remote control keys are mapped to mouse events. The mouse wheel and up to eight mouse buttons are supported. Different key bindings can be configured for several VDR contexts.

vdr-plugin-filebrowser (0.0.6b-4+opp~7, main) - VDR plugin for file browsing and executing shell commands
Binary for arch i386 (52.6 KB) | Source dir | changes

With this plugin it's possible to browse the file system in VDR's OSD. It's possible to define commands, that can be executed with the currently selected files. The commands will be executed asynchronously in background.

vdr-plugin-svdrpservice (0.0.3-9+opp~7, main) - VDR plugin that provides a SVDRP service for other plugins
Binary for arch i386 (14.7 KB) | Source dir | changes

This VDR plugin offers SVDRP connections as a service to other plugins. Connecting to streamdev's VTP server port is possible too.

vdr-plugin-epgsync (0.0.2-10+opp~7, main) - VDR plugin for EPG synchronization between VDR systems
Binary for arch i386 (14.1 KB) | Source dir | changes

With this plugin you can import the EPG of a remote VDR. It can either use SVDRP or streamdev's VTP to download the EPG.

vdr-plugin-lcr (0.0.8-15+opp~7, main) - This is a Least Cost Routing plugin for the Video Disk Recorder
Binary for arch i386 (31.8 KB) | Source dir | changes

Least Cost Routing is a plugin that displays information about the lowest rates for telephoning AT THE MOMENT on the osd. It retrieves its data from "www.teltarif.de" and displays them in a table on the osd.

vdr-plugin-loadepg (0.1.11-7+opp~7, main) - VDR plugin that loads EPG data sent to Mediahighway receivers
Binary for arch i386 (24.8 KB) | Source dir | changes

This plugin for the Linux Video Disc Recorder (VDR) loads electronic programme guide data (EPG), that is broadcasted for Mediahighway receivers on channels of the Canal+ group, a French film and television studio and distributor.

vdr-plugin-osdserver (0.1.1-1+opp~7, main) - VDR plugin to provide other programs access to the OSD
Binary for arch i386 (71.1 KB) | Source dir | changes | Homepage

The OSDServer plugin allows external programs to access VDR's OSD. OSDServer listens for commands on port 2010 and is mainly intended to be used by shell and perl scripts.

vdr-plugin-sleeptimer (0.7-14+opp~7, main) - Sleeptimer plugin for vdr
Binary for arch i386 (12.1 KB) | Source dir | changes

Allows to set a timer for powering off vdr once.

vdr-plugin-nordlichtsepg (0.8a-19+opp~7, main) - Nordlicht's EPG for VDR
Binary for arch i386 (21.4 KB) | Source dir | changes

This plugin provides an EPG (Electronic Program Guide) similar to VDR's "What's on now?"-menu. Unlike this it also shows channels without epg-infos. You can browse the epg with an adjustable step width. It is also possible to set a time at the setup to which you can jump by keypress, with the keys 1-7 you can jump 1-7 days forward. A bargraph at the "What's on now?"-view shows the progress of the running program. Timers are marked with a clock-icon, recording timers with a 'REC'-icon. It is possible, also for channels without epg-infos, to set timers.

vdr-plugin-mp3 (0.10.1-6+opp~7, main) - MP3 playback plugin for VDR
Binary for arch i386 (164.1 KB) | Source dir | changes | Homepage

This plugin for VDR allows to play back mp3's, ogg-files and audio-cds.

vdr-plugin-calc (0+0.0.1rc5-22+opp~7, main) - Calculator plugin for VDR
Binary for arch i386 (10.2 KB) | Source dir | changes

This is a small calculator plugin for the VDR. It supports the 4 basic mathematic functions plus a memory, just like your pocket calculator. It now has also the basic trigonometric functions.

libxine-xvdr (1.0.0~rc2-2etch7+opp~7, main) - Xine input plugin for vdr-plugin-xineliboutput streams
Binary for arch amd64 (107.3 KB), i386 (107.3 KB) | Source dir | changes

This plugin adds a new mrl "xvdr://" to Xine, which allows to play back streams provided by vdr-plugin-xineliboutput.

vdr-plugin-ttxtsubs (0.0.5-36+opp~7, main) - Teletext subtitle plugin for VDR
Binary for arch i386 (61.5 KB) | Source dir | changes

This plugin implements displaying, recording and replaying teletext based subtitles using the on screen display.

vdr-plugin-analogtv (1.0.00-15+opp~7, main) - Plugin to vdr that connects analog-tv sources
Binary for arch i386 (308.6 KB) | Source dir | changes

This plugin for vdr connect analog-tv sources. It supports encoding by software (with mp1e, ffmpeg) or by hardware (using hauppauges PVR series). For your convenience mp1e (MPEG-1 encoding) is included in this package.

vdr-plugin-spider (0.2.0-5+opp~7, main) - Plugin to vdr that implements the card game "Spider Arachnid"
Binary for arch i386 (57.9 KB) | Source dir | changes | Homepage

This plugin is an implementation of the patience game "Spider Arachnid" played on the On Screen Display of your Video Disk Recorder.

vdr-plugin-remoteosd (0.0.2-9+opp~7, main) - VDR plugin to control the OSD of a remote VDR
Binary for arch i386 (17.9 KB) | Source dir | changes

This VDR plugin displays the menu of a remote VDR as a submenu item in your local VDR OSD menu.

vdr-plugin-radio (0.2.4-3+opp~7, main) - VDR Plugin that displays images for radio channels
Binary for arch i386 (362.4 KB) | Source dir | changes

Displays mpg-images instead of a black background while watching radio channels.

vdr-plugin-recstatus (0+0.0.1.beta1-19+opp~7, main) - VDR-Plugin to display the recording status of the available devices
Binary for arch i386 (10.3 KB) | Source dir | changes

This is a simple plugin, that displays the recording status of the available devices. Each device shows its current recordings with their start time and title. Selecting a recording and pressing 'ok' starts it for timeshift viewing.

vdr-plugin-extrecmenu (1.1-3+opp~7, main) - Plugin for vdr for an enhanced recordings menu
Binary for arch i386 (67.8 KB) | Source dir | changes

This plugin provides a recordings menu enhanced with the possibility to rename or move recordings.

vdr-plugin-chanorg (0.0.6-15+opp~7, main) - Channel organizer for VDR
Binary for arch i386 (21.3 KB) | Source dir | changes

This plugin allows you to manage your channels.conf.

vdr-plugin-osdpip (0.0.8-30+opp~4, main) - OSD Picture-in-Picture-PlugIn for VDR
Binary for arch i386 (31.6 KB) | Source dir | changes

OSD Picture-in-Picture is a PlugIn that displays the current channel in a small box on the screen (default upper right corner). You can switch up and down now, watching the progress of the previous channel in the box.

vdr-plugin-skinsoppalusikka (1.0.4-6+opp~7, main) - Skin plugin for vdr
Binary for arch i386 (120.5 KB) | Source dir | changes

The "Soppalusikka" is a standalone skin based on the "enElchi" text2skin addon.

vdr-plugin-remote (0.4.0-8+opp~7, main) - VDR Plugin to support the built-in remote control port of DVB-Cards
Binary for arch i386 (29.0 KB) | Source dir | changes | Homepage

This plugin for VDR supports the built-in remote control port of some DVB-Cards or CI-Modules.

vdr-plugin-graphlcd (0.1.5-9+opp~7, main) - GraphLCD Plugin for VDR
Binary for arch i386 (197.0 KB) | Source dir | changes

A plugin to support graphical LC Displays with VDR.

vdr-plugin-examples (1.4.7-4ctvdr1+opp~7, main) - Plugins for vdr to show some possible features
Binary for arch amd64 (1.1 KB), i386 (31.5 KB) | Source dir | changes

Video Disk Recorder (VDR) is a digital sat-receiver program using Linux and DVB technologies. It allows one to record MPEG2 streams, as well as output the stream to TV.

This package contains the example-plugins hello, osddemo, svccli, svcsvr, skincurses, status and svdrpdemo from the vdr-source. These plugins do not have useful features, they only demonstrate how vdr-plugins work and what is possible to do with them.

vdr-plugin-statusleds (0.3-20+opp~7, main) - VDR plugin that uses the keyboad LED's to signal the VDR state
Binary for arch i386 (16.5 KB) | Source dir | changes

Running VDR mostly without any GUI (xawtv, kvdr, ...) there is no visual representation of the current VDR state (e.g. recording). This plugin shows VDR status informations using the keyboard leds

vdr-plugin-pvr350 (0.0.4+0.0.5pre-16+opp~7, main) - VDR-Plugin that uses a PVR350 as output device
Binary for arch i386 (17.6 KB) | Source dir | changes

This plugin for vdr uses Hauppauge PVR350 as an output device.

vdr-plugin-osdtest256 (0.1.0-22+opp~7, main) - Display a full color OSD
Binary for arch i386 (6.6 KB) | Source dir | changes

This Plugin displays a full color OSD to test modded (4MB) FF cards.

vdr-plugin-cdda (0.1.0-20+opp~7, main) - VDR-Plugin to play audio cd's
Binary for arch i386 (48.1 KB) | Source dir | changes

The "cdda" plugin is an audio cd player with cd-text and cddb support. You can play your favorite music cd's as like as you do it with your standalone cd player.

vdr-plugin-cinebars (0.0.4-5+opp~7, main) - Cuts off upper and/or lower border of live picture with black bars
Binary for arch i386 (11.1 KB) | Source dir | changes

This Plugin displays "cinema-bars" via VDR's OSD over the live picture, to give you some kind of wide-screen-cinema-feeling. You can use this to hide, for example, TV logos.

vdr-plugin-sudoku (0.1.3-13+opp~7, main) - VDR-Plugin to generate and solve Sudokus
Binary for arch i386 (29.9 KB) | Source dir | changes

This plugin generates Number Place puzzles, so called Sudokus, and let you solve it.

A Sudoku puzzle consists of 9 x 9 cells subdivided into 9 regions with 3 x 3 cells. The rules are simple. There have to be the numbers from 1 to 9 in every row, column and region. In the beginning some numbers are given. These cells are painted with cyan background color. The aim of the puzzle is to find the missing numbers. There is only one solution of a Sudoku puzzle.

vdr-plugin-mlist (0.0.4-4+opp~7, main) - VDR plugin to display the message history
Binary for arch i386 (11.4 KB) | Source dir | changes

This plugin displays a list of all shown OSD messages since VDR start up.

vdr-dbg (1.4.7-4ctvdr1+opp~7, main) - Debuggable version of the VDR Video Disk Recorder
Binary for arch amd64 (1.3 MB), i386 (1.2 MB) | Source dir | changes

This package installs an unoptimized vdr binary with debugging symbols as well as some helper scripts to debug VDR and its plugins.

vdr-plugin-autotimeredit (0.1.8-19+opp~7, main) - Plugin for VDR to edit the vdradmin autotimers
Binary for arch i386 (56.0 KB) | Source dir | changes

This plugin allows to modify vdradmin autotimers from within VDR.

vdr-plugin-undelete (0.0.6-20+opp~7, main) - Plugin for VDR to undelete or purge recently deleted recordings
Binary for arch i386 (39.3 KB) | Source dir | changes

VDR doesn't physically erase recordings immediately after deleting them. This plugin gives you the chance to undelete recordings, before VDR truly erases them.

vdr-plugin-powermate (0.0.3-22+opp~7, main) - Control VDR by Griffin Powermate device
Binary for arch i386 (15.9 KB) | Source dir | changes

The plugin permits commands in VDR to be executed by the Griffin Powermate device.

vdr-plugin-vompserver (0.2.7-1+opp~7, main) - vdr-plugin for vdr on mediamvp(VOMP)
Binary for arch i386 (49.3 KB) | Source dir | changes

This VDR plugin is a server for the Hauppauge MediaMvp using the free firmware form the mediamvp(VOMP) Project.

vdr-plugin-lcdproc (0.0.10-29+opp~7, main) - Plugin to vdr that connects to lcdproc
Binary for arch i386 (29.3 KB) | Source dir | changes

This plugin for vdr connect the digital PVR to lcdproc.

vdr-plugin-prefermenu (0.6.6-18+opp~7, main) - VDR plugin that implements a preferred channels menu
Binary for arch i386 (23.8 KB) | Source dir | changes

This plugin for VDR implements a preferred channels menu. It makes it easy to switch to your favourite chanels.

vdr-plugin-console (0.6.0-33+opp~7, main) - Plugin for vdr that implements a virtual terminal
Binary for arch amd64 (55.1 KB), i386 (54.4 KB) | Source dir | changes

This plugin for VDR implements a virtual terminal, that can be displayed by VDR's OSD, it allows you to display and control almost every console application.

vdr-plugin-xineliboutput (1.0.0~rc2-2etch7+opp~7, main) - VDR plugin for Xine based sofdevice frontends
Binary for arch amd64 (194.1 KB), i386 (194.1 KB) | Source dir | changes

This VDR plugin provides an audio, video and control stream, that several libxine based local and remote frontends can use.

vdr-plugin-rssreader (1.0.1-11+opp~7, main) - VDR Plugin for reading RSS Feeds
Binary for arch i386 (25.2 KB) | Source dir | changes

The RSS Reader plugin for VDR provides a simple OSD menu based user interface for reading user-defined RSS streams.

vdr-plugin-vbox (0.5.1-29+opp~7, main) - Vbox plugin for vdr
Binary for arch i386 (39.5 KB) | Source dir | changes

This plugin is a frontend to the isdn answering machine vbox2.

vdr-plugin-tvonscreen (1.0.141-12+opp~7, main) - Plugin for vdr, that displays EPG data like in a typical TV guide
Binary for arch i386 (44.0 KB) | Source dir | changes

This plugins shows the EPG data in the typical way a TV magazine does. The channels are shown from left to right, 3 on one screen.

vdr-plugin-screenshot (0.0.11-14+opp~7, main) - Screenshot plugin for vdr
Binary for arch i386 (16.6 KB) | Source dir | changes

With this plugin you can take still images of your screen.

vdr-plugin-clock (0.0.8-1+opp~7, main) - Clock plugin for vdr
Binary for arch i386 (38.9 KB) | Source dir | changes | Homepage

A small clock in the Top right corner. The clock will be disabled as soon as you press any other button.

vdr-plugin-wirbelscan (0.0.3~20070903-3+opp~7, main) - Channelscan plugin for VDR
Binary for arch i386 (54.7 KB) | Source dir | changes

This plugin allows you to scan for new channels. DVB-T and DVB-C are supported as well as DVB-S and pvrinput/ptv (analog) scan.

vdr-plugin-femon (1.1.4-1+opp~7, main) - DVB frontend status monitor plugin for VDR
Binary for arch i386 (63.6 KB) | Source dir | changes | Homepage

DVB Frontend Status Monitor (femon) is a VDR plugin that displays signal quality parameters of the tuned channel on the OSD.

vdr-plugin-mplayer (0.10.1-6+opp~7, main) - MPlayer playback plugin for VDR
Binary for arch i386 (101.3 KB) | Source dir | changes | Homepage

This plugin for VDR allows to play back any video format supported by MPLayer.

vdr-plugin-advchctrl (0.0.5-19+opp~7, main) - Plugin for vdr to control volume per channel
Binary for arch i386 (21.6 KB) | Source dir | changes

This plugin stores the volume settings per channel and restores it if switching to a channel.

vdr-plugin-alcd (1.2.2-9+opp~7, main) - VDR plugin for LCD and IR remote of Activy 300 HTPCs
Binary for arch amd64 (33.6 KB), i386 (32.2 KB) | Source dir | changes

This plugin allows you to use the Activy 300 HTPC remote control in VDR and its LCD to display status information.

vdr-plugin-fussball (0.0.3b-13+opp~7, main) - VDR-Plugin to show the state of the Bundesliga table
Binary for arch i386 (10.4 KB) | Source dir | changes

This plugin shows the current state of the table of the 1. Budesliga in Germany.

vdr-plugin-pin (0.1.9-4+opp~7, main) - PIN protection plugin for VDR
Binary for arch i386 (45.3 KB) | Source dir | changes

With this plugin, selected recordings, channels, shows or shell scripts can be protected by a single PIN to restrict access for children.

vdr-plugin-dummydevice (1.0.2-9+opp~7, main) - VDR plugin that emulates a dvb output device
Binary for arch i386 (7.0 KB) | Source dir | changes

This plugin emulates an output device, that does nothing. All data is silently discarded. That is useful if you just run vdr as recording server orR for streaming and would like to overcome some limitions regarding the handling of a primary device.

vdr-plugin-weather (0.2.1e-44+opp~7, main) - Weather plugin for VDR
Binary for arch i386 (52.6 KB) | Source dir | changes

Displays the current weather conditions for a selected location. It gets the METAR data from ftp://weather.noaa.gov.

vdr-plugin-dvdselect (0.7a-36+opp~7, main) - Plugin to vdr that implements dvd selection
Binary for arch i386 (16.1 KB) | Source dir | changes

This plugin for vdr lets you you select the dvd source for then dvd-plugin (switching between device an files).

vdr-plugin-trayopen (0.0.3-24+opp~7, main) - Plugin for VDR to open and close the CD/DVD Tray
Binary for arch i386 (11.0 KB) | Source dir | changes

This plugin allows to open and close the tray of the CD or DVD drive from within VDR's OSD menu or with a "hot key" on the remote defined in keymacros.conf.

vdr-plugin-mlcd (0.0.4a-40+opp~7, main) - Multitainer support for VDR
Binary for arch amd64 (14.8 KB), i386 (14.5 KB) | Source dir | changes

This plugin enables the build-in display of a Fujitsu-Siemens MULTITAINER for use with VDR.

vdr-plugin-decruft (0.0.4-12+opp~7, main) - VDR-Plugin to remove unwanted channels
Binary for arch i386 (12.1 KB) | Source dir | changes

The Decruft plugin adds the capability to define rules for automatic removing of unwanted channels.

vdr-plugin-skinenigmang (0.0.5-8+opp~7, main) - Skin plugin for VDR
Binary for arch i386 (105.2 KB) | Source dir | changes

"EnigmaNG" is a standalone skin based on the "Enigma" text2skin addon.

vdr-plugin-solitaire (0.0.2-37+opp~7, main) - Plugin to vdr that implements the card game "Solitaire"
Binary for arch i386 (315.4 KB) | Source dir | changes

This Solitaire plugin is an implementation of the (well-known) card game "Solitaire" played on the On Screen Display of your Video Disk Recorder.

vdr-plugin-tvtv (0.3.3-10+opp~7, main) - Plugin to vdr that connects to a web based tv guide
Binary for arch i386 (44.7 KB) | Source dir | changes

This plugin for vdr connects your system to a web based tv guide (www.tvtv.[de|co.uk]). After registering over there you can select some programme to schedule a vdr timer. The plugin can connect to the website by an internet connection on a regular basis.

vdr-plugin-sky (1.4.7-4ctvdr1+opp~7, main) - Plugin for using a Sky Digibox with vdr
Binary for arch amd64 (21.9 KB), i386 (30.5 KB) | Source dir | changes

Video Disk Recorder (VDR) is a digital sat-receiver program using Linux and DVB technologies. It allows one to record MPEG2 streams, as well as output the stream to TV.

This package contains the sky-plugin, wich allows you to connect the analog a/v output of a Sky Digibox to VDR, so that you can enjoy the full recording flexibility of VDR with your Sky subscription.

vdr-plugin-avolctl (0.3b-10+opp~7, main) - ALSA-Volume-Control-Plugin for VDR
Binary for arch i386 (15.9 KB) | Source dir | changes

This plugin controls selectable volume controls of your soundcard. It is also
possible to select controls and switches that can be controlled within the
settings menu. This is for example useful for tone control.

vdr-plugin-playlist (0.0.1+0.0.2rc3-23+opp~7, main) - Plugin for VDR to display playlists for recordings
Binary for arch i386 (54.0 KB) | Source dir | changes

This is a plugin to create and play playlists of recordings.

vdr-plugin-pilot (0.0.9-10+opp~7, main) - Pilot plugin for vdr
Binary for arch amd64 (25.0 KB), i386 (24.1 KB) | Source dir | changes

Pilot is a plugin for VDR that brings the ability to fastly browse the EPG information (Extended Program Guide) without being forced to switch to a channel. It makes it easy to see what is going on on other channels while still looking at the current channel.

vdr-plugin-dvdswitch (0.1.3-15+opp~7, main) - VDR plugin to create, burn, mount and manage DVD iso images
Binary for arch i386 (73.2 KB) | changes

With this VDR plugin it is possible to select between DVD iso images, directories containing a DVD file structure or the real DVD drive and mount them for playback with the DVD plugin. The Plugin allows also to create iso images from a DVD and or to burn them onto a DVD.

vdr-plugin-rotor (0.1.4-18+opp~7, main) - Plugin to vdr that controls a rotor
Binary for arch i386 (50.0 KB) | Source dir | changes

With this plugin you can control a diseqc motor.

vdr-plugin-fritzbox (0.0.9-3+opp~7, main) - VDR plugin to access certain functions of an AVM Fritz!Box
Binary for arch i386 (58.1 KB) | Source dir | changes | Homepage

This VDR plugin connects to the Fritz!Box to inform you about incoming calls. As an option, the plugin can automatically mute VDR when a call comes in.

vdr-plugin-externalplayer (0.1.0-5+opp~7, main) - Plugin to VDR that allows usage of external players
Binary for arch i386 (36.2 KB) | Source dir | changes

With this plugin it is possible to use players (like MMS, dxr3player, etc.) with VDR that need access to the output-device (FF-DVB, DXR3).

vdr-plugin-autosort (0.1.3-6+opp~7, main) - VDR-Plugin to automatically sort the channels.conf
Binary for arch i386 (46.6 KB) | Source dir | changes

The AutoSort plugin adds the capability to define rules for automatically sorting the channels.conf.

vdr (1.4.7-4ctvdr1+opp~7, main) - Video Disk Recorder for DVB cards
Binary for arch amd64 (1.0 MB), i386 (1009.5 KB) | Source dir | changes

Video Disk Recorder (VDR) is a digital sat-receiver program using Linux and DVB technologies. It allows one to record MPEG2 streams, as well as output the stream to TV. It is also possible to watch DVDs (hardware accelerated) with some comfort and use an IR remote control.

This package contains the vdr main program which is controlled via the PC keyboard or a IR remote control.

NOTE: You should install compatible DVB drivers before using these programs. Also the standard VDR (without special plugins) requires a DVB-Card with an integrated mpeg-decoder, a so called Full-Featured Card.

vdr-plugin-freecell (0.0.2-39+opp~7, main) - Plugin for VDR that implements the card game "Freecell"
Binary for arch amd64 (46.7 KB), i386 (46.3 KB) | Source dir | changes

This Freecell plugin is an implementation of the (well-known) card game "Freecell" played on the On Screen Display of your Video Disk Recorder.

xineliboutput-fbfe (1.0.0~rc2-2etch7+opp~7, main) - Remote Framebuffer frontend for vdr-plugin-xineliboutput
Binary for arch amd64 (35.8 KB), i386 (35.8 KB) | Source dir | changes

This frambuffer remote frontend plays back streams provided by vdr-plugin-xineliboutput.

vdr-plugin-vcd (0.8-2+opp~7, main) - VDR Plugin for playing (S)VCD's
Binary for arch amd64 (50.0 KB), i386 (49.5 KB) | Source dir | changes | Homepage

This plugin for the Linux Video Disc Recorder VDR allows you to play your (S)VCD's within VDR.

vdr-plugin-premiereepg (0.0.8-4+opp~7, main) - PremiereEpg plugin for VDR
Binary for arch i386 (21.6 KB) | Source dir | changes

This plugin for VDR parses the extended EPG data which is send by Premiere on their portal channels.

vdr-plugin-games (0.6.3-16+opp~7, main) - VDR plugin providing OSD games like tetris, snake and more
Binary for arch amd64 (35.1 KB), i386 (34.5 KB) | Source dir | changes

This plugin for VDR allows to play Tetris, TicTacToe, Tron and Snake via VDR's OSD (On Screen Display).

vdr-plugin-pvrinput (0.1.1-15+opp~7, main) - VDR plugin allowing to use a Hauppauge PVR card as input device
Binary for arch i386 (25.1 KB) | Source dir | changes

This plugin uses a Hauppauge PVR card as an input device. All cards supported by the ivtv driver should work.

vdr-plugin-image (0.2.7-9+opp~4, main) - Image plugin for vdr
Binary for arch i386 (125.8 KB) | Source dir | changes

This plugin implements a image viewer for vdr.

vdr-plugin-radiolist (0.0.2-12+opp~7, main) - VDR-Plugin that provides a radio channellist
Binary for arch i386 (8.9 KB) | Source dir | changes

This plugin provides a channellist which only contains channels with VPID = 0 (usually radio channels).

vdr-plugin-serial (0.0.6a-16+opp~7, main) - VDR plugin for a frontpanel connected to the serial port
Binary for arch i386 (54.7 KB) | Source dir | changes

This plugin allows using a homebrew frontpanel connected to the serial port as a remote control for VDR.

xineliboutput-sxfe (1.0.0~rc2-2etch7+opp~7, main) - Remote X-Server frontend for vdr-plugin-xineliboutput
Binary for arch amd64 (41.8 KB), i386 (41.8 KB) | Source dir | changes

This X/Xv/XvMc remote frontend plays back streams provided by vdr-plugin-xineliboutput.

vdr-plugin-vdrcd (0.0.10.1-35+opp~7, main) - Mediadetection Plugin for vdr
Binary for arch amd64 (18.0 KB), i386 (17.8 KB) | Source dir | changes

This Plugin tries to identify the type of a Media Disc inserted into your CD-ROM/DVD drive. If the type of media is known and an appropriate Plugin is loaded, it starts it.

If you have a VDR directory structure on that disc, it launches VDR's own Recording Menu.

This also works if you have the MPEG- files stored directly in the root of the disc, starting with 001.vdr.

vdr-plugin-osdteletext (0.5.1-31+opp~7, main) - Teletext plugin for VDR
Binary for arch amd64 (57.8 KB), i386 (56.7 KB) | Source dir | changes

This plugin for VDR displays teletext directly on the OSD.

vdr-plugin-iptv (0.0.4-1+opp~7, main) - IPTV plug-in for VDR
Binary for arch i386 (50.9 KB) | Source dir | changes

This plug-in for the Linux Video Disc Recorder (VDR) seamlessly integrates multicast IPTV transport streams. You can use any IPTV channel like any other normal DVB channel for live viewing, recording, etc. The plug-in also features full section filtering capabilities which allow for example information to be extracted from the Event Information Tabel (EIT) embedded in the incoming stream.

Currently the IPTV plug-in has direct support for both multicast UDP/RTP and unicast HTTP MPEG1/2 transport streams.

vdr-plugin-svdrpext (0.0.1-11+opp~7, main) - VDR plugin that extends the SVDRP command set of VDR
Binary for arch i386 (10.2 KB) | Source dir | changes

This VDR plugin adds some new OSD related commands to VDR's remote SVDRP control interface.

vdr-plugin-eggtimer (0.9.5-13+opp~7, main) - An eggtimer that reminds you of certain things, while watching TV
Binary for arch i386 (20.3 KB) | changes

This is a plugin for the Linux Video Disc Recorder (VDR). It can be used to be reminded of certain things, while watching TV. The plugin may also be configured to switch to a channel or execute a command from VDRs commands.conf at a certain point of time.

vdr-plugin-wapd (0.8-16+opp~7, main) - Plugin to control vdr via mobile devices
Binary for arch i386 (33.3 KB) | Source dir | changes

This plugin lets VDR listen to WAP requests to allow remote control by WML enabled browsers - eg. mobile devices - and is called "WAP daemon" or "wapd".

vdr-plugin-director (0.2.8-14+opp~7, main) - Director plugin for vdr to use multifeed option
Binary for arch i386 (15.2 KB) | Source dir | changes

Director is a plugin to use the multifeed option of some Premiere channels (Direkt, Sport1, Sport2).

vdr-plugin-surfer (0.0.2-23+opp~7, main) - VDR Plugin to browse through news pages
Binary for arch i386 (11.3 KB) | Source dir | changes

This plugin displays up to 10 HTML news pages on VDR's OSD and allows to select single news articles, which appear as a link on a news page.

svdrpservice-dev (0.0.3-9+opp~7, main) - VDR svdrpservice plugin development files
Binary for arch all (5.6 KB) | Source dir | changes

Header files for VDR plugins that use the svdrpservice plugin.

vdr-dev (1.4.7-4ctvdr1+opp~7, main) - Video Disk Recorder for DVB cards
Binary for arch all (269.9 KB) | Source dir | changes

Video Disk Recorder (VDR) is a digital sat-receiver program using Linux and DVB technologies. It allows one to record MPEG2 streams, as well as output the stream to TV. It is also possible to watch DVDs (hardware accelerated) with some comfort and use an IR remote control.

This package contains the header files of VDR. You need this package to be able to build vdr-plugins!

vdr-plugin-submenu (0.0.2-35+opp~7, main) - transitional dummy package
Binary for arch all (3.0 KB) | Source dir | changes

This package forces vdr-plugin-submenu to be replaced with vdr-plugin-menuorg.

Etch 4.0

Einträge für /etc/apt/sources.list / Entries for /etc/apt/sources.list:

deb http://debian1.oppserver.net/vdroldstable/ etch main non-free contrib
deb-src http://debian1.oppserver.net/vdroldstable/ etch main non-free contrib

oder mit folgendem Befehl / or with the following command::

sudo su -c 'echo "deb http://debian1.oppserver.net/vdroldstable/ etch main non-free contrib" > /etc/apt/sources.list.d/oppvdroldstable.sources.list'
sudo su -c 'echo "deb-src http://debian1.oppserver.net/vdroldstable/ etch main non-free contrib" >> /etc/apt/sources.list.d/oppvdroldstable.sources.list'
sudo aptitude update

oder als root / or as root:
echo "deb http://debian1.oppserver.net/vdroldstable/ etch main non-free contrib" > /etc/apt/sources.list.d/oppvdroldstable.sources.list
echo "deb-src http://debian1.oppserver.net/vdroldstable/ etch main non-free contrib" >> /etc/apt/sources.list.d/oppvdroldstable.sources.list
aptitude update

Zu allen Paketen wird das backports Repository benötigt. / For all packages, the backports repository is needed

deb http://archive.debian.org/debian-backports etch-backports main contrib non-free
deb-src http://archive.debian.org/debian-backports etch-backports main contrib non-free



vdr-plugin-bitstreamout (0.85-24+opp~7, main) - Plugin for VDR to play AC3 sound over a sound card
Binary for arch i386 (75.7 KB) | Source dir | changes

This plugin for VDR allows to pass AC3 audio streams received from a DVB card or other VDR devices to the SPDIF port of any ALSA-compatible sound card.

vdr-plugin-atmo (0.1.1-8+opp~7, main) - VDR plugin to control colored TV backlights
Binary for arch i386 (111.6 KB) | Source dir | changes

This VDR plugin controls colored TV backlights using a micro controller attached to the serial port. The plugin can control up to five RGB channels (one for each etch of the TV and on for the center backlight). The backlight colors are calculated to be an extension to the currently shown picture.

vdr-plugin-image (0.2.7-9+opp~7, main) - Image plugin for vdr
Binary for arch i386 (131.7 KB) | Source dir | changes

This plugin implements a image viewer for vdr.

vdr-plugin-zaphistory (0.9.5-12+opp~7, main) - Plugin for VDR to zap in channels history
Binary for arch i386 (25.2 KB) | Source dir | changes

Just a history of the last visited channels.

vdr-plugin-vdrc (0.0.8-30+opp~7, main) - File Commander Plugin for VDR
Binary for arch i386 (20.3 KB) | Source dir | changes

This is a Midnight Commander like file management plugin for VDR.

vdr-plugin-control (0.0.2a-33+opp~7, main) - Plugin to control vdr OSD by console or telnet
Binary for arch i386 (27.4 KB) | Source dir | changes

This plugin allows to control VDR by console or telnet even if the systems does not have any full featured DVB card.

libxineliboutput-sxfe (1.0.0~rc2-2etch7+opp~7, main) - Local X-Server frontend for the xineliboutput plugin
Binary for arch i386 (35.2 KB) | Source dir | changes

The xineliboutput vdr plugin requires this library to provide the built-in local frontend for X, Xv or XvMC window systems.

vdr-plugin-timeline (1.0.141-15+opp~7, main) - Timeline plugin for vdr
Binary for arch i386 (22.1 KB) | Source dir | changes

Shows a timeline of all programmed timers per day and informs you of timer conflicts.

vdr-plugin-epgsearch (0.9.24~beta3-5+opp~7, main) - VDR plugin that provides extensive EPG searching capabilities
Binary for arch i386 (555.2 KB) | Source dir | changes

This plugin for the Linux Video Disc Recorder (VDR) allows searching the EPG (electronic programme guide) data by defining search terms that can permanently be stored in a list for later reuse. It supports regular expressions and is capable of doing fuzzy searches. EPG-Search scans the EPG in background and can automatically create timers for matching search terms. Besides this it supports searching for repetitions, detection of timer conflicts, sending emails on timer events and much more. Search terms can also be added and modified with vdradmin-am, a web frontend for VDR.

vdr-plugin-skinelchi (0.1.1~pre2-7+opp~7, main) - Skin plugin for vdr
Binary for arch i386 (91.7 KB) | Source dir | changes

Skinelchi is a skin recreating the look of ElchiAIO + ImprovedOSD.

vdr-plugin-weatherng (0.0.6+0.0.7pre2-24+opp~7, main) - VDR plugin to download and display weather maps and forecasts
Binary for arch i386 (201.1 KB) | Source dir | changes

This plugin can download weather maps from the Internet and display them on VDR's OSD. With a freely available licence from www.weather.com it will also display weather forecast information for the next 10 days.

vdr-plugin-yaepg (0.0.2-22+opp~7, main) - Yet another EPG for VDR
Binary for arch i386 (26.3 KB) | Source dir | changes

Yaepg (Yet Another Electronic Programming Guide) is an EPG that tries to simulate the look and feel of a commercial IRD.

libxineliboutput-fbfe (1.0.0~rc2-2etch7+opp~7, main) - Local Frambebuffer frontend for the xineliboutput plugin
Binary for arch i386 (29.2 KB) | Source dir | changes

The xineliboutput vdr plugin requires this library to provide the built-in local frontend for framebuffer devices.

vdr-plugin-taste (0.0.2d+cvs20080102.1814-1+opp~7, main) - VDR plugin that skips channels not matching your "taste"
Binary for arch i386 (21.5 KB) | Source dir | changes

With this plugin VDR will skip every channel that doesn't match your "taste". The current programme (if available) is checked against a blacklist, and if it matches, a message will be displayed and the channel will be skipped.

vdr-plugin-mousemate (0.1.3-8+opp~7, main) - VDR plugin that allows to control VDR with a mouse
Binary for arch i386 (21.3 KB) | Source dir | changes

This plugin allows a mouse to be used for controlling some of VDR's functions. VDR's remote control keys are mapped to mouse events. The mouse wheel and up to eight mouse buttons are supported. Different key bindings can be configured for several VDR contexts.

vdr-plugin-burn (0.1.0~pre21-19+opp~7, main) - Plugin for vdr that implements dvd conversion and writing
Binary for arch i386 (397.1 KB) | Source dir | changes

This Plugin enables VDR to write compliant DVDs from VDR recordings while being able to control and watch the process inside VDRs on-screen-display. If the selected recordings don't fit the DVD, the video tracks are requantized (shrinked) automatically.

vdr-plugin-filebrowser (0.0.6b-4+opp~7, main) - VDR plugin for file browsing and executing shell commands
Binary for arch i386 (56.2 KB) | Source dir | changes

With this plugin it's possible to browse the file system in VDR's OSD. It's possible to define commands, that can be executed with the currently selected files. The commands will be executed asynchronously in background.

vdr-plugin-svdrpservice (0.0.3-9+opp~7, main) - VDR plugin that provides a SVDRP service for other plugins
Binary for arch i386 (15.9 KB) | Source dir | changes

This VDR plugin offers SVDRP connections as a service to other plugins. Connecting to streamdev's VTP server port is possible too.

vdr-plugin-menuorg (0.3.1-1+opp~7, main) - A VDR plug-in to reorganize the OSD main menu
Binary for arch i386 (27.7 KB) | Source dir | changes

This plug-in for the Linux Video Disc Recorder VDR allows the main menu in VDR's On Screen Display to be reorganized. The order of the displayed menu items can be changed and sub menus can be created. Besides this additional "command" menu items can be added, which will execute any system commands.

vdr-plugin-channelscan (0.1.0-3+opp~7, main) - Plugin that scans for new channels
Binary for arch i386 (70.0 KB) | Source dir | changes

This plugin reads some information about the satellite transpoder from a .ini file and then scans this sat for get a channel list.

vdr-plugin-epgsync (0.0.2-10+opp~7, main) - VDR plugin for EPG synchronization between VDR systems
Binary for arch i386 (15.0 KB) | Source dir | changes

With this plugin you can import the EPG of a remote VDR. It can either use SVDRP or streamdev's VTP to download the EPG.

vdr-plugin-lcr (0.0.8-15+opp~7, main) - This is a Least Cost Routing plugin for the Video Disk Recorder
Binary for arch i386 (33.6 KB) | Source dir | changes

Least Cost Routing is a plugin that displays information about the lowest rates for telephoning AT THE MOMENT on the osd. It retrieves its data from "www.teltarif.de" and displays them in a table on the osd.

vdr-plugin-loadepg (0.1.11-7+opp~7, main) - VDR plugin that loads EPG data sent to Mediahighway receivers
Binary for arch i386 (26.0 KB) | Source dir | changes

This plugin for the Linux Video Disc Recorder (VDR) loads electronic programme guide data (EPG), that is broadcasted for Mediahighway receivers on channels of the Canal+ group, a French film and television studio and distributor.

vdr-plugin-osdserver (0.1.1-1+opp~7, main) - VDR plugin to provide other programs access to the OSD
Binary for arch i386 (74.7 KB) | Source dir | changes

The OSDServer plugin allows external programs to access VDR's OSD. OSDServer listens for commands on port 2010 and is mainly intended to be used by shell and perl scripts.

vdr-plugin-muggle (0.1.11-16+opp~7, main) - Media juggle plugin for VDR
Binary for arch i386 (395.8 KB) | Source dir | changes

This plugin allows the management of arbitrary media files via a database using VDR and its OSD.

vdr-plugin-mediamvp (0.1.6-28+opp~7, main) - VDR plugin that connects it to hauppauge MediaMVP
Binary for arch i386 (126.8 KB) | Source dir | changes

This plugin for vdr lets Hauppauges MediaMVP (network streaming box) connect to VDR.

vdr-plugin-dvd (0.3.6~b03+cvs20070813-4+opp~7, main) - DVD playback plugin for VDR
Binary for arch i386 (62.0 KB) | Source dir | changes

This plugin for VDR allows to play back DVD Video discs from within VDR.

vdr-plugin-sleeptimer (0.7-14+opp~7, main) - Sleeptimer plugin for vdr
Binary for arch i386 (12.9 KB) | Source dir | changes

Allows to set a timer for powering off vdr once.

vdr-plugin-nordlichtsepg (0.8a-19+opp~7, main) - Nordlicht's EPG for VDR
Binary for arch i386 (22.0 KB) | Source dir | changes

This plugin provides an EPG (Electronic Program Guide) similar to VDR's "What's on now?"-menu. Unlike this it also shows channels without epg-infos. You can browse the epg with an adjustable step width. It is also possible to set a time at the setup to which you can jump by keypress, with the keys 1-7 you can jump 1-7 days forward. A bargraph at the "What's on now?"-view shows the progress of the running program. Timers are marked with a clock-icon, recording timers with a 'REC'-icon. It is possible, also for channels without epg-infos, to set timers.

vdr-plugin-mp3 (0.10.1-6+opp~7, main) - MP3 playback plugin for VDR
Binary for arch i386 (172.4 KB) | Source dir | changes

This plugin for VDR allows to play back mp3's, ogg-files and audio-cds.

vdr-plugin-calc (0+0.0.1rc5-22+opp~7, main) - Calculator plugin for VDR
Binary for arch i386 (10.9 KB) | Source dir | changes

This is a small calculator plugin for the VDR. It supports the 4 basic mathematic functions plus a memory, just like your pocket calculator. It now has also the basic trigonometric functions.

libxine-xvdr (1.0.0~rc2-2etch7+opp~7, main) - Xine input plugin for vdr-plugin-xineliboutput streams
Binary for arch i386 (110.0 KB) | Source dir | changes

This plugin adds a new mrl "xvdr://" to Xine, which allows to play back streams provided by vdr-plugin-xineliboutput.

vdr-plugin-sysinfo (0.1.0a-8+opp~7, main) - Plugin for vdr to display hardware monitoring data
Binary for arch i386 (23.1 KB) | Source dir | changes

This plugin displays hardware monitoring data identified by lm-sensors, such as CPU and mainboard temperature, CPU and system fan speed.

vdr-plugin-ttxtsubs (0.0.5-36+opp~7, main) - Teletext subtitle plugin for VDR
Binary for arch i386 (64.7 KB) | Source dir | changes

This plugin implements displaying, recording and replaying teletext based subtitles using the on screen display.

vdr-plugin-analogtv (1.0.00-15+opp~7, main) - Plugin to vdr that connects analog-tv sources
Binary for arch i386 (310.3 KB) | Source dir | changes

This plugin for vdr connect analog-tv sources. It supports encoding by software (with mp1e, ffmpeg) or by hardware (using hauppauges PVR series). For your convenience mp1e (MPEG-1 encoding) is included in this package.

vdr-plugin-pim (0.0.8-1+opp~7, main) - PIM plugin for vdr
Binary for arch i386 (58.4 KB) | Source dir | changes

This plugin is a Personal Information Manager.

vdr-plugin-extb (0.2.12-16+opp~7, main) - VDR-Plugin to support the VDR Extension Board
Binary for arch i386 (67.1 KB) | Source dir | changes

This plugin controls the VDR Extension Board, a special piece of hardware to extend the PC running VDR with an IR controller, a video switch matrix and much more. See:

http://home.t-online.de/home/tb_electronic/vdr/vdr_extension_board.html

vdr-plugin-spider (0.2.0-5+opp~7, main) - Plugin to vdr that implements the card game "Spider Arachnid"
Binary for arch i386 (60.5 KB) | Source dir | changes

This plugin is an implementation of the patience game "Spider Arachnid" played on the On Screen Display of your Video Disk Recorder.

vdr-plugin-remoteosd (0.0.2-9+opp~7, main) - VDR plugin to control the OSD of a remote VDR
Binary for arch i386 (19.0 KB) | Source dir | changes

This VDR plugin displays the menu of a remote VDR as a submenu item in your local VDR OSD menu.

vdr-plugin-radio (0.2.4-3+opp~7, main) - VDR Plugin that displays images for radio channels
Binary for arch i386 (363.2 KB) | Source dir | changes

Displays mpg-images instead of a black background while watching radio channels.

vdr-plugin-recstatus (0+0.0.1.beta1-19+opp~7, main) - VDR-Plugin to display the recording status of the available devices
Binary for arch i386 (11.2 KB) | Source dir | changes

This is a simple plugin, that displays the recording status of the available devices. Each device shows its current recordings with their start time and title. Selecting a recording and pressing 'ok' starts it for timeshift viewing.

vdr-plugin-extrecmenu (1.1-3+opp~7, main) - Plugin for vdr for an enhanced recordings menu
Binary for arch i386 (73.0 KB) | Source dir | changes

This plugin provides a recordings menu enhanced with the possibility to rename or move recordings.

vdr-plugin-chanorg (0.0.6-15+opp~7, main) - Channel organizer for VDR
Binary for arch i386 (21.9 KB) | Source dir | changes

This plugin allows you to manage your channels.conf.

vdr-plugin-skinsoppalusikka (1.0.4-6+opp~7, main) - Skin plugin for vdr
Binary for arch i386 (124.6 KB) | Source dir | changes

The "Soppalusikka" is a standalone skin based on the "enElchi" text2skin addon.

vdr-plugin-remote (0.4.0-8+opp~7, main) - VDR Plugin to support the built-in remote control port of DVB-Cards
Binary for arch i386 (30.2 KB) | Source dir | changes

This plugin for VDR supports the built-in remote control port of some DVB-Cards or CI-Modules.

vdr-plugin-ffnetdev (0.1.0+svn20070610-5+opp~7, main) - VDR network streaming plugin
Binary for arch i386 (54.4 KB) | Source dir | changes

The purpose of this plugin is to provide an "easy" way of connecting possible streaming clients such as Dreambox/Tuxbox to VDR by emulating a full featured DVB device that serves an OSD and TS stream over the network. The OSD can be accessed by VNC clients.

vdr-plugin-text2skin (1.0+cvs20050618-31+opp~7, main) - Plugin to vdr that loads and views skins
Binary for arch i386 (150.1 KB) | Source dir | changes

This plugin is designed to load and interpret a set of files describing the layout of the On Screen Display and to make this "Skin" available to VDR via Setup -> OSD in the main menu. Of course it is possible to load more than one text-based skin this way and to choose between them while running VDR. All skins may be themeable (you can create your own color-theme) and translateable as the author of the skin wishes.

vdr-plugin-graphlcd (0.1.5-9+opp~7, main) - GraphLCD Plugin for VDR
Binary for arch i386 (214.9 KB) | Source dir | changes

A plugin to support graphical LC Displays with VDR.

vdr-plugin-examples (1.4.7-4ctvdr1+opp~7, main) - Plugins for vdr to show some possible features
Binary for arch i386 (34.2 KB) | Source dir | changes

Video Disk Recorder (VDR) is a digital sat-receiver program using Linux and DVB technologies. It allows one to record MPEG2 streams, as well as output the stream to TV.

This package contains the example-plugins hello, osddemo, svccli, svcsvr, skincurses, status and svdrpdemo from the vdr-source. These plugins do not have useful features, they only demonstrate how vdr-plugins work and what is possible to do with them.

vdr-plugin-statusleds (0.3-20+opp~7, main) - VDR plugin that uses the keyboad LED's to signal the VDR state
Binary for arch i386 (17.2 KB) | Source dir | changes

Running VDR mostly without any GUI (xawtv, kvdr, ...) there is no visual representation of the current VDR state (e.g. recording). This plugin shows VDR status informations using the keyboard leds

vdr-plugin-pvr350 (0.0.4+0.0.5pre-16+opp~7, main) - VDR-Plugin that uses a PVR350 as output device
Binary for arch i386 (18.7 KB) | Source dir | changes

This plugin for vdr uses Hauppauge PVR350 as an output device.

vdr-plugin-osdtest256 (0.1.0-22+opp~7, main) - Display a full color OSD
Binary for arch i386 (6.8 KB) | Source dir | changes

This Plugin displays a full color OSD to test modded (4MB) FF cards.

vdr-plugin-cdda (0.1.0-20+opp~7, main) - VDR-Plugin to play audio cd's
Binary for arch i386 (55.8 KB) | Source dir | changes

The "cdda" plugin is an audio cd player with cd-text and cddb support. You can play your favorite music cd's as like as you do it with your standalone cd player.

vdr-plugin-xxvautotimer (0.1.2-13+opp~7, main) - VDR plugin to edit XXV's Autotimers
Binary for arch i386 (69.6 KB) | Source dir | changes

This is a plugin for the Video Disk Recorder (VDR) to edit Autotimers of XXV via VDR's on-screen-display (OSD). Autotimers are edited directly in XXV's mysql database.

vdr-plugin-reelchannelscan (0.4.3~r2-8+opp~7, main) - Channelscan for VDR
Binary for arch i386 (106.1 KB) | Source dir | changes

This plugin allows you to scan for new channels. DVB-T and DVB-C are supported as well as DVB-S.

vdr-plugin-cinebars (0.0.4-5+opp~7, main) - Cuts off upper and/or lower border of live picture with black bars
Binary for arch i386 (11.7 KB) | Source dir | changes

This Plugin displays "cinema-bars" via VDR's OSD over the live picture, to give you some kind of wide-screen-cinema-feeling. You can use this to hide, for example, TV logos.

vdr-plugin-sudoku (0.1.3-13+opp~7, main) - VDR-Plugin to generate and solve Sudokus
Binary for arch i386 (31.7 KB) | Source dir | changes

This plugin generates Number Place puzzles, so called Sudokus, and let you solve it.

A Sudoku puzzle consists of 9 x 9 cells subdivided into 9 regions with 3 x 3 cells. The rules are simple. There have to be the numbers from 1 to 9 in every row, column and region. In the beginning some numbers are given. These cells are painted with cyan background color. The aim of the puzzle is to find the missing numbers. There is only one solution of a Sudoku puzzle.

vdr-plugin-mlist (0.0.4-4+opp~7, main) - VDR plugin to display the message history
Binary for arch i386 (12.2 KB) | Source dir | changes

This plugin displays a list of all shown OSD messages since VDR start up.

vdr-dbg (1.4.7-4ctvdr1+opp~7, main) - Debuggable version of the VDR Video Disk Recorder
Binary for arch i386 (1.2 MB) | Source dir | changes

This package installs an unoptimized vdr binary with debugging symbols as well as some helper scripts to debug VDR and its plugins.

vdr-plugin-mailbox (0.5.0-2+opp~7, main) - Plugin to vdr to access pop3 and imap mailboxes
Binary for arch i386 (239.0 KB) | Source dir | changes

This plugin for vdr implements access to pop3 and imap mailboxes.

vdr-plugin-autotimeredit (0.1.8-19+opp~7, main) - Plugin for VDR to edit the vdradmin autotimers
Binary for arch i386 (57.2 KB) | Source dir | changes

This plugin allows to modify vdradmin autotimers from within VDR.

vdr-plugin-undelete (0.0.6-20+opp~7, main) - Plugin for VDR to undelete or purge recently deleted recordings
Binary for arch i386 (40.3 KB) | Source dir | changes

VDR doesn't physically erase recordings immediately after deleting them. This plugin gives you the chance to undelete recordings, before VDR truly erases them.

vdr-plugin-powermate (0.0.3-22+opp~7, main) - Control VDR by Griffin Powermate device
Binary for arch i386 (16.7 KB) | Source dir | changes

The plugin permits commands in VDR to be executed by the Griffin Powermate device.

vdr-plugin-vompserver (0.2.7-1+opp~7, main) - vdr-plugin for vdr on mediamvp(VOMP)
Binary for arch i386 (52.3 KB) | Source dir | changes

This VDR plugin is a server for the Hauppauge MediaMvp using the free firmware form the mediamvp(VOMP) Project.

vdr-plugin-lcdproc (0.0.10-29+opp~7, main) - Plugin to vdr that connects to lcdproc
Binary for arch i386 (31.0 KB) | Source dir | changes

This plugin for vdr connect the digital PVR to lcdproc.

vdr-plugin-prefermenu (0.6.6-18+opp~7, main) - VDR plugin that implements a preferred channels menu
Binary for arch i386 (25.1 KB) | Source dir | changes

This plugin for VDR implements a preferred channels menu. It makes it easy to switch to your favourite chanels.

vdr-plugin-console (0.6.0-33+opp~7, main) - Plugin for vdr that implements a virtual terminal
Binary for arch i386 (52.8 KB) | Source dir | changes

This plugin for VDR implements a virtual terminal, that can be displayed by VDR's OSD, it allows you to display and control almost every console application.

vdr-plugin-xineliboutput (1.0.0~rc2-2etch7+opp~7, main) - VDR plugin for Xine based sofdevice frontends
Binary for arch i386 (206.3 KB) | Source dir | changes

This VDR plugin provides an audio, video and control stream, that several libxine based local and remote frontends can use.

vdr-plugin-live (0.1.0+cvs20071228.1851-2+opp~7, main) - Web administration plugin for VDR
Binary for arch i386 (1006.8 KB) | Source dir | changes

Live, the "Live Interactive VDR Environment", is a plugin providing the possibility to interactively control the Linux Video Disc Recorder VDR and some of it's plugins from a web interface.

Unlike external programs, like the VDR web frontend "VDRAdmin-AM", that communicate with VDR via its SVDRP socket interface, Live has direct access to VDR's data structures and thus is very fast.

vdr-plugin-rssreader (1.0.1-11+opp~7, main) - VDR Plugin for reading RSS Feeds
Binary for arch i386 (27.3 KB) | Source dir | changes

The RSS Reader plugin for VDR provides a simple OSD menu based user interface for reading user-defined RSS streams.

vdr-plugin-vbox (0.5.1-29+opp~7, main) - Vbox plugin for vdr
Binary for arch i386 (42.5 KB) | Source dir | changes

This plugin is a frontend to the isdn answering machine vbox2.

vdr-plugin-tvonscreen (1.0.141-12+opp~7, main) - Plugin for vdr, that displays EPG data like in a typical TV guide
Binary for arch i386 (45.9 KB) | Source dir | changes

This plugins shows the EPG data in the typical way a TV magazine does. The channels are shown from left to right, 3 on one screen.

vdr-plugin-osdpip (0.0.8-30+opp~7, main) - OSD Picture-in-Picture-PlugIn for VDR
Binary for arch i386 (34.6 KB) | Source dir | changes

OSD Picture-in-Picture is a PlugIn that displays the current channel in a small box on the screen (default upper right corner). You can switch up and down now, watching the progress of the previous channel in the box.

vdr-plugin-screenshot (0.0.11-14+opp~7, main) - Screenshot plugin for vdr
Binary for arch i386 (17.6 KB) | Source dir | changes

With this plugin you can take still images of your screen.

vdr-plugin-clock (0.0.8-1+opp~7, main) - Clock plugin for vdr
Binary for arch i386 (40.4 KB) | Source dir | changes

A small clock in the Top right corner. The clock will be disabled as soon as you press any other button.

vdr-plugin-wirbelscan (0.0.3~20070903-3+opp~7, main) - Channelscan plugin for VDR
Binary for arch i386 (56.3 KB) | Source dir | changes

This plugin allows you to scan for new channels. DVB-T and DVB-C are supported as well as DVB-S and pvrinput/ptv (analog) scan.

vdr-plugin-femon (1.1.4-1+opp~7, main) - DVB frontend status monitor plugin for VDR
Binary for arch i386 (65.1 KB) | Source dir | changes

DVB Frontend Status Monitor (femon) is a VDR plugin that displays signal quality parameters of the tuned channel on the OSD.

vdr-plugin-mplayer (0.10.1-6+opp~7, main) - MPlayer playback plugin for VDR
Binary for arch i386 (105.0 KB) | Source dir | changes

This plugin for VDR allows to play back any video format supported by MPLayer.

vdr-plugin-advchctrl (0.0.5-19+opp~7, main) - Plugin for vdr to control volume per channel
Binary for arch i386 (22.9 KB) | Source dir | changes

This plugin stores the volume settings per channel and restores it if switching to a channel.

vdr-plugin-vodcatcher (0.1.1-1+opp~7, main) - VDR plug-in to browse and play video podcasts
Binary for arch i386 (113.6 KB) | Source dir | changes

This plug-in for the Linux Video Disc Recorder (VDR) allows do download and browse RSS video podcasts. Playing back video streams contained in the RSS Feed is done by the VDR MPlayer plug-in.

vdr-plugin-alcd (1.2.2-9+opp~7, main) - VDR plugin for LCD and IR remote of Activy 300 HTPCs
Binary for arch i386 (32.3 KB) | Source dir | changes

This plugin allows you to use the Activy 300 HTPC remote control in VDR and its LCD to display status information.

vdr-plugin-fussball (0.0.3b-13+opp~7, main) - VDR-Plugin to show the state of the Bundesliga table
Binary for arch i386 (10.8 KB) | Source dir | changes

This plugin shows the current state of the table of the 1. Budesliga in Germany.

vdr-plugin-pin (0.1.9-4+opp~7, main) - PIN protection plugin for VDR
Binary for arch i386 (48.9 KB) | Source dir | changes

With this plugin, selected recordings, channels, shows or shell scripts can be protected by a single PIN to restrict access for children.

vdr-plugin-dummydevice (1.0.2-9+opp~7, main) - VDR plugin that emulates a dvb output device
Binary for arch i386 (7.2 KB) | Source dir | changes

This plugin emulates an output device, that does nothing. All data is silently discarded. That is useful if you just run vdr as recording server orR for streaming and would like to overcome some limitions regarding the handling of a primary device.

vdr-plugin-weather (0.2.1e-44+opp~7, main) - Weather plugin for VDR
Binary for arch i386 (53.5 KB) | Source dir | changes

Displays the current weather conditions for a selected location. It gets the METAR data from ftp://weather.noaa.gov.

vdr-plugin-dvdselect (0.7a-36+opp~7, main) - Plugin to vdr that implements dvd selection
Binary for arch i386 (17.3 KB) | Source dir | changes

This plugin for vdr lets you you select the dvd source for then dvd-plugin (switching between device an files).

vdr-plugin-trayopen (0.0.3-24+opp~7, main) - Plugin for VDR to open and close the CD/DVD Tray
Binary for arch i386 (11.6 KB) | Source dir | changes

This plugin allows to open and close the tray of the CD or DVD drive from within VDR's OSD menu or with a "hot key" on the remote defined in keymacros.conf.

vdr-plugin-mlcd (0.0.4a-40+opp~7, main) - Multitainer support for VDR
Binary for arch i386 (14.4 KB) | Source dir | changes

This plugin enables the build-in display of a Fujitsu-Siemens MULTITAINER for use with VDR.

vdr-plugin-decruft (0.0.4-12+opp~7, main) - VDR-Plugin to remove unwanted channels
Binary for arch i386 (12.9 KB) | Source dir | changes

The Decruft plugin adds the capability to define rules for automatic removing of unwanted channels.

vdr-plugin-skinenigmang (0.0.5-8+opp~7, main) - Skin plugin for VDR
Binary for arch i386 (110.0 KB) | Source dir | changes

"EnigmaNG" is a standalone skin based on the "Enigma" text2skin addon.

vdr-plugin-solitaire (0.0.2-37+opp~7, main) - Plugin to vdr that implements the card game "Solitaire"
Binary for arch i386 (317.1 KB) | Source dir | changes

This Solitaire plugin is an implementation of the (well-known) card game "Solitaire" played on the On Screen Display of your Video Disk Recorder.

vdr-plugin-tvtv (0.3.3-10+opp~7, main) - Plugin to vdr that connects to a web based tv guide
Binary for arch i386 (49.2 KB) | Source dir | changes

This plugin for vdr connects your system to a web based tv guide (www.tvtv.[de|co.uk]). After registering over there you can select some programme to schedule a vdr timer. The plugin can connect to the website by an internet connection on a regular basis.

vdr-plugin-sky (1.4.7-4ctvdr1+opp~7, main) - Plugin for using a Sky Digibox with vdr
Binary for arch i386 (31.4 KB) | Source dir | changes

Video Disk Recorder (VDR) is a digital sat-receiver program using Linux and DVB technologies. It allows one to record MPEG2 streams, as well as output the stream to TV.

This package contains the sky-plugin, wich allows you to connect the analog a/v output of a Sky Digibox to VDR, so that you can enjoy the full recording flexibility of VDR with your Sky subscription.

vdr-plugin-avolctl (0.3b-10+opp~7, main) - ALSA-Volume-Control-Plugin for VDR
Binary for arch i386 (16.9 KB) | Source dir | changes

This plugin controls selectable volume controls of your soundcard. It is also
possible to select controls and switches that can be controlled within the
settings menu. This is for example useful for tone control.

vdr-plugin-playlist (0.0.1+0.0.2rc3-23+opp~7, main) - Plugin for VDR to display playlists for recordings
Binary for arch i386 (55.6 KB) | Source dir | changes

This is a plugin to create and play playlists of recordings.

vdr-plugin-softplay (0.0.2+cvs20060323-22+opp~7, main) - Plays media files with VDR and the Softdevice plugin
Binary for arch i386 (47.0 KB) | Source dir | changes

The Softplay plugin reads any media files supported by ffmpeg and uses the Softdevice plugin to play them back.

vdr-plugin-pilot (0.0.9-10+opp~7, main) - Pilot plugin for vdr
Binary for arch i386 (24.0 KB) | Source dir | changes

Pilot is a plugin for VDR that brings the ability to fastly browse the EPG information (Extended Program Guide) without being forced to switch to a channel. It makes it easy to see what is going on on other channels while still looking at the current channel.

vdr-plugin-newsticker (0.0.4-27+opp~7, main) - vdr plugin to download and displey rdf news-feeds
Binary for arch i386 (17.7 KB) | Source dir | changes

This plugin downloads rdf news-feeds and displays them on the tv.

vdr-plugin-dvdswitch (0.1.3-15+opp~7, main) - VDR plugin to create, burn, mount and manage DVD iso images
Binary for arch i386 (75.5 KB) | Source dir | changes

With this VDR plugin it is possible to select between DVD iso images, directories containing a DVD file structure or the real DVD drive and mount them for playback with the DVD plugin. The Plugin allows also to create iso images from a DVD and or to burn them onto a DVD.

vdr-plugin-rotor (0.1.4-18+opp~7, main) - Plugin to vdr that controls a rotor
Binary for arch i386 (52.8 KB) | Source dir | changes

With this plugin you can control a diseqc motor.

vdr-plugin-vdrrip (0.3.0-40+opp~7, main) - Plugin to vdr that encodes recordings into several divx formats
Binary for arch i386 (102.5 KB) | Source dir | changes

This is a plugin to encode the vdr-recordings or dvd's into several formats. The supported output-formats are:

Containers: avi, ogm, matroska Video-codecs(divx): lavc, xvid, divx4/5 Audio-codecs: mp3, ogg-vorbis, stream-copy for ac3 and mpeg2

Ogg-vorbis, ac3, ogm and matroska have to be manually activated in the setup-menu of the plugin. All further codecs are automatically detected by the plugin.

You can manually adjust the encoding values, or simply select a template (read the section 'Templates' in this manual to find out more about them). If you input the resulting movie size (or number of files), the video/audio bitrate is calculated. If you change the video/ audio bitrate, the file size is calculated. If there is more then one audio-stream available, you can toggle between them.

vdr-plugin-fritzbox (0.0.9-3+opp~7, main) - VDR plugin to access certain functions of an AVM Fritz!Box
Binary for arch i386 (65.2 KB) | Source dir | changes

This VDR plugin connects to the Fritz!Box to inform you about incoming calls. As an option, the plugin can automatically mute VDR when a call comes in.

vdr-plugin-externalplayer (0.1.0-5+opp~7, main) - Plugin to VDR that allows usage of external players
Binary for arch i386 (47.1 KB) | Source dir | changes

With this plugin it is possible to use players (like MMS, dxr3player, etc.) with VDR that need access to the output-device (FF-DVB, DXR3).

vdr-plugin-autosort (0.1.3-6+opp~7, main) - VDR-Plugin to automatically sort the channels.conf
Binary for arch i386 (48.2 KB) | Source dir | changes

The AutoSort plugin adds the capability to define rules for automatically sorting the channels.conf.

vdr (1.4.7-4ctvdr1+opp~7, main) - Video Disk Recorder for DVB cards
Binary for arch i386 (986.9 KB) | Source dir | changes

Video Disk Recorder (VDR) is a digital sat-receiver program using Linux and DVB technologies. It allows one to record MPEG2 streams, as well as output the stream to TV. It is also possible to watch DVDs (hardware accelerated) with some comfort and use an IR remote control.

This package contains the vdr main program which is controlled via the PC keyboard or a IR remote control.

NOTE: You should install compatible DVB drivers before using these programs. Also the standard VDR (without special plugins) requires a DVB-Card with an integrated mpeg-decoder, a so called Full-Featured Card.

vdr-plugin-freecell (0.0.2-39+opp~7, main) - Plugin for VDR that implements the card game "Freecell"
Binary for arch i386 (46.0 KB) | Source dir | changes

This Freecell plugin is an implementation of the (well-known) card game "Freecell" played on the On Screen Display of your Video Disk Recorder.

xineliboutput-fbfe (1.0.0~rc2-2etch7+opp~7, main) - Remote Framebuffer frontend for vdr-plugin-xineliboutput
Binary for arch i386 (38.7 KB) | Source dir | changes

This frambuffer remote frontend plays back streams provided by vdr-plugin-xineliboutput.

vdr-plugin-vcd (0.8-2+opp~7, main) - VDR Plugin for playing (S)VCD's
Binary for arch i386 (47.7 KB) | Source dir | changes

This plugin for the Linux Video Disc Recorder VDR allows you to play your (S)VCD's within VDR.

vdr-plugin-premiereepg (0.0.8-4+opp~7, main) - PremiereEpg plugin for VDR
Binary for arch i386 (22.8 KB) | Source dir | changes

This plugin for VDR parses the extended EPG data which is send by Premiere on their portal channels.

vdr-plugin-games (0.6.3-16+opp~7, main) - VDR plugin providing OSD games like tetris, snake and more
Binary for arch i386 (34.3 KB) | Source dir | changes

This plugin for VDR allows to play Tetris, TicTacToe, Tron and Snake via VDR's OSD (On Screen Display).

vdr-plugin-pvrinput (0.1.1-15+opp~7, main) - VDR plugin allowing to use a Hauppauge PVR card as input device
Binary for arch i386 (26.8 KB) | Source dir | changes

This plugin uses a Hauppauge PVR card as an input device. All cards supported by the ivtv driver should work.

vdr-plugin-radiolist (0.0.2-12+opp~7, main) - VDR-Plugin that provides a radio channellist
Binary for arch i386 (9.6 KB) | Source dir | changes

This plugin provides a channellist which only contains channels with VPID = 0 (usually radio channels).

vdr-plugin-mldonkey (0.0.4a-38+opp~7, main) - Displays mldonkey downloads
Binary for arch i386 (11.8 KB) | Source dir | changes

This plugin displayes the download status of the PeerToPeer Client Software mldonkey. You need a running mldonkey Client to use this Plugin.

vdr-plugin-subtitles (0.5.0-6+opp~7, main) - provides subtitles display for vdr
Binary for arch i386 (54.3 KB) | Source dir | changes

vdr-subtitles is a plugin for vdr which will display DVB subtitles on either live TV or recorded programmes.

vdr-plugin-serial (0.0.6a-16+opp~7, main) - VDR plugin for a frontpanel connected to the serial port
Binary for arch i386 (55.6 KB) | Source dir | changes

This plugin allows using a homebrew frontpanel connected to the serial port as a remote control for VDR.

xineliboutput-sxfe (1.0.0~rc2-2etch7+opp~7, main) - Remote X-Server frontend for vdr-plugin-xineliboutput
Binary for arch i386 (44.9 KB) | Source dir | changes

This X/Xv/XvMc remote frontend plays back streams provided by vdr-plugin-xineliboutput.

vdr-plugin-podcatcher (0.1.1-16+opp~7, main) - VDR-Plugin to download and play podcasts
Binary for arch i386 (96.7 KB) | Source dir | changes

With the Podcatcher plugin you can subscribe to podcasts. It allows you to browse through the podcasts, download and play them.

vdr-plugin-vdrcd (0.0.10.1-35+opp~7, main) - Mediadetection Plugin for vdr
Binary for arch i386 (17.6 KB) | Source dir | changes

This Plugin tries to identify the type of a Media Disc inserted into your CD-ROM/DVD drive. If the type of media is known and an appropriate Plugin is loaded, it starts it.

If you have a VDR directory structure on that disc, it launches VDR's own Recording Menu.

This also works if you have the MPEG- files stored directly in the root of the disc, starting with 001.vdr.

vdr-plugin-osdteletext (0.5.1-31+opp~7, main) - Teletext plugin for VDR
Binary for arch i386 (56.1 KB) | Source dir | changes

This plugin for VDR displays teletext directly on the OSD.

vdr-plugin-iptv (0.0.4-1+opp~7, main) - IPTV plug-in for VDR
Binary for arch i386 (54.3 KB) | Source dir | changes

This plug-in for the Linux Video Disc Recorder (VDR) seamlessly integrates multicast IPTV transport streams. You can use any IPTV channel like any other normal DVB channel for live viewing, recording, etc. The plug-in also features full section filtering capabilities which allow for example information to be extracted from the Event Information Tabel (EIT) embedded in the incoming stream.

Currently the IPTV plug-in has direct support for both multicast UDP/RTP and unicast HTTP MPEG1/2 transport streams.

vdr-plugin-svdrpext (0.0.1-11+opp~7, main) - VDR plugin that extends the SVDRP command set of VDR
Binary for arch i386 (10.8 KB) | Source dir | changes

This VDR plugin adds some new OSD related commands to VDR's remote SVDRP control interface.

vdr-plugin-eggtimer (0.9.5-13+opp~7, main) - An eggtimer that reminds you of certain things, while watching TV
Binary for arch i386 (22.0 KB) | Source dir | changes

This is a plugin for the Linux Video Disc Recorder (VDR). It can be used to be reminded of certain things, while watching TV. The plugin may also be configured to switch to a channel or execute a command from VDRs commands.conf at a certain point of time.

vdr-plugin-wapd (0.8-16+opp~7, main) - Plugin to control vdr via mobile devices
Binary for arch i386 (35.4 KB) | Source dir | changes

This plugin lets VDR listen to WAP requests to allow remote control by WML enabled browsers - eg. mobile devices - and is called "WAP daemon" or "wapd".

vdr-plugin-director (0.2.8-14+opp~7, main) - Director plugin for vdr to use multifeed option
Binary for arch i386 (15.9 KB) | Source dir | changes

Director is a plugin to use the multifeed option of some Premiere channels (Direkt, Sport1, Sport2).

vdr-plugin-surfer (0.0.2-23+opp~7, main) - VDR Plugin to browse through news pages
Binary for arch i386 (12.0 KB) | Source dir | changes

This plugin displays up to 10 HTML news pages on VDR's OSD and allows to select single news articles, which appear as a link on a news page.

svdrpservice-dev (0.0.3-9+opp~7, main) - VDR svdrpservice plugin development files
Binary for arch all (5.6 KB) | Source dir | changes

Header files for VDR plugins that use the svdrpservice plugin.

vdr-dev (1.4.7-4ctvdr1+opp~7, main) - Video Disk Recorder for DVB cards
Binary for arch all (270.0 KB) | Source dir | changes

Video Disk Recorder (VDR) is a digital sat-receiver program using Linux and DVB technologies. It allows one to record MPEG2 streams, as well as output the stream to TV. It is also possible to watch DVDs (hardware accelerated) with some comfort and use an IR remote control.

This package contains the header files of VDR. You need this package to be able to build vdr-plugins!

vdr-plugin-submenu (0.0.2-35+opp~7, main) - transitional dummy package
Binary for arch all (2.9 KB) | Source dir | changes

This package forces vdr-plugin-submenu to be replaced with vdr-plugin-menuorg.

vdr-plugin-dxr3 (0.2.7-5+opp~7, contrib) - Plugin to vdr to use a DXR3/Hollywood+ MPEG decoder as primary interface
Binary for arch i386 (78.9 KB) | Source dir | changes

This plugin for vdr allows using a DXR3/Hollywood+ MPEG decoder card as primary interface.

Backtrack

Einträge für /etc/apt/sources.list / Entries for /etc/apt/sources.list:

deb http://debian1.oppserver.net/vdroldstable/ backtrack main non-free contrib
deb-src http://debian1.oppserver.net/vdroldstable/ backtrack main non-free contrib

oder mit folgendem Befehl / or with the following command::

sudo su -c 'echo "deb http://debian1.oppserver.net/vdroldstable/ backtrack main non-free contrib" > /etc/apt/sources.list.d/oppvdroldstable.sources.list'
sudo su -c 'echo "deb-src http://debian1.oppserver.net/vdroldstable/ backtrack main non-free contrib" >> /etc/apt/sources.list.d/oppvdroldstable.sources.list'
sudo aptitude update

oder als root / or as root:
echo "deb http://debian1.oppserver.net/vdroldstable/ backtrack main non-free contrib" > /etc/apt/sources.list.d/oppvdroldstable.sources.list
echo "deb-src http://debian1.oppserver.net/vdroldstable/ backtrack main non-free contrib" >> /etc/apt/sources.list.d/oppvdroldstable.sources.list
aptitude update


Hinweis / Hint

Alle bereitgestellten Pakete kommen ohne jegliche Garantie. Ich übernehme keine Haftung für Schäden, die durch die Installation der angebotenen Dateien bzw. Pakete entstehen. Die Installation und die Benutzung dieser Pakete erfolgt auf eigene Gefahr.

All packages are provided without warranty of any kind. I assume no liability for damages caused by the installation of the files and packages i offered. The installation and use of these packages is at own risk.