OPPServer

OPPs VDR Devel-Pakete / OPPs VDR Devel-Packages

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

Hinweis!!! / Hint!!!

      Meine Änderungen an den VDR Paketen habe ich nun in 2 Pakete ausgelaggert (vdrdevel-oppsettings und vdr-firmwares).
      Somit werden die Pakete von e-tobi.net nur noch ergänzt.
      Für Debian Squeeze (6.0/Oldstable) und Debian Wheezy (7.x/Stable) werden keine Pakete von e-tobi.net benötigt,
      da dies ein kompletter Rebuild ist.

      Für VDPAU und VAAPi muss auch folgendes Repository in den sources.list enthalten sein:
      http://debian2.oppserver.net/debian/
      Vorlagen zu fertigen sources.list gibt es hier / Templates for sources.list available here:
http://unix.oppserver.net/debian/sources.list/vdrdevel/
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://debian2.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://debian2.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://debian2.oppserver.net/vdrdevel/ stretch main non-free contrib
deb-src http://debian2.oppserver.net/vdrdevel/ stretch main non-free contrib

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

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

oder als root / or as root:
echo "deb http://debian2.oppserver.net/vdrdevel/ stretch main non-free contrib" > /etc/apt/sources.list.d/oppvdrdevel.sources.list
echo "deb-src http://debian2.oppserver.net/vdrdevel/ stretch main non-free contrib" >> /etc/apt/sources.list.d/oppvdrdevel.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://debian2.oppserver.net/vdrdevel/ buster main non-free contrib
deb-src http://debian2.oppserver.net/vdrdevel/ buster main non-free contrib

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

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

oder als root / or as root:
echo "deb http://debian2.oppserver.net/vdrdevel/ buster main non-free contrib" > /etc/apt/sources.list.d/oppvdrdevel.sources.list
echo "deb-src http://debian2.oppserver.net/vdrdevel/ buster main non-free contrib" >> /etc/apt/sources.list.d/oppvdrdevel.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://debian2.oppserver.net/vdrdevel/ sid main non-free contrib
deb-src http://debian2.oppserver.net/vdrdevel/ sid main non-free contrib

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

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

oder als root / or as root:
echo "deb http://debian2.oppserver.net/vdrdevel/ sid main non-free contrib" > /etc/apt/sources.list.d/oppvdrdevel.sources.list
echo "deb-src http://debian2.oppserver.net/vdrdevel/ sid main non-free contrib" >> /etc/apt/sources.list.d/oppvdrdevel.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://debian2.oppserver.net/vdrdevel/ jessie main non-free contrib
deb-src http://debian2.oppserver.net/vdrdevel/ jessie main non-free contrib

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

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

oder als root / or as root:
echo "deb http://debian2.oppserver.net/vdrdevel/ jessie main non-free contrib" > /etc/apt/sources.list.d/oppvdrdevel.sources.list
echo "deb-src http://debian2.oppserver.net/vdrdevel/ jessie main non-free contrib" >> /etc/apt/sources.list.d/oppvdrdevel.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://debian2.oppserver.net/vdrdevel/ wheezy main non-free contrib
deb-src http://debian2.oppserver.net/vdrdevel/ wheezy main non-free contrib

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

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

oder als root / or as root:
echo "deb http://debian2.oppserver.net/vdrdevel/ wheezy main non-free contrib" > /etc/apt/sources.list.d/oppvdrdevel.sources.list
echo "deb-src http://debian2.oppserver.net/vdrdevel/ wheezy main non-free contrib" >> /etc/apt/sources.list.d/oppvdrdevel.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://debian2.oppserver.net/vdrdevel/ squeeze main non-free contrib
deb-src http://debian2.oppserver.net/vdrdevel/ squeeze main non-free contrib

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

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

oder als root / or as root:
echo "deb http://debian2.oppserver.net/vdrdevel/ squeeze main non-free contrib" > /etc/apt/sources.list.d/oppvdrdevel.sources.list
echo "deb-src http://debian2.oppserver.net/vdrdevel/ squeeze main non-free contrib" >> /etc/apt/sources.list.d/oppvdrdevel.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


vdrdevel-plugin-graphtft-dbg (0.3.12+svn20130530.1930-1+opp~1, main) - debugging symbols for vdrdevel-plugin-graphtft
Binary for arch amd64 (68.0 KB), i386 (67.5 KB) | Source dir | changes | Homepage

This package contains only the debugging symbols for vdrdevel-plugin-graphtft

vdrdevel-plugin-avahi4vdr-dbg (10+git20130407-1+opp~1, main) - debugging symbols for vdrdevel-plugin-avahi4vdr
Binary for arch amd64 (53.0 KB), i386 (49.6 KB) | Source dir | changes | Homepage

This package contains only the debugging symbols for vdrdevel-plugin-avahi4vdr

vdrdevel-plugin-tvguide-dbg (0.0.2-1+opp~2, main) - debugging symbols for vdrdevel-plugin-tvguide
Binary for arch amd64 (92.0 KB), i386 (88.3 KB) | Source dir | changes | Homepage

This package contains only the debugging symbols for vdrdevel-plugin-tvguide

vdrdevel-plugin-radio-dbg (0.9.1-4+opp~2, main) - debugging symbols for vdrdevel-plugin-radio
Binary for arch amd64 (99.2 KB), i386 (97.2 KB) | Source dir | changes

