Filebrowser-plugin
Aus VDR Wiki
(Unterschied zwischen Versionen)
(→Wunschliste) |
(open ==Tipps==) |
||
| Zeile 26: | Zeile 26: | ||
<!-- ==Bedienung== --> | <!-- ==Bedienung== --> | ||
<!-- ==Probleme== --> | <!-- ==Probleme== --> | ||
| − | + | ||
| + | ==Tipps== | ||
==Wunschliste== | ==Wunschliste== | ||
Version vom 16. Dezember 2005, 09:17 Uhr
Inhaltsverzeichnis |
Beschreibung
Autor: Holger Brunn
Bilder
Konfiguration
Es wird davon ausgegangen, das das Plugin bereits entpackt und verlinkt wurde, siehe Plugin Installation.
cd $SOURCEDIR/VDR patch < PLUGINS/src/filebrowser/patches/vdr-menuitems-protected-members.diff cp -Rv PLUGINS/src/filebrowser/examples/filebrowser /etc/vdr/plugins #cp -v PLUGINS/src/filebrowser/examples/scripts/* /usr/local/bin
Tipps
Wunschliste
- Internationalisierung der commands.conf + order.conf, wie beim epgsearch-plugin
....
If you like to have a language dependent list of commands simply
translate your present epgsearchcmds.conf to your prefered OSD
language and store it with the filename epgsearchcmds-XXX.conf, where
XXX is the language code from i18n.c:
{ "eng,dos",
"deu,ger",
"slv",
"ita",
"dut,nla,nld",
"por",
"fra,fre",
"nor",
"fin,smi",
"pol",
"esl,spa",
"ell,gre",
"sve,swe",
"rom,rum",
"hun",
"cat,cln",
"rus",
"hrv",
"est",
"dan",
}
If there are more codes for one language (e.g. "deu,ger") choose
one of them. If there is no language dependent file, epgsearch loads
the file epgsearchcmds.conf.
....
Links
| [1] | http://www.stud.uni-karlsruhe.de/~uqg8/vdr/filebrowser | Homepage des Plugins |