Go to file
kamel5 79a95914f0 Version 1.2.18 2022-02-09 13:55:34 +01:00
coreengine Cosmetic changes 2021-12-22 13:26:56 +01:00
dtd Delete asterisk 2021-05-06 10:54:12 +02:00
extensions Fix Incorrect detection of a recording that is currently running 2021-05-04 14:38:52 +02:00
extrecinfo added extented recording information 2014-10-20 17:35:52 +02:00
fonts/VDROpenSans initial commit version 0.0.1 2014-09-27 09:25:14 +02:00
libskindesignerapi Version 1.2.8 2019-06-21 14:10:45 +02:00
patches Eliminate a lock sequence report in vdr-2.4.0_zapcockpit.patch 2020-02-10 11:32:36 +01:00
po Revert "Refresh imgCache if OsdProvider was changed (simple fix)" 2020-12-11 17:43:16 +01:00
scripts improved vdrstats.default script 2016-04-30 18:01:27 +02:00
services Update services/epgtimer.h 2020-07-15 13:21:38 +02:00
skins Update Skin estuary4vdr 2021-05-31 15:56:29 +02:00
skinskeleton Add token errors for recordings (VDR >= 2.5.4) 2021-05-30 14:15:00 +02:00
themes update metrixhd - thx@saman 2016-06-19 06:39:50 +02:00
.gitignore introduced libskindesignerapi 2015-04-02 15:09:41 +02:00
COPYING initial commit version 0.0.1 2014-09-27 09:25:14 +02:00
HISTORY Version 1.2.18 2022-02-09 13:55:34 +01:00
Makefile Install libskindesignerapi after all other 2020-07-15 13:21:38 +02:00
README improved disabling of skininstaller 2016-04-16 10:01:29 +02:00
config.c Refresh imgCache if OsdProvider was changed (Thanks to lnj @vdr-portal.de) 2020-12-11 18:49:26 +01:00
config.h Refresh imgCache if OsdProvider was changed (Thanks to lnj @vdr-portal.de) 2020-12-11 18:49:26 +01:00
designer.c also be initialized in case of backup skin is active 2021-02-03 07:13:41 +01:00
designer.h SVDRP: do not reload in case plugin is not fully initialized (results in VDR crash) 2021-02-03 07:10:24 +01:00
displaychannel.c Eliminate a look sequence report in displaychannel 2019-06-21 14:02:15 +02:00
displaychannel.h left / right keys in zappilot configurable in skin 2016-05-29 10:07:28 +02:00
displaymenu.c compatibility to vdr 2.3.8 2018-02-16 18:12:48 +01:00
displaymenu.h compatibility to vdr 2.3.8 2018-02-16 18:12:48 +01:00
displaymessage.c redesigned animations 2016-07-22 15:21:09 +02:00
displaymessage.h Version 0.8.0 beta 2016-01-26 18:32:38 +01:00
displayreplay.c Fix segfault with mpv plugin (thx to @lnj at vdr-portal.de) 2021-03-28 12:26:24 +02:00
displayreplay.h Eliminate SetRecordingLength 2021-02-15 14:00:40 +01:00
displaytracks.c redesigned animations 2016-07-22 15:21:09 +02:00
displaytracks.h Version 0.8.0 beta 2016-01-26 18:32:38 +01:00
displayvolume.c redesigned animations 2016-07-22 15:21:09 +02:00
displayvolume.h Version 0.8.0 beta 2016-01-26 18:32:38 +01:00
setup.c Revert "Refresh imgCache if OsdProvider was changed (simple fix)" 2020-12-11 17:43:16 +01:00
setup.h Revert "Refresh imgCache if OsdProvider was changed (simple fix)" 2020-12-11 17:43:16 +01:00
skindesigner.c Version 1.2.18 2022-02-09 13:55:34 +01:00

README

This is a "plugin" for the Video Disk Recorder (VDR).

Written by:                  Louis Braun <louis DOT braun AT gmx DOT de>

Project's homepage:          http://projects.vdr-developer.org/projects/plg-skindesigner

Latest version: http://projects.vdr-developer.org/projects/plg-skindesigner/files
GIT repository: git clone git://projects.vdr-developer.org/vdr-plugin-skindesigner.git

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
See the file COPYING for more information.