This package contains only the debugging symbols for vdrdevel-plugin-radio

vdrdevel-plugin-xineliboutput-dbg (1.0.90+cvs20130404.0241-1+opp~1, main) - VDR plugin for Xine based sofdevice frontends
Binary for arch amd64 (372.0 KB), i386 (365.6 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.

This package contains the debugging symbols.

vdrdevel-plugin-dvbhddevice-dbg (1.7.42-2~etobi1+opp~1, main) - Plugin that adds support for full featured HD-DVB cards to VDR
Binary for arch amd64 (266.8 KB), i386 (263.9 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 debugging symbols for the dvbhddevice-plugin.

vdrdevel-plugin-systeminfo-dbg (0.1.3-2+opp~1, main) - debugging symbols for vdrdevel-plugin-systeminfo
Binary for arch amd64 (29.3 KB), i386 (28.5 KB) | Source dir | changes | Homepage

This package contains only the debugging symbols for vdrdevel-plugin-systeminfo

vdrdevel-dbg (1.7.42-2~etobi1+opp~1, main) - Debug symbols for the VDR Video Disc Recorder
Binary for arch amd64 (1.4 MB), i386 (1.4 MB) | 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 debugging symbols for vdrdevel.

vdrdevel-plugin-block-dbg (1:0.1.2~201304020120dev-1+opp~2, main) - debugging symbols for vdrdevel-plugin-block
Binary for arch amd64 (78.4 KB), i386 (76.8 KB) | Source dir | changes | Homepage

This package contains only the debugging symbols for vdrdevel-plugin-block

vdrdevel-plugin-burn-dbg (0.2.2-2+opp~2, main) - debugging symbols for vdrdevel-plugin-burn
Binary for arch amd64 (1.3 MB), i386 (1.2 MB) | Source dir | changes | Homepage

This package contains only the debugging symbols for vdrdevel-plugin-burn

vdrdevel-plugin-dvbsddevice-dbg (1.7.42-2~etobi1+opp~1, main) - Plugin that adds support for full featured SD-DVB cards to VDR
Binary for arch amd64 (203.3 KB), i386 (202.1 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 debugging symbols for the dvbsddevice-plugin.

vdrdevel-plugin-xvdr-dbg (1:0.9.9+git20130404-1+opp~1, main) - debugging symbols for vdrdevel-plugin-xvdr
Binary for arch amd64 (432.3 KB), i386 (426.0 KB) | Source dir | changes | Homepage

This package contains only the debugging symbols for vdrdevel-plugin-xvdr

vdrdevel-plugin-graphlcd-dbg (0.3.0+git20130404-1+opp~1, main) - debugging symbols for vdrdevel-plugin-graphlcd
Binary for arch amd64 (305.6 KB), i386 (299.3 KB) | Source dir | changes

This package contains only the debugging symbols for vdrdevel-plugin-graphlcd

vdrdevel-plugin-softhddevice-dbg (0.6.0.git20130404-1+opp~1, main) - debugging symbols for vdrdevel-plugin-softhddevice
Binary for arch amd64 (182.0 KB), i386 (181.2 KB) | Source dir | changes | Homepage

This package contains only the debugging symbols for vdrdevel-plugin-softhddevice

vdrdevel-plugin-filebrowser-dbg (0.2.1-2+opp~1, main) - debugging symbols for vdrdevel-plugin-filebrowser
Binary for arch amd64 (149.9 KB), i386 (146.6 KB) | Source dir | changes

This package contains only the debugging symbols for vdrdevel-plugin-filebrowser

vdrdevel-plugin-sleeptimer-dbg (1:0.8.3~201301261156dev-1+opp~2, main) - debugging symbols for vdrdevel-plugin-sleeptimer
Binary for arch amd64 (27.2 KB), i386 (26.5 KB) | Source dir | changes | Homepage

This package contains only the debugging symbols for vdrdevel-plugin-sleeptimer

vdrdevel-plugin-skinnopacity-dbg (0.1.0+git20130324-1+opp~1, main) - NOpacity skin for VDR - debugging symbols
Binary for arch amd64 (226.6 KB), i386 (216.3 KB) | Source dir | changes | Homepage

nOpacity is a highly customizable true color skin for the on-screen-display (OSD) of the Linux Video Disc Recorder VDR.

This package contains the debugging symbols.

vdrdevel-plugin-xmltv2vdr-dbg (0.2.0pre+git20130408-1+opp~1, main) - debugging symbols for vdrdevel-plugin-xmltv2vdr
Binary for arch amd64 (180.0 KB), i386 (173.9 KB) | Source dir | changes | Homepage

This package contains only the debugging symbols for vdrdevel-plugin-xmltv2vdr

vdrdevel-plugin-vnsiserver-dbg (1:0.9.1+git20130404-1+opp~1, main) - debugging symbols for vdrdevel-plugin-vnsiserver
Binary for arch amd64 (232.8 KB), i386 (228.1 KB) | Source dir | changes | Homepage

This package contains only the debugging symbols for vdrdevel-plugin-vnsiserver

libxine2-xvdr-dbg (1.0.90+cvs20130404.0241-1+opp~1, main) - Xine input plugin for vdrdevel-plugin-xineliboutput streams
Binary for arch amd64 (193.1 KB), i386 (183.5 KB) | Source dir | changes | Homepage

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

This package contains the debugging symbols.

vdrdevel-plugin-dynamite-dbg (20130404.0151-1+opp~1, main) - debugging symbols for vdrdevel-plugin-dynamite
Binary for arch amd64 (95.7 KB), i386 (95.9 KB) | Source dir | changes | Homepage

This package contains only the debugging symbols for vdrdevel-plugin-dynamite

vdrdevel-plugin-screenshot-dbg (0.0.15-1+opp~2, main) - debugging symbols for vdrdevel-plugin-screenshot
Binary for arch amd64 (27.5 KB), i386 (27.6 KB) | Source dir | changes | Homepage

This package contains only the debugging symbols for vdrdevel-plugin-screenshot

vdrdevel-plugin-skyselectfeeds-dbg (0.2.8pre20130316-2+opp~1, main) - debugging symbols for vdrdevel-plugin-skyselectfeeds
Binary for arch amd64 (37.7 KB), i386 (37.3 KB) | Source dir | changes | Homepage

This package contains only the debugging symbols for vdrdevel-plugin-skyselectfeeds

libglcdskin1-dev (0.1.9+git20120310-1+opp~1, main) - Development files for the GraphLCD graphics library
Binary for arch amd64 (15.9 KB), i386 (15.9 KB) | Source dir | changes

The GraphLCD graphics library

libsockets-dev (2.3.9.2-1+opp~1, main) - Development files for libsockets
Binary for arch amd64 (338.4 KB), i386 (327.3 KB) | Source dir | changes

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

libserdisp-dev (1.97.9-1+opp~1, main) - Development files for the serdisp library
Binary for arch amd64 (143.9 KB), i386 (134.7 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.9+git20120310-1+opp~1, main) - Development files for the GraphLCD drivers library
Binary for arch amd64 (29.8 KB), i386 (29.8 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.

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

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

vdr-markad (0.1.4-4+opp~1, main) - Tool to mark advertisements in VDR recordings
Binary for arch amd64 (90.5 KB), i386 (90.8 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.

vdrdevel-plugin-externalplayer (0.2.0-1+opp~1, main) - Plugin to VDR that allows usage of external players
Binary for arch amd64 (43.8 KB), i386 (42.6 KB) | Source dir | changes | Homepage

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).

vdrdevel-plugin-pvr350 (1:1.7.4-2+opp~1, main) - VDR-Plugin that uses a PVR350 as output device
Binary for arch amd64 (40.3 KB), i386 (40.0 KB) | Source dir | changes | Homepage

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

NOTE: At least kernel 2.6.21 is required!

vdrdevel-plugin-systeminfo (0.1.3-2+opp~1, main) - Plugin for vdrdevel to display hardware monitoring data
Binary for arch amd64 (19.5 KB), i386 (19.3 KB) | Source dir | changes | Homepage

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

vdrdevel-plugin-skinsoppalusikka (1.7.9-3+opp~1, main) - Skin plugin for vdrdevel
Binary for arch amd64 (70.7 KB), i386 (67.9 KB) | Source dir | changes | Homepage

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

vdrdevel-plugin-markad (0.1.4-4+opp~1, main) - Plugin for VDR to mark advertisements in recordings
Binary for arch amd64 (26.9 KB), i386 (26.6 KB) | Source dir | changes | Homepage

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

vdrdevel-plugin-radio (0.9.1-4+opp~2, main) - VDR Plugin that displays images for radio channels
Binary for arch amd64 (378.7 KB), i386 (370.1 KB) | Source dir | changes

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

vdrdevel-plugin-xineliboutput (1.0.90+cvs20130404.0241-1+opp~1, main) - VDR plugin for Xine based sofdevice frontends
Binary for arch amd64 (284.8 KB), i386 (284.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.

vdrdevel-plugin-dvd (0.3.6~b03+cvs20090426.0013-18+opp~1, main) - DVD playback plugin for VDR
Binary for arch amd64 (61.3 KB), i386 (62.6 KB) | Source dir | changes | Homepage

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

vdrdevel-plugin-dynamite (20130404.0151-1+opp~1, main) - A VDR plugin add hotplug functionality to the vdrdevel
Binary for arch amd64 (58.4 KB), i386 (58.5 KB) | Source dir | changes | Homepage

The goal of this plugin is to add hotplug functionality to the vdrdevel. This is achieved by wrapping a helper device around cDvbDevice which checks if the hardware is available.

vdrdevel-plugin-iptv (1.2.1-3+opp~1, main) - IPTV plug-in for VDR
Binary for arch amd64 (77.1 KB), i386 (75.9 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.

vdrdevel-plugin-dummydevice (1.0.3-3+opp~1, main) - VDR plugin that emulates a dvb output device
Binary for arch amd64 (10.5 KB), i386 (10.5 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 vdrdevel as recording server orR for streaming and would like to overcome some limitions regarding the handling of a primary device.

vdrdevel-plugin-svdrpservice (0.0.4-18+opp~1, main) - VDR plugin that provides a SVDRP service for other plugins
Binary for arch amd64 (19.9 KB), i386 (19.7 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.

vdrdevel-plugin-ffnetdev (0.1.2-4+opp~1, main) - VDR network streaming plugin
Binary for arch amd64 (62.3 KB), i386 (62.4 KB) | Source dir | changes | Homepage

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.

vdrdevel-plugin-lcdproc (0.0.10-jw8+git20130323-2+opp~1, main) - Plugin to vdrdevel that connects to lcdproc
Binary for arch amd64 (43.0 KB), i386 (42.2 KB) | Source dir | changes | Homepage

This plugin for vdrdevel connect the digital PVR to lcdproc.

vdrdevel-graphtft-fe (0.3.12+svn20130530.1930-1+opp~1, main) - GraphTFT frontend for der GraphTFT VDR-Plugin
Binary for arch amd64 (20.9 KB), i386 (21.1 KB) | Source dir | changes | Homepage

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

vdrdevel-plugin-osdpip (0.1.2-5+opp~1, main) - OSD Picture-in-Picture-PlugIn for VDR
Binary for arch amd64 (59.1 KB), i386 (58.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.

vdrdevel-plugin-remoteosd (0.1.1-9+opp~1, main) - VDR plugin to control the OSD of a remote VDR
Binary for arch amd64 (21.5 KB), i386 (21.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.

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

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

vdrdevel-plugin-examples (1.7.42-2~etobi1+opp~1, main) - Plugins for vdrdevel to show some possible features
Binary for arch amd64 (245.8 KB), i386 (242.5 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 vdrdevel-source. These plugins do not have useful features, they only demonstrate how vdrdevel-plugins work and what is possible to do with them.

w-scan (20121111-1+opp~1, main) - Channel scanning tool for DVB and ATSC channels
Binary for arch amd64 (113.1 KB), i386 (105.1 KB) | Source dir | changes | Homepage

w_scan scans for DVB-S/S2, DVB-T, DVB-C and ATSC 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, kaffeine or me-tv.

Unlike the scan utility in linuxtv-dvb-apps, there is no need to specify an initial transponder and w_scan automatically detects the DVB or ATSC card to be used.

vdrdevel-plugin-imonlcd (1.0.1-1+opp~1, main) - VDR plugin to show information on SoundGraph iMON LCD displays
Binary for arch amd64 (44.1 KB), i386 (43.6 KB) | Source dir | changes | Homepage

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

vdrdevel-plugin-loadepg (0.2.5-3+opp~1, main) - VDR plugin that loads EPG data sent to Mediahighway receivers
Binary for arch amd64 (61.6 KB), i386 (56.7 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.

vdrdevel-plugin-epgsync (0.0.4-16+opp~1, main) - VDR plugin for EPG synchronization between VDR systems
Binary for arch amd64 (19.8 KB), i386 (19.7 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.

vdrdevel-plugin-undelete (0.0.7-3+opp~1, main) - Plugin for VDR to undelete or purge recently deleted recordings
Binary for arch amd64 (38.8 KB), i386 (38.0 KB) | Source dir | changes | Homepage

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

vdrdevel-plugin-dvbhddevice (1.7.42-2~etobi1+opp~1, main) - Plugin that adds support for full featured HD-DVB cards to VDR
Binary for arch amd64 (210.7 KB), i386 (209.8 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 dvbhddevice-plugin, which implements the output device for the "Full Featured TechnoTrend S2-6400" DVB cards.

vdrdevel-plugin-block (1:0.1.2~201304020120dev-1+opp~2, main) - VDR plugin that skips channels with unwanted content
Binary for arch amd64 (36.8 KB), i386 (36.1 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 vdrdevel switches to another channel.

vdrdevel-plugin-skinnopacity (0.1.0+git20130324-1+opp~1, main) - nOpacity skin for VDR
Binary for arch amd64 (4.3 MB), i386 (4.3 MB) | Source dir | changes | Homepage

nOpacity is a highly customizable true color skin for the on-screen-display (OSD) of the Linux Video Disc Recorder VDR.

vdrdevel-plugin-live (0.3.0-0+opp~1, main) - Web administration plugin for VDR
Binary for arch amd64 (1.2 MB), i386 (1.2 MB) | 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.

vdrdevel-plugin-noepg (0.0.4-2+opp~1, main) - VDR plugin for black listing EPG data of specified channels
Binary for arch amd64 (16.3 KB), i386 (15.9 KB) | Source dir | changes | Homepage

This plugin for the Linux Video Disc Recorder allows one to disable the EPG data received from the DVB devices for the specified channels when the EPG data is to be received from a different source.

vdrdevel-plugin-mlist (1.0.2-3+opp~1, main) - VDR plugin to display the message history
Binary for arch amd64 (15.1 KB), i386 (14.9 KB) | Source dir | changes

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

vdrdevel-plugin-alcd (1.5.2-4+opp~1, main) - VDR plugin for LCD and IR remote of Activy 300 HTPCs
Binary for arch amd64 (50.0 KB), i386 (49.1 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.

vdrdevel-plugin-xmltv2vdr (0.2.0pre+git20130408-1+opp~1, main) - Plugin for VDR to add epg info from epg sources into vdrdevel
Binary for arch amd64 (99.3 KB), i386 (98.4 KB) | Source dir | changes | Homepage

This plugin for the Linux Video Disc Recorder VDR will add epg info from epg sources into vdrdevel

vdrdevel-plugin-wirbelscan (0.0.7-3+opp~2, main) - Channelscan plugin for VDR
Binary for arch amd64 (174.6 KB), i386 (156.6 KB) | Source dir | changes | Homepage

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.

vdrdevel-plugin-menuorg (0.5.1-2+opp~1, main) - VDR plug-in to reorganize the OSD main menu
Binary for arch amd64 (42.5 KB), i386 (42.2 KB) | Source dir | changes | Homepage

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.

vdrdevel-plugin-xvdr (1:0.9.9+git20130404-1+opp~1, main) - XBMC XVDR plugin for VDR
Binary for arch amd64 (126.6 KB), i386 (127.2 KB) | Source dir | changes | Homepage

This plugin for VDR allows XBMC clients to connect.

vdrdevel-plugin-pvrinput (2012-25-1+git20130319-2+opp~1, main) - VDR plugin allowing to use a Hauppauge PVR card as input device
Binary for arch amd64 (76.0 KB), i386 (74.5 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.

vdrdevel-plugin-streamdev-client (0.6.0+git20130305-4+opp~1, main) - VDR Plugin to stream Live-TV to other VDR's - client part
Binary for arch amd64 (66.0 KB), i386 (65.5 KB) | Source dir | changes | Homepage

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

vdrdevel-plugin-rssreader (1.7.3-3+opp~1, main) - VDR Plugin for reading RSS Feeds
Binary for arch amd64 (36.6 KB), i386 (35.4 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.

vdrdevel-plugin-skyselectfeeds (0.2.8pre20130316-2+opp~1, main) - SkySelectFeeds plugin for vdrdevel to use multifeed option
Binary for arch amd64 (22.9 KB), i386 (22.3 KB) | Source dir | changes | Homepage

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

vdrdevel-plugin-femon (1.7.19-3+opp~1, main) - DVB frontend status monitor plugin for VDR
Binary for arch amd64 (106.5 KB), i386 (103.0 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.

vdrdevel-plugin-fritzbox (1.5.2-4+opp~1, main) - VDR plugin to access certain functions of an AVM Fritz!Box
Binary for arch amd64 (251.5 KB), i386 (246.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.

vdrdevel (1.7.42-2~etobi1+opp~1, main) - Video Disk Recorder for DVB cards
Binary for arch amd64 (1.2 MB), i386 (1.2 MB) | 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.

vdrdevel-plugin-sysinfo (0.1.3-1+opp~1, main) - vdrdevel.plugin-sysinfo (metapackage)
Binary for arch amd64 (2.5 KB), i386 (2.5 KB) | Source dir | changes | Homepage


This package contains meta data for vdrdevel-plugin-systeminfo

vdrdevel-plugin-svdrposd (0.1.1-12+opp~1, main) - VDR plugin that extends the SVDRP command set of VDR
Binary for arch amd64 (13.5 KB), i386 (13.3 KB) | Source dir | changes | Homepage

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

vdrdevel-plugin-skinenigmang (0.1.2+git20130305-4+opp~1, main) - Skin plugin for VDR
Binary for arch amd64 (145.5 KB), i386 (141.8 KB) | Source dir | changes | Homepage

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

vdrdevel-plugin-softhddevice (0.6.0.git20130404-1+opp~1, main) - HD output device plugin for VDR
Binary for arch amd64 (134.0 KB), i386 (126.7 KB) | Source dir | changes | Homepage

This plugin for the Linux Video Disc Recorder (VDR) acts as a output frontend with CPU / VA-API / VDPAU supported video decoding.

vdrdevel-plugin-sleeptimer (1:0.8.3~201301261156dev-1+opp~2, main) - Sleeptimer plugin for vdrdevel
Binary for arch amd64 (22.6 KB), i386 (22.0 KB) | Source dir | changes | Homepage

Allows one to set a timer for powering off vdrdevel once.

vdrdevel-plugin-avahi4vdr (10+git20130407-1+opp~1, main) - A VDR plugin, publish or browser for network service with avahi
Binary for arch amd64 (29.2 KB), i386 (28.2 KB) | Source dir | changes | Homepage

This VDR-plugin will expose some methods to publish or browser for network service announced by the avahi-daemon.

vdrdevel-plugin-avards (0.2.5-3+opp~1, main) - VDR plug-in to enlarge 4:3 letterbox format on widescreen displays
Binary for arch amd64 (28.5 KB), i386 (28.2 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.

vdrdevel-plugin-vdrmanager (0.9-2+opp~1, main) - VDR plugin providing service for the VDR-Manager Android App
Binary for arch amd64 (42.4 KB), i386 (41.8 KB) | Source dir | changes | Homepage

This plugin for the Linux Video Disc Recorder (VDR) is required to use the VDR-Manager Android App. It provides the necessary service interface which allows the VDR Manager App to control the VDR.

vdrdevel-plugin-screenshot (0.0.15-1+opp~2, main) - Screenshot plugin for vdrdevel
Binary for arch amd64 (20.6 KB), i386 (20.5 KB) | Source dir | changes | Homepage

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

vdrdevel-plugin-sudoku (0.3.5-16+opp~1, main) - VDR-Plugin to generate and solve Sudokus
Binary for arch amd64 (61.9 KB), i386 (61.8 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.

vdrdevel-plugin-epgsearch (1.0.1~beta3-4+opp~1, main) - VDR plugin that provides extensive EPG searching capabilities
Binary for arch amd64 (650.9 KB), i386 (648.2 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.

vdrdevel-plugin-graphtft (0.3.12+svn20130530.1930-1+opp~1, main) - GraphTFT Plugin for VDR
Binary for arch amd64 (18.2 KB), i386 (18.2 KB) | Source dir | changes | Homepage

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

vdrdevel-plugin-remotetimers (0.1.7-2+opp~1, main) - VDR plugin to edit timers on a remote VDR
Binary for arch amd64 (72.5 KB), i386 (71.4 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.

vdrdevel-plugin-infosatepg (0.0.12-3+opp~1, main) - include TechniSat EPG data via satelite in vdrdevel
Binary for arch amd64 (42.0 KB), i386 (42.0 KB) | Source dir | changes | Homepage

TechniSat has very good EPG data for up to seven days under the name Sieh-Fern-Info downloadable via satelite. This plugin includes the data into the EPG of vdrdevel. See http://www.vdrdevel-wiki.de/wiki/index.php/Infosatepg.

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

This plugin for VDR displays teletext directly on the OSD.

vdrdevel-plugin-dvbsddevice (1.7.42-2~etobi1+opp~1, main) - Plugin that adds support for full featured SD-DVB cards to VDR
Binary for arch amd64 (184.3 KB), i386 (183.8 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 dvbsddevice-plugin, which implements the output device for the "Full Featured" DVB cards based on the TechnoTrend/Fujitsu-Siemens design.

vdrdevel-plugin-mousemate (0.1.7-2+opp~1, main) - VDR plugin that allows to control VDR with a mouse
Binary for arch amd64 (29.6 KB), i386 (28.8 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.

vdrdevel-plugin-extrecmenu (1.2.2+git20130323-2+opp~1, main) - Plugin for vdrdevel for an enhanced recordings menu
Binary for arch amd64 (87.4 KB), i386 (85.8 KB) | Source dir | changes

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

vdrdevel-plugin-games (0.6.3-43+opp~1, main) - VDR plugin providing OSD games like tetris, snake and more
Binary for arch amd64 (36.8 KB), i386 (36.5 KB) | Source dir | changes | Homepage

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

vdrdevel-plugin-text2skin (1.3.2+git20130316-3+opp~1, main) - Plugin to vdrdevel that loads and views skins
Binary for arch amd64 (162.7 KB), i386 (160.6 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.

vdrdevel-plugin-tvguide (0.0.2-1+opp~2, main) - Advanced EPG viewer plugin for VDR
Binary for arch amd64 (55.7 KB), i386 (55.1 KB) | Source dir | changes | Homepage

"TvGuide" is a highly customizable 2D EPG viewer plugin for
the Linux Video Disc Recorder VDR.

vdrdevel-plugin-streamdev-server (0.6.0+git20130305-4+opp~1, main) - VDR Plugin to stream Live-TV to other VDR's - server part
Binary for arch amd64 (216.0 KB), i386 (213.0 KB) | Source dir | changes | Homepage

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

vdrdevel-plugin-graphlcd (0.3.0+git20130404-1+opp~1, main) - GraphLCD Plugin for VDR
Binary for arch amd64 (1.7 MB), i386 (1.7 MB) | Source dir | changes

A plugin to support graphical LC Displays with VDR.

vdrdevel-plugin-vnsiserver (1:0.9.1+git20130404-1+opp~1, main) - XBMC VNSI plugin for VDR
Binary for arch amd64 (104.3 KB), i386 (104.8 KB) | Source dir | changes | Homepage

This plugin for VDR allows XBMC clients to connect.

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

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

vdrdevel-plugin-vompserver (0.4.0-3+opp~1, main) - vdrdevel-plugin for vdrdevel on mediamvp(VOMP)
Binary for arch amd64 (107.7 KB), i386 (107.4 KB) | Source dir | changes

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

vdrdevel-plugin-skinelchi (0.2.8-3+opp~1, main) - Skin plugin for vdrdevel
Binary for arch amd64 (149.8 KB), i386 (134.7 KB) | Source dir | changes | Homepage

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

vdrdevel-plugin-dvdswitch (0.2.2-1+opp~1, main) - VDR plugin to create, burn, mount and manage DVD iso images
Binary for arch amd64 (79.9 KB), i386 (78.7 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.

libxine2-xvdr (1.0.90+cvs20130404.0241-1+opp~1, main) - Xine input plugin for vdrdevel-plugin-xineliboutput streams
Binary for arch amd64 (171.7 KB), i386 (166.6 KB) | Source dir | changes | Homepage

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

vdrdevel-plugin-director (0.2.8pre20130316-1+opp~1, main) - vdrdevel.plugin-director (metapackage)
Binary for arch amd64 (2.7 KB), i386 (2.7 KB) | Source dir | changes | Homepage


This package contains meta data for vdrdevel-plugin-skyselectfeeds

vdrdevel-plugin-spider (0.2.2-18+opp~1, main) - Plugin to vdrdevel that implements the card game "Spider Arachnid"
Binary for arch amd64 (58.8 KB), i386 (58.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.

vdrdevel-plugin-osdserver (0.1.3-9+opp~1, main) - VDR plugin to provide other programs access to the OSD
Binary for arch amd64 (84.7 KB), i386 (82.6 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.

vdrdevel-plugin-mplayer (0.10.2-18+opp~1, main) - MPlayer playback plugin for VDR
Binary for arch amd64 (97.4 KB), i386 (96.8 KB) | Source dir | changes | Homepage

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

vdrdevel-plugin-zaphistory (0.9.5-24+opp~1, main) - Plugin for VDR to zap in channels history
Binary for arch amd64 (25.1 KB), i386 (25.0 KB) | Source dir | changes

Just a history of the last visited channels.

vdrdevel-plugin-mp3 (0.10.2-18+opp~1, main) - MP3 playback plugin for VDR
Binary for arch amd64 (168.3 KB), i386 (169.5 KB) | Source dir | changes | Homepage

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

vdrdevel-plugin-filebrowser (0.2.1-2+opp~1, main) - VDR plugin for file browsing and executing shell commands
Binary for arch amd64 (64.6 KB), i386 (64.4 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.

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

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

vdrdevel-plugin-xine (0.9.4-11+opp~2, main) - allows xine to be a display for vdrdevel, the Video Disk Recorder
Binary for arch amd64 (201.8 KB), i386 (200.0 KB) | Source dir | changes | Homepage

Plugin for vdrdevel 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 vdrdevel. 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.

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.

vdrdevel-plugin-burn (0.2.2-2+opp~2, main) - Plugin for vdrdevel that implements dvd conversion and writing
Binary for arch amd64 (396.9 KB), i386 (395.9 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.

vdrdevel-addon-tosvcd (0.9-10+opp~1, main) - tosvcd transcodes vdrdevel video files to SVCD or VCD images
Binary for arch i386 (47.5 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 vdrdevel

nvram-wakeup (1.1-1+opp~1, main) - A tool to read/write the WakeUp time from/to the BIOS
Binary for arch i386 (95.5 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.

vdrdevel-addon-noad (0.7.3-1+opp~1, main) - VDR-Addon to automatically mark advertisements
Binary for arch amd64 (121.9 KB), i386 (114.4 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.

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

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

graphlcd-tools (0.1.9+git20120310-1+opp~1, main) - Tools for GraphLCD VDR Plugin
Binary for arch amd64 (37.2 KB), i386 (36.2 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.

libserdisp1 (1.97.9-1+opp~1, main) - Library that supports serial and parallel LC-displays
Binary for arch amd64 (446.7 KB), i386 (406.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).

libglcddrivers1 (0.1.9+git20120310-1+opp~1, main) - Library for programming graphical LC displays
Binary for arch amd64 (89.8 KB), i386 (91.4 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.

libglcdskin1 (0.1.9+git20120310-1+opp~1, main) - Library for handling skins with GraphLCD
Binary for arch amd64 (96.5 KB), i386 (98.0 KB) | Source dir | changes

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

libglcdgraphics2 (0.1.9+git20120310-1+opp~1, main) - Library for handling graphics and fonts with GraphLCD
Binary for arch amd64 (33.4 KB), i386 (33.3 KB) | Source dir | changes

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

vdrdevel-dev (1.7.42-2~etobi1+opp~1, main) - Video Disk Recorder for DVB cards
Binary for arch all (374.6 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 vdrdevel-plugins!

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

Header files for VDR plugins that use the svdrpservice plugin.

vdradmin-am (3.6.9-2+opp~1, main) - Web-based administration tool for vdrdevel
Binary for arch all (408.6 KB) | Source dir | changes | Homepage

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

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.

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

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

vdrdevel-plugin-director (0.2.8pre20130316-2+opp~1, main) - transitional dummy package for vdrdevel-plugin-director
Binary for arch all (3.0 KB) | Source dir | changes | Homepage

This is a transitional dummy package for vdrdevel-plugin-director. It can safely be removed.

projectx (0.91.0-2+opp~1, main) - Transitonal dummy package for renaming projectx to project-x
Binary for arch all (3.4 KB) | Source dir | changes

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

vdrdevel-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.2 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.

project-x (0.91.0-2+opp~1, main) - Java based MPEG2 demuxer
Binary for arch all (903.2 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.

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

vdrdevel-plugin-sysinfo (0.1.3-2+opp~1, main) - transitional dummy package for vdrdevel-plugin-systeminfo
Binary for arch all (2.8 KB) | Source dir | changes | Homepage

This is a transitional dummy package for vdrdevel-plugin-systeminfo. It can safely be removed.

vdrdevel-plugin-svdrpext (0.1.1-12+opp~1, main) - Transitional dummy package
Binary for arch all (3.9 KB) | Source dir | changes | Homepage

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

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

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

vdrdevel-vompclient-mvp (0.4.0-1+opp~1, main) - mediamvp client firmware for vomp
Binary for arch all (2.1 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.

vdrdevel-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.

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

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

vdr-xxv (1.2-2+opp~1, main) - Provides a central service to administer VDR
Binary for arch all (481.0 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.

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

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

vdrdevel-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 (32.1 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.

vdrdevel-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.

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

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

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

A set of channel logos shared by some text2skin skins

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.

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.2 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.

vdrdevel-skins (0.8+opp~1, main) - Skins for VDR's text2skin plugin
Binary for arch all (220.6 KB) | Source dir | changes

Several skins for VDR's text2skin plugin.

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.

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

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

vdrdevel-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.

vdrdevel-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.

vdrdevel-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 vdrdevel-skins due to DFSG issues.

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

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

vdrsync (0.1.2.2dev2+050322-1+opp~1, main) - Perl Script for processing VDR recordings
Binary for arch all (190.5 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-xpmlogos (0.0.2-1+opp~1, main) - Channel logos in xpm format
Binary for arch all (1.1 MB) | Source dir | changes

A set of channel logos in xpm format.

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.

nvram-wakeup (1.1-2+opp~1, main) - Read/write the WakeUp time from/to the BIOS
Binary for arch amd64 (103.0 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.

Lenny 5.0

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

deb http://debian2.oppserver.net/vdrdevel/ lenny main non-free contrib
deb-src http://debian2.oppserver.net/vdrdevel/ lenny main non-free contrib

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

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

oder als root / or as root:
echo "deb http://debian2.oppserver.net/vdrdevel/ lenny main non-free contrib" > /etc/apt/sources.list.d/oppvdrdevel.sources.list
echo "deb-src http://debian2.oppserver.net/vdrdevel/ lenny main non-free contrib" >> /etc/apt/sources.list.d/oppvdrdevel.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


vdrdevel-dbg (1.7.16-1devel1+opp~1, main) - Debuggable version of the VDR Video Disk Recorder
Binary for arch amd64 (1.5 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.

vdrdevel-plugin-block (0.1.1-0+opp~1, main) - VDR plugin that skips channels not matching your "block"
Binary for arch amd64 (37.2 KB), i386 (36.1 KB) | Source dir | changes | Homepage

With this plugin VDR will skip every channel that doesn't match your "block". 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.

vdrdevel (1.7.16-1devel1+opp~1, main) - Video Disk Recorder for DVB cards
Binary for arch amd64 (1005.8 KB), i386 (973.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. 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.

vdrdevel-plugin-dvbsddevice (1.7.16-1devel1+opp~1, main) - Plugin that adds support for full featured DVB cards to VDR
Binary for arch amd64 (40.3 KB), i386 (39.5 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 dvbsddevice-plugin, which implements the output device for the "Full Featured" DVB cards based on the TechnoTrend/Fujitsu-Siemens design.

vdrdevel-plugin-examples (1.7.16-1devel1+opp~1, main) - Plugins for vdrdevel to show some possible features
Binary for arch amd64 (78.5 KB), i386 (75.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.

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

vdrdevel-plugin-vnsiserver (1:0.0.1+git20110512-0+opp~1, main) - XBMC VNSI plugin for VDR
Binary for arch amd64 (91.9 KB), i386 (92.3 KB) | Source dir | changes | Homepage

This plugin for VDR allows XBMC clients to connect.

vdrdevel-plugin-xineliboutput (1.0.90+cvs20110424.1729-1+opp~1, main) - VDR plugin for Xine based sofdevice frontends
Binary for arch amd64 (279.8 KB), i386 (279.0 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.

vdrdevel-plugin-xine (0.9.4-1.etobi1+opp~2, main) - allows xine to be a display for vdrdevel, the Video Disk Recorder
Binary for arch amd64 (198.5 KB), i386 (197.0 KB) | Source dir | changes | Homepage

Plugin for vdrdevel 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 vdrdevel. 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.

vdrdevel-skin-anthra-sd (0.2.6-1+opp~1, main) - A dark, anthtacite style skin for the VDR in PAL resolution
Binary for arch all (28.0 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.

vdrdevel-oppsettings (1.1, main) - Make some changes
Binary for arch all (266.2 KB) | Source dir | changes

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

vdrdevel-dev (1.7.16-1devel1+opp~1, main) - Video Disk Recorder for DVB cards
Binary for arch all (320.5 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 vdrdevel-plugins!

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

Add some firmware files to /lib/firmware dvb-fe-bcm3510-01.fw dvb-fe-cx24116.fw dvb-fe-ds3000.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-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-usb-avertv-a800-02.fw dvb-usb-bluebird-01.fw dvb-usb-dib0700-1.10.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-teviis660.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 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

Etch 4.0

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

deb http://debian2.oppserver.net/vdrdevel/ etch main non-free contrib
deb-src http://debian2.oppserver.net/vdrdevel/ etch main non-free contrib

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

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

oder als root / or as root:
echo "deb http://debian2.oppserver.net/vdrdevel/ etch main non-free contrib" > /etc/apt/sources.list.d/oppvdrdevel.sources.list
echo "deb-src http://debian2.oppserver.net/vdrdevel/ etch main non-free contrib" >> /etc/apt/sources.list.d/oppvdrdevel.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



Backtrack

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

deb http://debian2.oppserver.net/vdrdevel/ backtrack main non-free contrib
deb-src http://debian2.oppserver.net/vdrdevel/ backtrack main non-free contrib

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

sudo su -c 'echo "deb http://debian2.oppserver.net/vdrdevel/ backtrack main non-free contrib" > /etc/apt/sources.list.d/oppvdrdevel.sources.list'
sudo su -c 'echo "deb-src http://debian2.oppserver.net/vdrdevel/ backtrack main non-free contrib" >> /etc/apt/sources.list.d/oppvdrdevel.sources.list'
sudo aptitude update

oder als root / or as root:
echo "deb http://debian2.oppserver.net/vdrdevel/ backtrack main non-free contrib" > /etc/apt/sources.list.d/oppvdrdevel.sources.list
echo "deb-src http://debian2.oppserver.net/vdrdevel/ backtrack main non-free contrib" >> /etc/apt/sources.list.d/oppvdrdevel.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.