diff options
| author | louis <louis.braun@gmx.de> | 2015-05-22 13:34:23 +0200 |
|---|---|---|
| committer | louis <louis.braun@gmx.de> | 2015-05-22 13:34:23 +0200 |
| commit | f483aef4a85e9451e2e348541d981b31b5af51d3 (patch) | |
| tree | 5461b80a8209b285066de0ead30c1e81bdfd6f58 /README | |
| parent | f9278c805a8d9ff911673b6e635b80e3374db63d (diff) | |
| download | vdr-plugin-skindesigner-f483aef4a85e9451e2e348541d981b31b5af51d3.tar.gz vdr-plugin-skindesigner-f483aef4a85e9451e2e348541d981b31b5af51d3.tar.bz2 | |
implemented skininstaller config file
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 |
