Externalplayer-plugin: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Externalplayer can launch external programs while vdr is still running.") |
No edit summary |
||
Line 1: | Line 1: | ||
==Description== |
|||
Externalplayer can launch external programs while vdr is still running. |
|||
'''Author:''' Felix Hädicke |
|||
Use external media players in VDR, i.e.: |
|||
* [http://dxr3player.sourceforge.net dxr3player] |
|||
* [http://mms.sunsite.dk mmsv2] |
|||
* [http://oxine.sourceforge.net oxine] |
|||
===Status=== |
|||
Last Update 04/2013 |
|||
==Configuration== |
|||
mkdir -p [[Struktur|$VDRCONFIG]]/plugins/externalplayer |
|||
cp [[Struktur|$SOURCEDIR]]/VDR/PLUGINS/src/externalplayer/examples/[[externalplayer.conf]] [[Struktur|$VDRCONFIG]]/plugins/externalplayer |
|||
===Parameters=== |
|||
{| class="wikitable" |
|||
|- |
|||
!Parameter (short) |
|||
!Parameter (long) |
|||
!Description |
|||
|- |
|||
| -C ''<DATEI>'' || --config=''<FILE>'' || Path to config file |
|||
|} |
|||
===[[SVDRP]] commands=== |
|||
The plugin supports the SVDRP interface: |
|||
svdrpsend.pl plug externalplayer [command] |
|||
{| class="wikitable" |
|||
|- |
|||
!Command |
|||
!Description |
|||
|- |
|||
| EXEC <nr> || run entry <nr>. If number is not given, the first entry is started. |
|||
|- |
|||
| LIST || Lists all entries. |
|||
|} |
|||
===Mercurial Repository=== |
|||
# [http://hg.uli-eckhardt.de/externalplayer Externalplayer Repository] |
|||
<pre>hg clone http://hg.uli-eckhardt.de/externalplayer</pre> |
|||
==Current Version== |
|||
# [http://www.uli-eckhardt.de/vdr/download/vdr-externalplayer-0.3.2.tgz Version 0.3.2] |
|||
==Links== |
|||
# [http://www.uli-eckhardt.de/vdr/external.de.shtml Plugins Homepage] |
|||
[[Category:Plugins]] |
|||
[[Category:Mediaplayer-Plugins]] |
|||
{{i18n|externalplayer-plugin}} |
Latest revision as of 17:59, 8 December 2013
Description
Author: Felix Hädicke
Use external media players in VDR, i.e.:
Status
Last Update 04/2013
Configuration
mkdir -p $VDRCONFIG/plugins/externalplayer cp $SOURCEDIR/VDR/PLUGINS/src/externalplayer/examples/externalplayer.conf $VDRCONFIG/plugins/externalplayer
Parameters
Parameter (short) | Parameter (long) | Description |
---|---|---|
-C <DATEI> | --config=<FILE> | Path to config file |
SVDRP commands
The plugin supports the SVDRP interface:
svdrpsend.pl plug externalplayer [command]
Command | Description |
---|---|
EXEC <nr> | run entry <nr>. If number is not given, the first entry is started. |
LIST | Lists all entries. |
Mercurial Repository
hg clone http://hg.uli-eckhardt.de/externalplayer