diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -65,7 +65,12 @@ After installation you have to care about the paths for the XML skins and epg im The following paths can be set at startup: -s <SKINPATH>, --skinpath=<SKINPATH> - Path to the XML skins (Default: <ResourceDirectory>/plugins/skindesigner/skins/) + Path where XML skins get installed by "make install" or by package manager + (Default: <ResourceDirectory>/plugins/skindesigner/skins/) + +-i <INSTALLERPATH>, --installerpath=<INSTALLERPATH> + Path where XML skins are installed by the Skindesigner Installer + (Default: <ConfigDirectory>/plugins/skindesigner/installerskins/) -l <LOGOPATH>, --logopath=<LOGOPATH> Path to common logo set for all skins (Default: <ResourceDirectory>/plugins/skindesigner/logos/) @@ -73,11 +78,11 @@ The following paths can be set at startup: -e path, --epgimages=path Path to the epgimages (Default: <CacheDirectory>/epgimages/) -ResourceDirectory and CacheDirectory are taken from your VDR configuration +ResourceDirectory, ConfigDirectory and CacheDirectory are taken from your VDR configuration (make.config or vdr.pc). During a "make install" the included skins are automatically copied from -<SkinSourceDirectory>/skins/ to the configured path. +<SkinSourceDirectory>/skins/ to the configured skin path. For S2-6400 Users: Disable High Level OSD, otherwise the plugin will not be loaded because lack of true color support |