diff options
author | louis <louis.braun@gmx.de> | 2015-05-31 16:44:50 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2015-05-31 16:44:50 +0200 |
commit | 0f1b71f1a4a83bf9fa0873fd2a1febc30c500b76 (patch) | |
tree | 68e110e3f3a5fde0a1389a7a523c7c86df17306d /README | |
parent | 8adf2522c3e299cb2892b260f4c62cdd65653f98 (diff) | |
download | vdr-plugin-skindesigner-0f1b71f1a4a83bf9fa0873fd2a1febc30c500b76.tar.gz vdr-plugin-skindesigner-0f1b71f1a4a83bf9fa0873fd2a1febc30c500b76.tar.bz2 |
updated READNE
Diffstat (limited to 'README')
-rw-r--r-- | README | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -86,6 +86,17 @@ ResourceDirectory, ConfigDirectory and CacheDirectory are taken from your VDR co During a "make install" the included skins are automatically copied from <SkinSourceDirectory>/skins/ to the configured skin path. +Important: All Skins (both the skins installed by a packet manager or by "make install" and the +skins installed with Skindesigner) need the directory "dtd" accessible one level above the directory +the skin itself is placed. With a "make install" the dtd directory is copied to <ResourceDirectory>/dtd. +If you use a <SKINPATH> different to the default, please add a symlink in the appropriate directory +to <ResourceDirectory>/dtd. +Add this symlink necessarily for the skins installed to <INSTALLERPATH>. If +<INSTALLERPATH> is /var/cache/vdr/plugins/skindesigner/skins for instance, and the dtd directory +is located at /etc/vdr/plugins/skindesigner/dtd, create the following symlink: + +ln -s /etc/vdr/plugins/skindesigner/dtd /var/cache/vdr/plugins/skindesigner/dtd + For S2-6400 Users: Disable High Level OSD, otherwise the plugin will not be loaded because lack of true color support |