Plugins: Difference between revisions

From VDR Wiki
Jump to navigation Jump to search
(40 intermediate revisions by 5 users not shown)
Line 1: Line 1:
==Description==
==Description==
A Plugin is a program extension of [[VDR]], which can be reloaded as a library at runtime of the program.
Plugins are small software programs, which are used by another program to extend its functionality. Plugins, such as those for VDR, are typically implemented as shared libraries and cannot run standalone.


A plugin only needs to be recompiled if the plugin interface API version has changed in VDR. Some plugins are dependent on additional VDR patches in order to achieve the desired function.
VDR provides an easy to use plugin interface that allows additional functionality to be added to the program by implementing a dynamically loadable library file. This interface allows programmers to develop additional functionality for VDR completely separate from the core VDR source, without the need of patching the original VDR code (and all the problems of correlating various patches).


==List==
==Installation==
* see [[Plugin Installation]]
Most likely that list here is not up-to-date, you may want to search on the [http://www.vdr-wiki.de German wiki] for newer informations.
* Special features are described on the corresponding plugin page.


==Liste==
As you might possibly know there are different version of VDR available, the stable branch, designated for the end-user with a fixed plugin interface and the developer branch for the advanced and adventures user where everything is in a state of flux.
{{Box Info|

Plugins last updated before VDR-1.7.0, can to be found in the [[List of outdated Plugins]].<br>
As the developer versions are normally rather stable most users tend to use them and hence many developers adapt their plugins to the latest VDR developer version.
Most likely that list here is not up-to-date, you may want to search on the [http://www.vdr-wiki.de German wiki] for newer informations.}}


{{TOC}}
{{TOC}}
{| width="100%" class="wikitable"
{| width=100% class="wikitable"
{{Plugins_end}}
|-
! Plugin
! Description
! style="writing-mode:tb-rl" | 1.2.x
! style="writing-mode:tb-rl" | 1.4.x
! style="writing-mode:tb-rl" | 1.6.x
! style="writing-mode:tb-rl" | 1.7.x
|-
<!-- A ########################### -->
|-
| colspan="6" style="background-color:#efefef" |
=== A ===
|-
| {{plugin|ac3mode}}
| shows number of audio channels
|
| x
| x
|
|-
| {{plugin|actuator}}
| controls Satellite dish rotor
|
| x
| x
| x
|-
| {{plugin|admin}}
| Administrative tasks
|
|
| x
| x
|-
| {{plugin|advchctrl}}
| Define the audio volume separate per channel
| x
|
|
| x
|-
| {{plugin|adzap}}
| advertizing zapper
| x
|
|
| x
|-
| {{plugin|aide}}
| OSD Help browser
| x
|
|
| x
|-
| {{plugin|alcd}}
| Activy300 LCD Display
|
|
| x
| x
|-
| {{plugin|amarok}}
| {{wikipedia|amaroK}} frontend
|
| x
| x
| x
|-
| {{plugin|analogradio}}
| support for analog radio cards
|
|
|
|
|-
| {{plugin|analogtv}}
| analog TV card as MPEG input device. ''outdated, use [[pvrinput-plugin]] instead.''
|
|
| x
|
|-
| {{plugin|archive}}
| manages multimedia archives via [[OSD]]
|
| x
| x
| x
|-
| {{plugin|arghdirector}}
| Extension of the [[director-plugin]]
|
| x
| x
| x
|-
| {{plugin|asterisk}}
| Asterisk voicebox client
| x
|
|
| x
|-
| {{plugin|atmo}}
| Atmolight Plugin ({{wikipedia|Philips}} {{wikipedia|Ambilight}} replica)
|
|
| x
| x
|-
| {{plugin|atscepg}}
| EPG from ATSC broadcasts
|
|
| x
| x
|-
| {{plugin|audiocd}}
| see [[cdda-plugin]]
| x
|
|
| x
|-
| {{plugin|audiorecorder}}
| record music
|
|
| x
| x
|-
| {{plugin|autosort}}
| Sort of the channels list
|
| x
| x
|
|-
| {{plugin|autotimer}}
| generates timer automatically
|
| x
| x
| x
|-
| {{plugin|autotimeredit}}
| OSD autotimer for [[vdradmin]]
|
|
| x
| x
|-
| {{plugin|avards}}
| Automatic Video Aspect Ratio Detection and Signaling
|
| x
| x
| x
|-
| {{plugin|avolctl}}
| sound card volume control
| x
| x
|
| x
<!-- B ########################### -->
|-
| colspan="6" style="background-color:#efefef" |


=== B ===
===A===
{{Plugins_begin}}
|-
{{Plugins_item|ac3mode|Indicates the number of audio channels (eg 5.1)|x||}}
! Plugin
{{Plugins_item|actuator|Control of a satellite dish rotor via parallel port|x||}}
! Description
{{Plugins_item|admin|Starting / stopping services, editing configuration files|x||}}
! style="writing-mode:tb-rl" | 1.2.x
{{Plugins_item|alcd|Text output on [[Activy]] LC displays|x||}}
! style="writing-mode:tb-rl" | 1.4.x
{{Plugins_item|arghdirector|Usage of Sky MultiFeed channels, Fork of [[Director-plugin]]|x||}}
! style="writing-mode:tb-rl" | 1.6.x
{{Plugins_item|atscepg|shows ATSC (North America) EPG|x||}}
! style="writing-mode:tb-rl" | 1.7.x
{{Plugins_item|autostart|Start tasks when you insert removable media|x||}}
|-
{{Plugins_item|audiorecorder|Automatically records radio channels with matching title|x||}}
| {{plugin|beep}}
{{Plugins_end}}
| acoustic feedback via pc beeper
| x
| x
| x
| x
|-
| {{plugin|bgprocess}}
| show status via [[SVDRP]]
|
|
| x
| x
|-
| {{plugin|bitstreamout}}
| Dolby Digital over a sound card (via {{wikipedia|ALSA}})
|
|
| x
|
|-
| {{plugin|block}}
| fork of [[taste-plugin]] - block unwanted services by EPG title
|
|
| x
| x
|-
| {{plugin|browse}}
| small EPG Browser
|
|
|
| x
|-
| {{plugin|browser}}
| see also [[surfer-plugin]]
|
|
|
|
|-
| {{plugin|btrcu}}
| Bluetooth mobile as remote control
|
|
|
|
|-
| {{plugin|burn}}
| burn {{wikipedia|DVD}} from recording
|
|
| x
| x
<!-- C ########################### -->
|-
| colspan="6" style="background-color:#efefef" |


=== C ===
===B===
{{Plugins_begin}}
|-
{{Plugins_item|beep|Audible messages via internal PC speaker|x||}}
! Plugin
{{Plugins_item|bgprocess|Progress indicator for external programs, controlled by [[SVDRP]]|x|x|}}
! Description
{{Plugins_item|block|EPG background scan for unwanted TV events|x||}}
! style="writing-mode:tb-rl" | 1.2.x
{{Plugins_item|bluray|A simple BluRay player.|||}}
! style="writing-mode:tb-rl" | 1.4.x
{{Plugins_item|burn|Burn movies to [[DVD]]|x||}}
! style="writing-mode:tb-rl" | 1.6.x
{{Plugins_end}}
! style="writing-mode:tb-rl" | 1.7.x
|-
| {{plugin|calc}}
| Simple [[OSD]] {{wikipedia|calculator}}
| x
|
|
| x
|-
| {{plugin|calendar}}
| Shows [[EPG]] data as calendar
| x
|
|
|
|-
| {{plugin|cc}}
| Shows hidden subtitles
| x
|
|
|
|-
| {{plugin|ccd400}}
| Control plugin for the Mitsubishi CCD400 {{wikipedia|camera}}
|
|
|
|
|-
| {{plugin|cdda}}
| {{wikipedia|Audio-CD}} player
| x
|
|
| x
|-
| {{plugin|cdplayer}}
| {{wikipedia|Audio-CD}}-Spieler
|
|
|
| x
|-
| {{plugin|chanman}}
|
| x
|
|
| x
|-
| {{plugin|channelblocker}}
|
|
|
| x
|
|-
| {{plugin|channellists}}
|
|
|
| x
|
|-
| {{plugin|channelscan}}
| scanning satellite {{wikipedia|transponder}} and update channels
|
|
| x
|
|-
| {{plugin|channelswitcher}}
| switch between different channel settings
| x
|
|
| x
|-
| {{plugin|chanorg}}
| Sort channels
| x
|
|
| x
|-
| {{plugin|cinebars}}
| Creates virtual bars around the video
|
|
| x
| x
|-
| {{plugin|clock}}
| show a clock via [[OSD]], digital or analog
|
|
| x
| x
|-
| {{plugin|console}}
| Text console via [[OSD]]
| x
|
|
|
|-
| {{plugin|control}}
| [[OSD]] access via {{wikipedia|Telnet}} or ssh
|
|
| x
| x
|-
| {{plugin|cpumon}}
| show CPU load
|
|
| x
| x
|-
| {{plugin|csf}}
| Sorts channels
| x
|
|
|
|-
| {{plugin|csmon}}
| A cardserver monitor
|
|
| x
|
|-
| {{plugin|cutalot}}
| cuts a recording into several by named cut marks
|
|
| x
|
<!-- D ########################### -->
|-
| colspan="6" style="background-color:#efefef" |


=== D ===
===C===
{{Plugins_begin}}
|-
{{Plugins_item|cdplayer|Play Audio CDs|x|x|}}
! Plugin
{{Plugins_item|chanman|Select/Change channel list via [[OSD]]|x|x|}}
! Description
{{Plugins_item|channelblocker|Administrate blocked channels for channel block patch|||}}
! style="writing-mode:tb-rl" | 1.2.x
{{Plugins_item|channellists|Switch channel lists via OSD|||}}
! style="writing-mode:tb-rl" | 1.4.x
{{Plugins_item|cinebars|Creates virtual cine bars|x|x|x}}
! style="writing-mode:tb-rl" | 1.6.x
{{Plugins_item|control|[[OSD]] output on Telnet terminal|x||}}
! style="writing-mode:tb-rl" | 1.7.x
{{Plugins_item|cpumon|Displays CPU usage|x||}}
|-
| {{plugin|daap}}
{{Plugins_end}}
| a ''DAAP'' {{wikipedia|Digital_Audio_Access_Protocol}} client
| x
|
|
|
|-
| {{plugin|decruft}}
| deletes channels as defined in setup
| x
|
|
|
|-
| {{plugin|deluxe}}
| records the streams from [http://www.deluxemusic.tv DeluxeMusic] as Video/Audio
|
|
| x
| x
|-
| {{plugin|devstatus}}
| show DVB device status (including recordings)
|
|
| x
| x
|-
| {{plugin|digicam}}
| Access to {{wikipedia|Digital_camera}}s
|
|
| x
| x
|-
| {{plugin|director}}
| Use multifeed sky channels
|
|
| x
| x
|-
| {{plugin|ditherndemo}}
| colour mixing demo plugin
|
|
|
| x
|-
| {{plugin|dsmcc}}
| [[Mhp]] data carousel (alpha)
|
|
|
|
|-
| {{plugin|dummydevice}}
| dummy output device
|
|
| x
| x
|-
| {{plugin|dv}}
| Access to camcorder
| x
|
|
| x
|-
| {{plugin|dvbhddevice}}
| Output Device Plugin for new Full Featured [http://www.vdr-wiki.de/wiki/index.php/TechnoTrend_S2-6400 TechnoTrend S2-6400] HD DVB card
|
|
|
| x
|-
| {{plugin|dvbsddevice}}
| Output Device Plugin for old Full Featured TechnoTrend SD DVB card
|
|
|
| x
|-
| {{plugin|dvd}}
| {{wikipedia|DVD}} player plugin
|
|
| x
| x
|-
| {{plugin|dvdconvert}}
| converts {{wikipedia|DVD}} to vdr
|
|
| x
| x
|-
| {{plugin|dvdrepg}}
| Distributes [[EPG]] data ([[VIDEGOR]])
| x
|
|
|
|-
| {{plugin|dvdrsched}}
| Assigns record tasks to recording machines ([[VIDEGOR]])
| x
|
|
|
|-
| {{plugin|dvdrvidtrans}}
| Delivers recording between VDRs ([[VIDEGOR]])
| x
|
|
|
|-
| {{plugin|dvdselect}}
| mounts DVD drives, see [[dvdswitch-plugin]]
|
|
|
| x
|-
| {{plugin|dvdswitch}}
| play {{wikipedia|DVD}} images
|
|
| x
| x
|-
| {{plugin|dxr3}}
| [[Dxr3|DXR 3/Hollywood+]]-card as MPEG output device
|
|
| x
| x
|-
| {{plugin|dynamite}}
| dynamically remove/add DVB devices
|
|
|
| x
<!-- E ########################### -->
|-
| colspan="6" style="background-color:#efefef" |


=== E ===
===D===
{{Plugins_begin}}
|-
{{Plugins_item|dbus2vdr|Control VDR via D-Bus|x|x|}}
! Plugin
{{Plugins_item|Deluxe|Store DeluxeMusic TV shows|x||}}
! Description
{{Plugins_item|devstatus|Display DVB device status (incl. running records)|x|x|x}}
! style="writing-mode:tb-rl" | 1.2.x
{{Plugins_item|dummydevice|Dummy output device|x||}}
! style="writing-mode:tb-rl" | 1.4.x
{{Plugins_item|dvbhddevice|Output Device plugin for TT S2-6400 DVB card|x|x|x}}
! style="writing-mode:tb-rl" | 1.6.x
{{Plugins_item|dvd|A DVD player|x|x|x}}
! style="writing-mode:tb-rl" | 1.7.x
{{Plugins_item|dvdswitch|Plays DVD Images|x||}}
|-
{{Plugins_item|dynamite|"Plug'n'play" of DVB receivers|x||}}
| {{plugin|eepg}}
{{Plugins_end}}
| Loads Extended [[EPG]] from most DVB providers (2-10 day)
|
|
| x
| x
|-
| {{plugin|em84xx}}
| em84xx - SigmaDesigns X-Card as MPEG output device
|
|
| x
|
|-
| {{plugin|eggtimer}}
| An egg timer for VDR
|
|
| x
|
|-
| {{plugin|epgsearch}}
| scan [[EPG]] data, create 'search timers' to automatically create new timer, check for timer conflicts
|
|
| x
| x
|-
| {{plugin|epgsearchclient}}
|
|
|
|
| x
|-
| {{plugin|epgsync}}
| import [[EPG]] of a remote VDR using [[SVDRP]]
|
|
| x
| x
|-
| {{plugin|exec}}
| create timer for generic tasks / shell scripts in VDR
|
|
| x
| x
|-
| {{plugin|extb}}
| Controlling the VDR Extension Board
| x
| x
| x
| x
|-
| {{plugin|externalplayer}}
| Use external programs as player
|
|
|
| x
|-
| {{plugin|extrecmenu}}
| Extended recordings menu
|
|
| x
| x
<!-- F ########################### -->
|-
| colspan="6" style="background-color:#efefef" |


=== F ===
===E===
{{Plugins_begin}}
|-
{{Plugins_item|eepg|Extended EPG import|x|x|}}
! Plugin
{{Plugins_item|epgfixer|Processing of EPG content with RegExp|x|x|}}
! Description
{{Plugins_item|epgsearch|Advanced EPG search and automatic creation of timers|x|x|}}
! style="writing-mode:tb-rl" | 1.2.x
{{Plugins_item|epgsync|imported EPG of an other VDR via SVDRP|x|x|}}
! style="writing-mode:tb-rl" | 1.4.x
{{Plugins_item|exec|integrated timer for actions / shell commands in VDR|x||}}
! style="writing-mode:tb-rl" | 1.6.x
{{Plugins_item|externalplayer|use external programs as player|x|x|}}
! style="writing-mode:tb-rl" | 1.7.x
{{Plugins_item|extrecmenu|advanced recording menu|x|x|}}
|-
| {{plugin|femon}}
{{Plugins_end}}
| show DVB card infos, like signal strength, symbolrate, ...
|
|
| x
| x
|-
| {{plugin|fepg}}
| Shows [[EPG]] data graphically + navigation
|
|
| x
| x
|-
| {{plugin|ffnetdev}}
| Full-Featured DVB device emulation over network
|
|
| x
| x
|-
| {{plugin|filebrowser}}
| File manager for VDR
|
|
| x
| x
|-
| {{plugin|freeboxtv}}
| Watch Freebox TV (or RTSP source) with VDR
|
|
| x
|
|-
| {{plugin|freecell}}
| {{wikipedia|Freecell}} card game
|
|
| x
| x
|-
| {{plugin|freevo}}
| use VDR in Freevo
|
|
| x
|
|-
| {{plugin|fritzbox}}
| show incoming telephone calls via FritzBox and mute audio automatically.
|
|
| x
| x
|-
| colspan="6" style="background-color:#efefef" |


=== G ===
===F===
{{Plugins_begin}}
|-
{{Plugins_item|favorites|List of favorite channels|x||}}
! Plugin
{{Plugins_item|femon|Display of signal information of a DVB card|x|x|x}}
! Description
{{Plugins_item|fepg|Tabular EPG index|x||}}
! style="writing-mode:tb-rl" | 1.2.x
{{Plugins_item|ffnetdev|An output plugin via network|x||}}
! style="writing-mode:tb-rl" | 1.4.x
{{Plugins_item|filebrowser|File Manager|x|x|}}
! style="writing-mode:tb-rl" | 1.6.x
{{Plugins_item|fritzbox|ISDN telephone call manager|x|x|}}
! style="writing-mode:tb-rl" | 1.7.x
{{Plugins_end}}
|-
| {{plugin|games}}
| A little game collection: {{wikipedia|Tetris}}, {{wikipedia|Tron_(video_game)}}, {{wikipedia|Snake}}, {{wikipedia|Tic-Tac-Toe}}, {{wikipedia|Minesweeper_(computer_game)}}
|
|
| x
| x
|-
| {{plugin|gbc}}
| {{wikipedia|GameBoy}}-{{wikipedia|Emulator}}
|
|
| x
| x
|-
| {{plugin|graphlcd}}
| use graphic LCDs
|
|
| x
| x
|-
| {{plugin|graphtft}}
| drives TFT displays
|
|
| x
| x
|-
| {{plugin|gstreamer}}
|
|
|
|
|
<!-- H ########################### -->
|-
| colspan="6" style="background-color:#efefef" |


=== H ===
===G===
{{Plugins_begin}}
|-
{{Plugins_item|gbc|GameBoy - Emulator|x||}}
! Plugin
{{Plugins_item|graphlcd|Output information on graphical LCDs|x|x|}}
! Description
{{Plugins_item|graphtft|Output information on TFTs|x||}}
! style="writing-mode:tb-rl" | 1.2.x
{{Plugins_end}}
! style="writing-mode:tb-rl" | 1.4.x
! style="writing-mode:tb-rl" | 1.6.x
! style="writing-mode:tb-rl" | 1.7.x
|-
| {{plugin|hattrick}}
| a match viewer for {{wikipedia|Hattrick}}.
|
|
| x
|
|-
| {{plugin|hdmonitor}}
| harddisk monitor
|
|
| x
|
|-
| {{plugin|hello}}
| a simple 'hello' demo plugin
| x
| x
| x
| x
|-
| {{plugin|hidesubtitles}}
| Hide subtitles
|
|
|
|
|-
| {{plugin|homeserver}}
| Plugin for home automatisation KNX/EIB
|
|
|
|
<!-- I ########################### -->
|-
| colspan="6" style="background-color:#efefef" |


=== I ===
===B===
{{Plugins_begin}}
|-
{{Plugins_item|hattrick|A match viewer for the online browser game Hattrick|||}}
! Plugin
{{Plugins_item|hello|A simple 'hello' sample plugin|x||}}
! Description
{{Plugins_item|history|Maintains a history of played recordings and files.|||}}
! style="writing-mode:tb-rl" | 1.2.x
{{Plugins_end}}
! style="writing-mode:tb-rl" | 1.4.x
! style="writing-mode:tb-rl" | 1.6.x
! style="writing-mode:tb-rl" | 1.7.x
|-
| {{plugin|iaxphone}}
| Iax (asterisk) softphone
|
|
|
|
|-
| {{plugin|image}}
| Image viewer plugin
| x
| x
| x
|
|-
| {{plugin|imdbsearch}}
| shows IMDb entry for running program
|
|
| x
|
|-
| {{plugin|imonlcd}}
| use imon LCD (NOTE: not VFD).
|
|
| x
| x
|-
| {{plugin|infosatepg}}
| [[EPG]] Data via satellite
|
|
| x
|
|-
| {{plugin|instantimer}}
| (SW-)Timer for coming event
|
|
| x
|
|-
| {{plugin|ipod}}
| show {{wikipedia|ITunes}}DB of an {{wikipedia|iPod}}
|
|
| x
|
|-
| {{plugin|iptv}}
| Integrates multicast IPTV transport streams seamlessly into VDR
|
|
| x
| x
|-
| {{plugin|ircviewer}}
| viewer für {{wikipedia|IRC}}
|
|
| x
|
|-
| {{plugin|isdnlog}}
| ISDN-Log
| x
|
|
|
<!-- J ########################### -->
|-
| colspan="6" style="background-color:#efefef" |


=== J ===
===I===
{{Plugins_begin}}
|-
{{Plugins_item|inputdev|Reads input events from /dev/input/eventX (KBD, IR, mouse)|||}}
! Plugin
{{Plugins_item|imonlcd|Output information on imonLCD.|x|x|}}
! Description
{{Plugins_item|infosatepg|Loading EPG data via satellite|||}}
! style="writing-mode:tb-rl" | 1.2.x
{{Plugins_item|iptv|Use IPTV in VDR|x||}}
! style="writing-mode:tb-rl" | 1.4.x
{{Plugins_end}}
! style="writing-mode:tb-rl" | 1.6.x
! style="writing-mode:tb-rl" | 1.7.x
|-
| {{plugin|joystick}}
| Use the joystick as remote control
| x
|
|
|
<!-- K ########################### -->
|-
| colspan="6" style="background-color:#efefef" |


=== K ===
===J===
{{Plugins_begin}}
|-
{{Plugins_end}}
| [[karaoke-plugin|karaoke]]
| karaoke
|-
| [[kathreinlcd-plugin|kathreinlcd]]
| I²C displays
|-
| [[kvdrmon-plugin|kvdrmon]]
| helper plugin for [[kvdrmon]], a KDE Kicker applet
<!-- L ########################### -->
|-
| colspan="2" style="background-color:#efefef" |


=== L ===
===K===
{{Plugins_begin}}
|-
{{Plugins_item|karaoke|Karaoke|||}}
| [[launcher-plugin|launcher]]
{{Plugins_item|kvdrmon|one KDE auxiliary plug-in for kvdrmon|||}}
| Starts other plugins
{{Plugins_end}}
|-
| [[lcdproc-plugin|lcdproc]]
| Alphanummeric displays
|-
| [[lcr-plugin|lcr]]
| least cost router
|-
| [[lirc-plugin|lirc]]
| Lirc test plugin
|-
| [[loadepg-plugin|loadepg]]
| import of epg data
|-
| [[locker-plugin|locker]]
| A "child safety" plugin
|-
| [[logviewer-plugin|logviewer]]
| Display VDR/system logs
<!-- M ########################### -->
|-
| colspan="2" style="background-color:#efefef" |
=== M ===
|-
| [[mailbox-plugin|mailbox]]
| Simple email client
|-
| [[manual-plugin|manual]]
| displays a manual
|-
| [[mediamvp-plugin|mediamvp]]
| Media MVP
|-
| [[message-plugin|message]]
| message interface for shell scripts
|-
| [[mhp-plugin|mhp]]
| [[Mhp]] for VDR
|-
| [[mlcd-plugin|mlcd]]
| Siemens Multitainer LCD display
|-
| [[mldkgui-plugin|mldkgui]]
| Controls MLDonkey
|-
| [[mldonkey-plugin|mldonkey]]
| Controls MLDonkey
|-
| [[monochannel-plugin|monochannel]]
| allows audio mono switching
|-
| [[mp3-plugin|mp3]]
| MP3 Player
|-
| [[mplayer-plugin|mplayer]]
| Plays divers Video formats (e.g. DivX)
|-
| [[mplayercluster-plugin|mplayercluster]]
| remote MPlayer
|-
| [[muggle-plugin|muggle]]
| MP3 player with Database backend
<!-- N ########################### -->
|-
| colspan="2" style="background-color:#efefef" |
=== N ===
|-
| [[nacc-plugin|nacc]]
| It receives and displays closed captioning information found in most North American broadcasts.
|-
| [[netconfig-plugin|netconfig]]
| Configures network settings and samba shares
|-
| [[network-plugin|network]]
| Change network settings
|-
| [[newsticker-plugin|newsticker]]
| A simple newsticker
|-
| [[noepgmenu-plugin|noepgmenu]]
| ?
|-
| [[nordlichtsepg-plugin|nordlichtsepg]]
| epg data overview sorted by time
<!-- O ########################### -->
|-
| [[nvsettings-plugin|nvsettings]]
| Enables you to adjust brightness, contrast and gamma of your nvidia video card
|-
| colspan="2" style="background-color:#efefef" |


=== O ===
===L===
{{Plugins_begin}}
|-
{{Plugins_item|lastfm|Playing Last.fm music|||}}
| [[openmhp-plugin|openmhp]]
{{Plugins_item|lcdproc|Output information on LCDs|||}}
| free MHP implementation
{{Plugins_item|lcr|a telephone least cost Manager|||}}
|-
{{Plugins_item|lightpack|Access to Lightpack/Prismatic software from VDR|x|x|}}
| [[osdimage-plugin|osdimage]]
{{Plugins_item|lircrc|Native LIRC support|||}}
| Image viewer for the [[OSD]]
{{Plugins_item|live|Live Interactive VDR Environment|x|x|}}
|-
{{Plugins_item|loadepg|Import of Canal+ EPG data|||}}
| [[osdout-plugin]]
{{Plugins_end}}
| ?
|-
| [[osdpip-plugin|osdpip]]
| Picture-in-picture
|-
| [[osdteletext-plugin|osdteletext]]
| Teletext decoder for the OSD
|-
| [[otv4vdr-plugin|otv4vdr]]
| A small plugin to directly update the TV programs
<!-- P ########################### -->
|-
| colspan="2" style="background-color:#efefef" |
=== P ===
|-
| [[parallelportcontroller-plugin|parallelportcontroller]]
| demonstrate how to control pin parallel port
|-
| [[pcd-plugin|pcd]]
| Plays ''Kodak'' Photo CDs
|-
| [[perl-plugin|perl]]
| ?
|-
| [[pilot-plugin|pilot]]
| Zapping Co-Pilot
|-
| [[pilotskin-plugin|pilotskin]]
| Zapping Co-Pilot using skin Channel Info
|-
| [[pim-plugin|pim]]
| Personal Information Manager
|-
| [[pin-plugin|pin]]
| A "child safety" plugin
|-
| [[playlist-plugin|playlist]]
| Playlists for recordings
|-
| [[pluginsetup-plugin|pluginsetup]]
| Manage plugins over OSD
|-
| [[podcatcher-plugin|podcatcher]]
| ?
|-
| [[powermate-plugin|powermate]]
| Use the Griffin PowerMate to control some functions
|-
| [[prefermenu-plugin|prefermenu]]
| Preferred channels
|-
| [[premiereepg-plugin|premiereepg]]
| premiereepg2vdr as plugin
|-
| [[proxy-plugin|proxy]]
| ?
|-
| [[ptv-plugin|ptv]]
| Hauppauge PVR x50 as analog TV card
|-
| [[pvr350-plugin|pvr350]]
| analog TV card as MPEG output device (only Hauppage PVR 350)
|-
| [[pvrinput-plugin|pvrinput]]
| Hauppauge PVR x50 as analog TV card
|-
| [[pvrusb2-plugin|pvrusb2]]
| Hauppauge PVR usb2 as analog TV card
<!-- Q ########################### -->
|-
| colspan="2" style="background-color:#efefef" |
=== Q ===
|-
<!-- R ########################### -->
|-
| colspan="2" style="background-color:#efefef" |
=== R ===
|-
| [[radio-plugin|radio]]
| Background image for radio channels
|-
| [[radiolist-plugin|radiolist]]
| List for radio channels
|-
| [[recstatus-plugin|recstatus]]
| recording status of the recording devices
|-
| [[redbutton-plugin|redbutton]]
| Displays the "redbutton" service from the BBC in the UK
|-
| [[relay-plugin|relay]]
| This plugin drives a solid-state relay
|-
| [[remote-plugin|remote]]
| Support of additional remote controls
|-
| [[remoteosd-plugin|remoteosd]]
| Access mainmenu of a remote VDR
|-
| [[roaster-plugin|roaster]]
| Convert video to mpg, iso, and roast!
|-
| [[rotor-plugin|rotor]]
| Drive the satellite dish rotor
|-
| [[rssreader-plugin|rssreader]]
| Shows RSS Streams on OSD
<!-- S ########################### -->
|-
| colspan="2" style="background-color:#efefef" |


=== S ===
===M===
{{Plugins_begin}}
|-
{{Plugins_item|mailbox|Simple email client|x||}}
| [[safe-plugin|safe]]
{{Plugins_item|markad|advertising scanner, sets cutting marks using [[Markad]]|x|x|}}
| usage of codes for some commands
{{Plugins_item|menuorg|Organize the OSD menu with submenus|x||}}
|-
{{Plugins_item|mldkgui|MLDonkey plugin|||}}
| [[satlist-plugin|satlist]]
{{Plugins_item|mlist|History of all OSD messages|||}}
| provides an editable channel list for each active source in diseqc.conf
{{Plugins_item|mouse mate|Control with Mouse|x||}}
|-
{{Plugins_item|mp3|MP3 player|||}}
| [[savechannel-plugin|savechannel]]
{{Plugins_item|muggle|mp3 database|||}}
| Saves the current channel immediately
{{Plugins_end}}
|-
| [[sc-plugin|sc]]
| Software CAM (Conditional Access Modul)
|-
| [[screenshot-plugin|screenshot]]
| Creates screenshots
|-
| [[serial-plugin|serial]]
| Control VDR through keys connected to the serial interface
|-
| [[serialremote-plugin|serialremote]]
| Control VDR via ir-receivers like UIRT/irman, ir2pc
|-
| [[serled-plugin|serled]]
| ?
|-
| [[setup-plugin|setup]]
| Configures system settings / VDR menus
|-
| [[showrecinfo-plugin|showrecinfo]]
| Detailed infos about recordings
|-
| [[sked-plugin|sked]]
| A OSD editor
|-
| [[skinclassic-plugin|skinclassic]]
| Classic VDR skin as plugin
|-
| [[skincurses-plugin|skincurses]]
| Skin for the console
|-
| [[skinelchi-plugin|skinelchi]]
| Elchi skin as plugin
|-
| [[skinnotrans-plugin|skinnotrans]]
| Transparent [[OSD]], e.g. for [[softdevice-plugin|softdevice]]
|-
| [[skinsoppalusikka-plugin|skinsoppalusikka]]
| Soppalusikka skin as plugin
|-
| [[skinreel-plugin|skinreel]]
| ReelBox skin as plugin
|-
| [[sky-plugin|sky]]
| mpeg2 encoder plugin (auch als "dummy" input)
|-
| [[sleeptimer-plugin|sleeptimer]]
| Runs commands/shutdown with "countdown" timer
|-
| [[snapshot-plugin|snapshot]]
| Creates screenshots
|-
| [[softdevice-plugin|softdevice]]
| [[Framebuffer]] as output device
|-
| [[softdevice2net-plugin|softdevice2net]]
| Use the network output device instead of the [[framebuffer]]
|-
| [[softieee1394-plugin|softieee1394]]
|
|-
| [[softmpeg-plugin|softmpeg]]
| ?
|-
| [[softplay-plugin|softplay]]
| playing media files with softdevice-plugin
|-
| [[solitaire-plugin|solitaire]]
| Solitaire card game
|-
| [[soundtest-plugin|soundtest]]
| Sound spectrum analyser plugin
|-
| [[spider-plugin|spider]]
| Card game
|-
| [[statusandquestion-plugin|statusandquestion]]
| Extension of the [[Svdrp|SVDRP]] protocol
|-
| [[statusbits-plugin|statusbits]]
| ?
|-
| [[statusleds-plugin|statusleds]]
| Use the LED's of the keyboard
|-
| [[streamdev-plugin|streamdev]]
| Streaming Server/Client
|-
| [[streamplayer-plugin|streamplayer]]
| Video Stream Player
|-
| [[submenu-plugin|submenu]]
| Creation of submenus in VDR for everything
|-
| [[subtitles-plugin|subtitles]]
| DVB subtitles decoder
|-
| [[sudoku-plugin|sudoku]]
| Generate and solve Number Place puzzles
|-
| [[surfer-plugin|surfer]]
| News Browser
|-
| [[suspendoutput-plugin|suspendoutput]]
| background picture for radio stations
|-
| [[svdrppara-plugin|svdrppara]]
| ?
|-
| [[svdrpservice-plugin|svdrpservice]]
| Simple access to [[Svdrp]] servers for other local plugins
|-
| [[sysinfo-plugin|sysinfo]]
| System informationen via [[OSD]]
<!-- T ########################### -->
|-
| colspan="2" style="background-color:#efefef" |


=== T ===
===N===
{{Plugins_begin}}
|-
{{Plugins_item|neutrinoepg|Displays the EPG information in the classic Neutrino look|x|x|}}
| [[taste-plugin|taste]]
{{Plugins_item|noepg|EPG for some channels block / allow|x||}}
| Disable specific broadcasts after keywords
{{Plugins_end}}
|-
| [[text2skin-plugin|text2skin]]
| A loader for OSD skins
|-
| [[timeline-plugin|timeline]]
| Shows collisions of programmed timers
|-
| [[transfron-plugin|transfron]]
| Frontend for transcode/MPEG4IP
|-
| [[trayopen-plugin|trayopen]]
| To open the CD/DVD Tray
|-
| [[ttxtsubs-plugin|ttxtsubs]]
| Teletext subtitles
|-
| [[tvonscreen-plugin|tvonscreen]]
| TV-OnScreen [[EPG]] viewer
|-
| [[tvtv-plugin|tvtv]]
| TVTV via OSD
<!-- U ########################### -->
|-
| colspan="2" style="background-color:#efefef" |


=== U ===
===O===
{{Plugins_begin}}
|-
{{Plugins_item|osdadjust|OSD adjust size and position on the screen|||}}
| [[umsadmin-plugin|umsadmin]]
{{Plugins_item|osddemo|Demo plug-in for use of the VDR OSD|x||}}
| Plugin for the CapiSuite
{{Plugins_item|osdpip|a TV image of another transmitter Show.|x||}}
|-
{{Plugins_item|osdserver|OSD access via TCP / IP for other programs|x||}}
| [[undelete-plugin|undelete]]
{{Plugins_item|osdteletext|Teletext via OSD|x|x|}}
| Recovery of recordings marked for deletion
{{Plugins_item|otv4vdr|TPS EPG Import|||}}
|-
{{Plugins_end}}
| [[usbremote-plugin|usbremote]]
| Remote Plugin for Plug-USB (AVR)
|-
| [[useractivity-plugin|useractivity]]
| Prevents shutdown if there are active X or terminal users.
<!-- V ########################### -->
|-
| colspan="2" style="background-color:#efefef" |


=== V ===
===P===
{{Plugins_begin}}
|-
{{Plugins_item|peer|Edit timers on VDRs, and access to the OSD|x|x|}}
| [[vbox-plugin|vbox]]
{{Plugins_item|permashift|Plugin for permanent timeshift|x|x|}}
| Frontend for the VBox answering machine
{{Plugins_item|pin|Parental control for VDR|||}}
|-
{{Plugins_item|play|Mplayer plugin for VDR and X11|||}}
| [[vcd-plugin|vcd]]
{{Plugins_item|playlist|Using playlists for video recording|||}}
| S/VCD Player
{{Plugins_item|premiereepg|premiereepg2vdr as a plugin|x||}}
|-
{{Plugins_item|pvr350|TV image on a Hauppauge PVR 350|x||}}
| [[vdr2qiv-plugin|vdr2qiv]]
{{Plugins_item|pvrinput|Use analog TV card|x||}}
| Control an external image viewer using your remote
{{Plugins_end}}
|-
| [[vdrcd-plugin|vdrcd]]
| AutoPlay function
|-
| [[vdrconvert-plugin|vdrconvert]]
| ?
|-
| [[vdricq-plugin|vdricq]]
| ICQ Client
|-
| [[vdrrip-plugin|vdrrip]]
| Movie encoder
|-
| [[videosystem-plugin|videosystem]]
| Changes the OSD-Settings dependent on the current video-system
|-
| [[viewer-plugin|viewer]]
| Show system logs via OSD
|-
| [[vod-plugin|vod]]
| Video on Demand
|-
| [[vompserver-plugin|vompserver]]
| Media MVP connection
<!-- W ########################### -->
|-
| colspan="2" style="background-color:#efefef" |


=== W ===
===Q===
{{Plugins_begin}}
|-
{{Plugins_end}}
| [[wapd-plugin|wapd]]
| Remote control through WAP
|-
| [[weatherng-plugin|weatherng]]
| weather information via internet
|-
| [[webvideo-plugin|webvideo]]
| download videos from video sharing websites
<!-- X ########################### -->
|-
| colspan="2" style="background-color:#efefef" |
=== X ===
|-
| [[x10-plugin|x10]]
| control of x10 devices
|-
| [[x11out-plugin|x11out]]
| X11 over DVB
|-
| [[xine-plugin|xine]]
| Use VDR on any desktop and with budget-cards (cards without an own mpeg-decoder)
|-
| [[xineliboutput-plugin|xineliboutput]]
| X11 frontend for VDR
|-
| [[xms-plugins|xms]]
| Media management
|-
| [[xxvautotimer-plugin|xxvautotimer]]
| editing xxv auto timer via OSD
<!-- Y ########################### -->
|-
| colspan="2" style="background-color:#efefef" |
=== Y ===
|-
| [[yaepg-plugin|yaepg]]
| shows EPG data
|-
| [[yascreenshot-plugins|yascreenshot]]
| ?
<!-- Z ########################### -->
|-
| colspan="2" style="background-color:#efefef" |
=== Z ===
|-
| [[zaphistory-plugins|zaphistory]]
| zapping history
|-
| [[zoom-plugin|zoom]]
| zoom your video in and out and change aspect ratio.
|}


===R===
__NOTOC__
{{Plugins_begin}}
{{Plugins_item|radio|Background image for radio stations, as well as RDS text|x|x|}}
{{Plugins_item|remote|Support of remote controls ("/dev/input/x")|x|x|x}}
{{Plugins_item|remoteosd|Access to the main menu of another VDR|x|x|}}
{{Plugins_item|remotetimers|Timer management in Client-/Server-Struktur|x|x|}}
{{Plugins_item|restfulapi|Provides a RESTful API to access VDR data ready|x|x|}}
{{Plugins_item|ripit|Ripping of audio CDs|x||}}
{{Plugins_item|rotor|Controls satellite dish rotor|||}}
{{Plugins_item|rotorng|Controls satellite dish rotor|||}}
{{Plugins_item|rssreader|show RSS news feeds|x||}}
{{Plugins_end}}


===S===
==Plugins for demonstration purposes==
{{Plugins_begin}}
{| width="100%" class="wikitable"
{{Plugins_item|sc|Software Conditional Access Module|x|x|}}
|-
{{Plugins_item|scheduler|control external tasks with VDR|||}}
! Plugin
{{Plugins_item|screenshot|Makes Screenshots|||}}
! Description
{{Plugins_item|scripting|VDR connect with Ruby|||}}
|-
{{Plugins_item|seduatmo|AtmoLight for SEDU based controller|||}}
| [[ditherndemo-plugin|ditherndemo]]
{{Plugins_item|setup|Edit system settings and VDR-menus|||}}
| ?
{{Plugins_item|sked|SoftCam.Key EDitor|||}}
|-
{{Plugins_item|skincurses|Skin for the console|x||}}
| [[epgsearchclient-plugin|epgsearchclient]]
{{Plugins_item|skinelchi|Elchi patch as a plugin|x|x|}}
| ?
{{Plugins_item|skinflat|a simple and slim skin for VDR||x|}}
|-
{{Plugins_item|skinenigmang|D-Box Enigma skin|x|x|}}
| [[femonclient-plugin|femonclient]]
{{Plugins_item|skinnOpacity|True Color skin for HD VDRs||x|}}
| ?
{{Plugins_item|skinpearlhd|PearlHD the skin as a native plugin|||}}
|-
{{Plugins_item|skinsoppalusikka|Elchi-skin as a plugin|x||}}
| [[hello-plugin|hello]]
{{Plugins_item|SkySelectFeeds|Multifeed option of "Sky Select"|x||}}
| A simple 'hello' plugin
{{Plugins_item|sleeptimer|countdown counter for tasks/shutdown|x|x|}}
|-
{{Plugins_item|smarttvweb|Recordings and live TV on SmartTVs/-phones|x||}}
| [[osddemo-plugin|osddemo]]
{{Plugins_item|sndctl|Sound Mixer control|x||}}
| Demonstrates the On-Screen-Display
{{Plugins_item|softhddevice|HDTV output plugin for VDR with GPU support.|x|x|}}
|-
{{Plugins_item|Solarstorm|multi-channel TV backlight|x||}}
| [[osdtest256-plugin|osdtest256]]
{{Plugins_item|span|provides audio FFT data available|||}}
| Test plugin for a 4MB modded DVB card
{{Plugins_item|spider|the spider game|||}}
|-
{{Plugins_item|sportng|Soccer game results|||}}
| [[rtextdemo-plugin|rtextdemo]]
{{Plugins_item|streamdev|Streaming-Server/Client|x|x|}}
| ?
{{Plugins_item|streamplayer|Plays video streams|||}}
|-
{{Plugins_item|sudoku|Generate and solve Number Place puzzles|||}}
| [[servicedemo-plugin|servicedemo]]
{{Plugins_item|suspendoutput|black background|||}}
| ?
{{Plugins_item|svdrposd|OSD menu via SVDRP||x|}}
|-
{{Plugins_item|svdrpservice|Interface for access to SVDRP server||x|}}
| [[status-plugin|status]]
{{Plugins_item|systeminfo|System information via OSD|x|x|}}
| [[OSD]] status
{{Plugins_end}}
|-
| [[svdrpdemo-plugin|svdrpdemo]]
| ?
|}


===T===
{{Plugins_begin}}
{{Plugins_item|targavfd|Control Futaba Dot-Matrix Display|x|x|}}
{{Plugins_item|text2skin|An interpreter for xml-based skins|x|x|}}
{{Plugins_item|timeline|Displays collisions programmed timer|||}}
{{Plugins_item|TVGuide|a 2D EPG Viewer manner of a TV magazine|x|x|}}
{{Plugins_item|tvtv|TvTv in OSD|||}}
{{Plugins_end}}


===U===
==Unmaintained plugins==
{{Plugins_begin}}
{| width="100%" class="wikitable"
{{Plugins_item|uactivity|Starts shell scripts for changes in user activity|x||}}
|-
{{Plugins_item|undelete|Recovery of deleted recordings||x|}}
! Plugin
{{Plugins_item|upnp|via UPnP AV access to VDR|x|x|}}
! Successor
{{Plugins_end}}
|-

| [[audiocd-plugin|audiocd]]
===V===
| [[cdda-plugin|cdda]]
{{Plugins_begin}}
|-
{{Plugins_item|vdrmanager|VDR control via Android|x||}}
| [[browser-plugin|browser]]
{{Plugins_item|vdrrip|Movie Encoder|x||}}
| [[surfer-plugin|surfer]]
{{Plugins_item|vdrtva|TV-Anytime ( Accurate Recording and Series Link )|x|x|}}
|-
{{Plugins_item|vodcatcher|Video_on_Demand|||}}
| [[gngb2vdr-plugin|gngb2vdr]]
{{Plugins_item|vompserver|VDR as Hauppauge MediaMVP server||x|}}
| [[gbc-plugin|gbc]]
{{Plugins_item|vnsi-server|VDR-Network-Streaming-Interface|x|x|}}
|-
{{Plugins_end}}
| [[telecable-plugin|telecable]]

|
===W===
|-
{{Plugins_begin}}
| [[teletext-plugin|teletext]]
{{Plugins_item|webvideo|Loading videos from the internet|x||}}
| [[osdteletext-plugin|osdteletext]]
{{Plugins_item|wirbelscan|a Channel Scanner for digital and analogue TV|x|x|}}
|-
{{Plugins_item|wirbelscancontrol|a main menu for [[wirbelscan-plugin]]|x||}}
| [[vdrc-plugin|vdrc]]
{{Plugins_end}}
| [[filebrowser-plugin|filebrowser]]

|-
===X===
| [[vdrmail-plugin|vdrmail]]
{{Plugins_begin}}
| [[mailbox-plugin|mailbox]]
{{Plugins_item|xineliboutput|a libxine based VDR output device|x|x|}}
|-
{{Plugins_item|xmame|Start Xmame games within the VDR|x||}}
| [[vdrrec-plugin|vdrrec]]
{{Plugins_item|xmltv2vdr|Import EPG data into VDR|x|x|}}
| plays VDR recordings from DVD/CD
{{Plugins_end}}
|-

| [[weather-plugin|weather]]
===Y===
| [[weatherng-plugin|weatherng]]
{{Plugins_begin}}
|-
{{Plugins_item|yaepg|Electronic Program Guide|||}}
| [[xvxine-plugin|xvxine]]
{{Plugins_item|yaepghd|Electronic Program Guide|x|x|}}
| [[xine-plugin|xine]]
{{Plugins_item|yacoto|Converts recordings to other formats|||}}
{{Plugins_end}}

===Z===
{{Plugins_begin}}
{{Plugins_item|zaphistory|List of recently-watched programs with statistics|x|x|}}
{{Plugins_item|zappilot|Show EPG without channel switching|||}}

<!-- END OF TABLE. DO NOT TOUCH. -->
|}
|}


==See also==
# [[List of outdated Plugins]]
# [[Plugins_by_topic]]
# [[Hints for plugin developers]]


==Links==
==Links==
# {{mirror 1|}}
{|

| [1]
| http://www.tvdr.de/plugins.htm
| Plugin list on the VDR homepage
|-
| [2]
| http://deela.cc.fh-lippe.de/files
| Download Archiv
|-
| [3]
| http://vdr.bluox.org/download
| Download Archiv
|}


[[Category:Plugins]]
[[Category:Plugins]]

{{i18n|Plugins}}
{{i18n|Plugins}}



Revision as of 14:10, 3 December 2013

Description

A Plugin is a program extension of VDR, which can be reloaded as a library at runtime of the program.

A plugin only needs to be recompiled if the plugin interface API version has changed in VDR. Some plugins are dependent on additional VDR patches in order to achieve the desired function.

Installation

Liste

Info
Info

Plugins last updated before VDR-1.7.0, can to be found in the List of outdated Plugins.
Most likely that list here is not up-to-date, you may want to search on the German wiki for newer informations.


Table of Contents: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

A

Plugin Description 1.7.x 2.0.x 2.1.x
ac3mode Indicates the number of audio channels (eg 5.1) x
actuator Control of a satellite dish rotor via parallel port x
admin Starting / stopping services, editing configuration files x
alcd Text output on Activy LC displays x
arghdirector Usage of Sky MultiFeed channels, Fork of Director-plugin x
atscepg shows ATSC (North America) EPG x
autostart Start tasks when you insert removable media x
audiorecorder Automatically records radio channels with matching title x

B

Plugin Description 1.7.x 2.0.x 2.1.x
beep Audible messages via internal PC speaker x
bgprocess Progress indicator for external programs, controlled by SVDRP x x
block EPG background scan for unwanted TV events x
bluray A simple BluRay player.
burn Burn movies to DVD x

C

Plugin Description 1.7.x 2.0.x 2.1.x
cdplayer Play Audio CDs x x
chanman Select/Change channel list via OSD x x
channelblocker Administrate blocked channels for channel block patch
channellists Switch channel lists via OSD
cinebars Creates virtual cine bars x x x
control OSD output on Telnet terminal x
cpumon Displays CPU usage x

D

Plugin Description 1.7.x 2.0.x 2.1.x
dbus2vdr Control VDR via D-Bus x x
Deluxe Store DeluxeMusic TV shows x
devstatus Display DVB device status (incl. running records) x x x
dummydevice Dummy output device x
dvbhddevice Output Device plugin for TT S2-6400 DVB card x x x
dvd A DVD player x x x
dvdswitch Plays DVD Images x
dynamite "Plug'n'play" of DVB receivers x

E

Plugin Description 1.7.x 2.0.x 2.1.x
eepg Extended EPG import x x
epgfixer Processing of EPG content with RegExp x x
epgsearch Advanced EPG search and automatic creation of timers x x
epgsync imported EPG of an other VDR via SVDRP x x
exec integrated timer for actions / shell commands in VDR x
externalplayer use external programs as player x x
extrecmenu advanced recording menu x x

F

Plugin Description 1.7.x 2.0.x 2.1.x
favorites List of favorite channels x
femon Display of signal information of a DVB card x x x
fepg Tabular EPG index x
ffnetdev An output plugin via network x
filebrowser File Manager x x
fritzbox ISDN telephone call manager x x

G

Plugin Description 1.7.x 2.0.x 2.1.x
gbc GameBoy - Emulator x
graphlcd Output information on graphical LCDs x x
graphtft Output information on TFTs x

B

Plugin Description 1.7.x 2.0.x 2.1.x
hattrick A match viewer for the online browser game Hattrick
hello A simple 'hello' sample plugin x
history Maintains a history of played recordings and files.

I

Plugin Description 1.7.x 2.0.x 2.1.x
inputdev Reads input events from /dev/input/eventX (KBD, IR, mouse)
imonlcd Output information on imonLCD. x x
infosatepg Loading EPG data via satellite
iptv Use IPTV in VDR x

J

Plugin Description 1.7.x 2.0.x 2.1.x

K

Plugin Description 1.7.x 2.0.x 2.1.x
karaoke Karaoke
kvdrmon one KDE auxiliary plug-in for kvdrmon

L

Plugin Description 1.7.x 2.0.x 2.1.x
lastfm Playing Last.fm music
lcdproc Output information on LCDs
lcr a telephone least cost Manager
lightpack Access to Lightpack/Prismatic software from VDR x x
lircrc Native LIRC support
live Live Interactive VDR Environment x x
loadepg Import of Canal+ EPG data

M

Plugin Description 1.7.x 2.0.x 2.1.x
mailbox Simple email client x
markad advertising scanner, sets cutting marks using Markad x x
menuorg Organize the OSD menu with submenus x
mldkgui MLDonkey plugin
mlist History of all OSD messages
mouse mate Control with Mouse x
mp3 MP3 player
muggle mp3 database

N

Plugin Description 1.7.x 2.0.x 2.1.x
neutrinoepg Displays the EPG information in the classic Neutrino look x x
noepg EPG for some channels block / allow x

O

Plugin Description 1.7.x 2.0.x 2.1.x
osdadjust OSD adjust size and position on the screen
osddemo Demo plug-in for use of the VDR OSD x
osdpip a TV image of another transmitter Show. x
osdserver OSD access via TCP / IP for other programs x
osdteletext Teletext via OSD x x
otv4vdr TPS EPG Import

P

Plugin Description 1.7.x 2.0.x 2.1.x
peer Edit timers on VDRs, and access to the OSD x x
permashift Plugin for permanent timeshift x x
pin Parental control for VDR
play Mplayer plugin for VDR and X11
playlist Using playlists for video recording
premiereepg premiereepg2vdr as a plugin x
pvr350 TV image on a Hauppauge PVR 350 x
pvrinput Use analog TV card x

Q

Plugin Description 1.7.x 2.0.x 2.1.x

R

Plugin Description 1.7.x 2.0.x 2.1.x
radio Background image for radio stations, as well as RDS text x x
remote Support of remote controls ("/dev/input/x") x x x
remoteosd Access to the main menu of another VDR x x
remotetimers Timer management in Client-/Server-Struktur x x
restfulapi Provides a RESTful API to access VDR data ready x x
ripit Ripping of audio CDs x
rotor Controls satellite dish rotor
rotorng Controls satellite dish rotor
rssreader show RSS news feeds x

S

Plugin Description 1.7.x 2.0.x 2.1.x
sc Software Conditional Access Module x x
scheduler control external tasks with VDR
screenshot Makes Screenshots
scripting VDR connect with Ruby
seduatmo AtmoLight for SEDU based controller
setup Edit system settings and VDR-menus
sked SoftCam.Key EDitor
skincurses Skin for the console x
skinelchi Elchi patch as a plugin x x
skinflat a simple and slim skin for VDR x
skinenigmang D-Box Enigma skin x x
skinnOpacity True Color skin for HD VDRs x
skinpearlhd PearlHD the skin as a native plugin
skinsoppalusikka Elchi-skin as a plugin x
SkySelectFeeds Multifeed option of "Sky Select" x
sleeptimer countdown counter for tasks/shutdown x x
smarttvweb Recordings and live TV on SmartTVs/-phones x
sndctl Sound Mixer control x
softhddevice HDTV output plugin for VDR with GPU support. x x
Solarstorm multi-channel TV backlight x
span provides audio FFT data available
spider the spider game
sportng Soccer game results
streamdev Streaming-Server/Client x x
streamplayer Plays video streams
sudoku Generate and solve Number Place puzzles
suspendoutput black background
svdrposd OSD menu via SVDRP x
svdrpservice Interface for access to SVDRP server x
systeminfo System information via OSD x x

T

Plugin Description 1.7.x 2.0.x 2.1.x
targavfd Control Futaba Dot-Matrix Display x x
text2skin An interpreter for xml-based skins x x
timeline Displays collisions programmed timer
TVGuide a 2D EPG Viewer manner of a TV magazine x x
tvtv TvTv in OSD

U

Plugin Description 1.7.x 2.0.x 2.1.x
uactivity Starts shell scripts for changes in user activity x
undelete Recovery of deleted recordings x
upnp via UPnP AV access to VDR x x

V

Plugin Description 1.7.x 2.0.x 2.1.x
vdrmanager VDR control via Android x
vdrrip Movie Encoder x
vdrtva TV-Anytime ( Accurate Recording and Series Link ) x x
vodcatcher Video_on_Demand
vompserver VDR as Hauppauge MediaMVP server x
vnsi-server VDR-Network-Streaming-Interface x x

W

Plugin Description 1.7.x 2.0.x 2.1.x
webvideo Loading videos from the internet x
wirbelscan a Channel Scanner for digital and analogue TV x x
wirbelscancontrol a main menu for wirbelscan-plugin x

X

Plugin Description 1.7.x 2.0.x 2.1.x
xineliboutput a libxine based VDR output device x x
xmame Start Xmame games within the VDR x
xmltv2vdr Import EPG data into VDR x x

Y

Plugin Description 1.7.x 2.0.x 2.1.x
yaepg Electronic Program Guide
yaepghd Electronic Program Guide x x
yacoto Converts recordings to other formats

Z

Plugin Description 1.7.x 2.0.x 2.1.x
zaphistory List of recently-watched programs with statistics x x
zappilot Show EPG without channel switching

See also

  1. List of outdated Plugins
  2. Plugins_by_topic
  3. Hints for plugin developers

Links

  1. Mirror