Description
-----------

Skindesigner is a VDR skin engine that displays XML based Skins.

Currently three XML Skins (MetrixHD, nOpacity freestyle and blackhole) are included in
<pluginsourcedir>/skins/

Requirements
------------

- VDR version >= 2.2.0

- cairo

- librsvg-2 >= 2.36.0

- libxml2

- libcurl

- softhddevice plugin revision ec58e456 (2015-06-13) or newer. With older
  versions shifting does not work properly

- For displaying horizontal menus with VDR <= 2.2.x a VDR patch is required 
  (see /patches/vdr-2.2.0_horizontal_menu.patch in the plugin source directory)
  Without this patch the keys left/right and up/down are not toggled in
  horizontal menus. With VDR >= 2.3.1 this patch is not needed anymore.

- epgsearch Git since commit ba7c6277 (2013-01-03) to correctly replace the
  schedules menu with epgsearch

Installation
------------

Skindesigner consists of the Skindesigner Plugin itself and a shared library
called "libSkindesignerAPI" which allows other Plugins to use the facilities of
Skindesigner. Since these other Plugins need to have access to the library,
the library has to be proper installed on your system. 

With a "make install" both the plugin and the library are installed on your 
system. The destination where the library will be installed can be set with 
the PREFIX parameter: "PREFIX=/usr make install". Default of PREFIX is
/usr/local.

After installation check if libskindesignerapi.pc is correctly found in your
PKG_CONFIG_PATH. Other Plugins using the library issue the following 
commands in their makefiles which should also work on your commandline:
pkg-config --cflags libskindesignerapi 
pkg-config --libs libskindesignerapi
pkg-config --modversion libskindesignerapi

Note that skindesigner itself and all plugins which use libSkindesignerAPI have to
be build against the same major verison of the library to be compatible.

If you like to disable the possibility to install skins from skindesigner setup
menu, you can enable the option in the makefile or set the option 
DO_NOT_USE_SKININSTALLER manually via CPP Flags:
make CPPFLAGS="-DDO_NOT_USE_SKININSTALLER"

After installation you have to care about the paths for the XML skins and epg images. 
The following paths can be set at startup:

-s <SKINPATH>, --skinpath=<SKINPATH>
    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/)

-e path, --epgimages=path
    Path to the epgimages (Default: <CacheDirectory>/epgimages/)

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

For Xine-Plugin Users: Set "Blend scaled Auto" as OSD display mode to achieve
an suitable true color OSD.

For Xineliboutput Users: Start vdr-sxfe with the --hud option enabled

Since the default skin MetrixHD uses VDROpenSans as font which is not installed
per default, you may want to install this font (included in
<SkinSourceDirectory>/fonts/) first. Otherwise the inside VDRs OSD menu
configured vdrOsd Font is used as default.

Channel Logos
-------------

Since each XML skin is responsible for it's used channel logos, skindesigner
searches for channel logos only in the skin dependend directory

<ResourceDirectory>/plugins/skindesigner/skins/<skinname>/logos

Each copy your used logos directly to this directory or set a symbolic link to
a common channellogo directory.

I recommend to use channel logos from https://github.com/3PO/Senderlogos
To download them just change in the directory you want to place the logos
and do a:
git clone https://github.com/3PO/Senderlogos.git logos
An update of the logos can then be done with a "git pull" just inside this
directory.

In this logo pack all files are named only with lower case letters.
Skindesigner uses the channel name CONVERTED TO LOWER CASE LETTERS to search
for an appropriate channel logo. With this, approximately 90% of the channel
logos should work immediately after placing the channel logos in the correct
place. So if you have to change the name of a channel logo (may be by inserting
a space or a hyphen) so that it fits to the channel name, only use lower case
letters, and not the name of the channel with upper and lower letters as
displayed inside VDR.
If no logo is found for the channel name, additionally a search for a logo
named as the ChannelID is performed. Analog to the channel name the ChannelID
is also converted to lower case letters. This allows channel logos for channels
with changing names (for instance Sky Feed Channels).
Additional hint: some channels have slashes in their name (in germany
nick/comedy for instance).
In this example, as a dirty hack just create a folder in your channel logo
directory named "nick" and place an image named "comedy.png" inside this folder.