mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 15:58:31 +00:00
implemented skininstaller config file
This commit is contained in:
11
README
11
README
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user