diff options
| -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 |
