Filebrowser-plugin
Aus VDR Wiki
(Unterschied zwischen Versionen)
| Zeile 29: | Zeile 29: | ||
<!-- ==Probleme== --> | <!-- ==Probleme== --> | ||
<!-- ==Tipps== --> | <!-- ==Tipps== --> | ||
| − | + | ||
| + | ==Wunschliste== | ||
| + | * Internationalisierung der [[filebrowser-commands.conf|filebrowser.conf]] + order.conf, wie beim [[epgsearch-plugin]] | ||
| + | |||
| + | {{Box Datei|../epgsearch-0.9.7/MANUAL| | ||
| + | <pre> | ||
| + | .... | ||
| + | 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. | ||
| + | .... | ||
| + | </pre> | ||
| + | }} | ||
| + | |||
<!-- ==Snaphot== --> | <!-- ==Snaphot== --> | ||
Version vom 14. November 2005, 15:42 Uhr
Inhaltsverzeichnis |
Beschreibung
Autor: Holger Brunn
Bilder
Patches
- vdr >= 1.3.36 http://gentoo.fh-luh.de/files/vdrplugin-filebrowser
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 |