Director-plugin: Difference between revisions

From VDR Wiki
Jump to navigation Jump to search
m (rearranged)
(→‎Links: merge -> internationalization)
(One intermediate revision by one other user not shown)
Line 30: Line 30:
===Patches===
===Patches===
There is a patch for VDR that is necessary
There is a patch for VDR that is necessary
cd $SOURCEDIR/VDR
<pre>
patch -p1 < PLUGINS/src/director/vdr-director.diff
cd $SOURCEDIR/VDR

patch -p1 < PLUGINS/src/director/vdr-director.diff
</pre>
after this VDR has to be recompiled (see VDR installation).
after this VDR has to be recompiled (see VDR installation).


Line 47: Line 46:
[[Category:Plugins]]
[[Category:Plugins]]


{{i18n|director-plugin}}
<!-- Link to german wiki page -->
[[de:Director-plugin]]

Revision as of 11:04, 13 March 2006

Description

Screenshot

With the director plugin it is possible to use the multifeed channels of Premiere. Therefor one selects Direkt and starts the plugin. Then the keys left/right/up/down can be used to choose between the starting times. But this only functions if the channels (D1 ... D2 ...) are already recognised by VDR. The plugin does no channel searching.

Handling

Key Description
Up/Right Switch one multifeed channel up
Down/Left Switch one multifeed channel down
1...9 Switch directly to channel ...
0 Toggle between the last two channels
OK Show/Hide OSD

Hardware requirements

Software requirements

  • VDR 1.3.x

Installation

See plugin installation.

Patches

There is a patch for VDR that is necessary

cd $SOURCEDIR/VDR
patch -p1 < PLUGINS/src/director/vdr-director.diff

after this VDR has to be recompiled (see VDR installation).

Problems

Links

[1] http://www.wontorra.net/staticpages/index.php?page=director Plugin homepage