diff options
author | louis <louis.braun@gmx.de> | 2015-05-31 16:50:33 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2015-05-31 16:50:33 +0200 |
commit | 30cfccdf037aee53379267bd8ecae089c0f2d98c (patch) | |
tree | 1ab83f05cb6c3450edce48246d05fdf59ee1ea63 | |
parent | 0f1b71f1a4a83bf9fa0873fd2a1febc30c500b76 (diff) | |
download | vdr-plugin-skindesigner-30cfccdf037aee53379267bd8ecae089c0f2d98c.tar.gz vdr-plugin-skindesigner-30cfccdf037aee53379267bd8ecae089c0f2d98c.tar.bz2 |
added glassy to skinrepository
-rw-r--r-- | HISTORY | 2 | ||||
-rw-r--r-- | skins/skinrepositories.xml | 18 |
2 files changed, 20 insertions, 0 deletions
@@ -350,4 +350,6 @@ Version 0.5.0 - fixed display of channel separators - added some debug output when installing skins - added timeout for preview screenshot downloading +- added some skins +- adapted README diff --git a/skins/skinrepositories.xml b/skins/skinrepositories.xml index 4fff87c..6630ba7 100644 --- a/skins/skinrepositories.xml +++ b/skins/skinrepositories.xml @@ -113,6 +113,24 @@ </supportedplugins> </skinrepo> <skinrepo> + <name>glassy</name> + <type>git</type> + <url>https://github.com/BooStars/glassy.git</url> + <author>Boostar</author> + <screenshots> + <screenshot> + <description>Main Menu</description> + <url>http://www.vdr-portal.de/index.php?page=Attachment&attachmentID=37718&h=1f500078ad81623f1b35307d907bdea0cd37744c</url> + </screenshot> + </screenshots> + <specialfonts> + <font>VDRSymbols Sans</font> + </specialfonts> + <supportedplugins> + <plugin>Weatherforecast</plugin> + </supportedplugins> + </skinrepo> + <skinrepo> <name>glasslike</name> <type>git</type> <url>https://github.com/Vectra130/skindesigner_glasslike.git</url> |