mirror of
https://projects.vdr-developer.org/git/vdr-plugin-tvguide.git
synced 2023-10-05 15:01:48 +02:00
Correct plugin options in README and CommandLineHelp
This commit is contained in:
parent
b484f6cfc1
commit
1c99501776
4
README
4
README
@ -44,13 +44,13 @@ After "normal" Plugin installation you have to care about the paths for the
|
|||||||
used Icons, the channel logos and epg images. The following paths can be set
|
used Icons, the channel logos and epg images. The following paths can be set
|
||||||
at startup:
|
at startup:
|
||||||
|
|
||||||
-l path, --logodir=path
|
-l path, --logopath=path
|
||||||
Path to the logos (Default: <ResourceDirectory>/plugins/tvguide/channellogos/).
|
Path to the logos (Default: <ResourceDirectory>/plugins/tvguide/channellogos/).
|
||||||
|
|
||||||
-e path, --epgimages=path
|
-e path, --epgimages=path
|
||||||
Path to the epgimages (Default: <CacheDirectory>/plugins/tvguide/epgimages/).
|
Path to the epgimages (Default: <CacheDirectory>/plugins/tvguide/epgimages/).
|
||||||
|
|
||||||
-i path, --icons=path
|
-i path, --iconpath=path
|
||||||
Path to the icons directory (Default: <ResourceDirectory>/plugins/tvguide/epgimages/).
|
Path to the icons directory (Default: <ResourceDirectory>/plugins/tvguide/epgimages/).
|
||||||
|
|
||||||
<ResourceDirectory> and <CacheDirectory> is taken from your VDR configuration
|
<ResourceDirectory> and <CacheDirectory> is taken from your VDR configuration
|
||||||
|
@ -63,8 +63,8 @@ cPluginTvguide::~cPluginTvguide() {
|
|||||||
const char *cPluginTvguide::CommandLineHelp(void) {
|
const char *cPluginTvguide::CommandLineHelp(void) {
|
||||||
return
|
return
|
||||||
" -e <IMAGESDIR>, --epgimages=<IMAGESDIR> Set directory where epgimages are stored.\n"
|
" -e <IMAGESDIR>, --epgimages=<IMAGESDIR> Set directory where epgimages are stored.\n"
|
||||||
" -i <ICONDIR>, --icons=<ICONDIR> Set directory where icons are stored.\n"
|
" -i <ICONDIR>, --iconpath=<ICONDIR> Set directory where icons are stored.\n"
|
||||||
" -l <LOGODIR>, --logodir=<LOGODIR> Set directory where logos are stored.\n";
|
" -l <LOGODIR>, --logopath=<LOGODIR> Set directory where logos are stored.\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
bool cPluginTvguide::ProcessArgs(int argc, char *argv[]) {
|
bool cPluginTvguide::ProcessArgs(int argc, char *argv[]) {
|
||||||
|
Loading…
Reference in New Issue
Block a user