Filebrowser-plugin
Aus VDR Wiki
(Unterschied zwischen Versionen)
(→Patches: M) |
(done) |
||
| Zeile 12: | Zeile 12: | ||
<!-- ==Installation== --> | <!-- ==Installation== --> | ||
<!-- ==Optionen== --> | <!-- ==Optionen== --> | ||
| − | + | <!-- ==Patches== --> | |
| − | ==Patches== | + | |
| − | + | ||
==Konfiguration== | ==Konfiguration== | ||
Version vom 29. November 2005, 16:49 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
Wunschliste
- Internationalisierung der filebrowser.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 |