Add screenshots
This commit is contained in:
parent
b1ccab6ab1
commit
fe82e8e9e0
12
README.md
12
README.md
@ -10,7 +10,7 @@
|
||||
|
||||
> Note: Je moet eerst een account aanmaken op één van bovenstaande websites.
|
||||
|
||||
## Handmatige installatie
|
||||
## Installatie
|
||||
|
||||
Deze addon staat momenteel nog niet de repository van Kodi zelf, je moet deze voorlopig nog handmatig installeren en updaten.
|
||||
|
||||
@ -24,6 +24,16 @@ De volgende features worden ondersteund:
|
||||
* Doorzoeken van alle programma's
|
||||
* Afspelen van gerelateerde Youtube content
|
||||
|
||||
## Screenshots
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td><img src="resources/screenshot01.jpg" width=270></td>
|
||||
<td><img src="resources/screenshot02.jpg" width=270></td>
|
||||
<td><img src="resources/screenshot03.jpg" width=270></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
## Disclaimer
|
||||
|
||||
Deze add-on wordt niet ondersteund door SBS Belgium, en wordt aangeboden 'as is', zonder enige garantie.
|
||||
|
10
addon.xml
10
addon.xml
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<addon id="plugin.video.viervijfzes" name="VIER / VIJF / ZES" version="0.1.0" provider-name="Michaël Arnauts">
|
||||
<addon id="plugin.video.viervijfzes" name="VIER VIJF ZES" version="0.1.0" provider-name="Michaël Arnauts">
|
||||
<requires>
|
||||
<import addon="xbmc.python" version="2.26.0"/>
|
||||
<import addon="script.module.dateutil" version="2.6.0"/>
|
||||
@ -12,7 +12,12 @@
|
||||
</extension>
|
||||
<extension point="xbmc.service" library="service_entry.py"/>
|
||||
<extension point="xbmc.addon.metadata">
|
||||
<summary lang="nl_NL">Bekijk programma's van VIER, VIJF en ZES.</summary>
|
||||
<description lang="nl_NL">Deze add-on geeft toegang tot de programma's die aangeboden worden op de websites van VIER, VIJF en ZES.</description>
|
||||
<disclaimer lang="nl_NL">Deze add-on wordt niet ondersteund door SBS België, en wordt aangeboden 'as is', zonder enige garantie. De logo's van VIER, VIJF en ZES zijn eigendom van SBS België.</disclaimer>
|
||||
<summary lang="en_GB">Watch content from VIER, VIJF and ZES.</summary>
|
||||
<description lang="en_GB">This add-on gives access to video-on-demand content available on the websites of VIER, VIJF and ZES.</description>
|
||||
<disclaimer lang="en_GB">This add-on is not officially commissioned/supported by SBS Belgium and is provided 'as is' without any warranty of any kind. The VIER, VIJF and ZES logos are property of SBS Belgium.</disclaimer>
|
||||
<platform>all</platform>
|
||||
<license>GPL-3.0</license>
|
||||
<news>v0.1.0
|
||||
@ -22,6 +27,9 @@
|
||||
<assets>
|
||||
<icon>resources/icon.png</icon>
|
||||
<fanart>resources/fanart.png</fanart>
|
||||
<screenshot>resources/screenshot01.jpg</screenshot>
|
||||
<screenshot>resources/screenshot02.jpg</screenshot>
|
||||
<screenshot>resources/screenshot03.jpg</screenshot>
|
||||
</assets>
|
||||
<reuselanguageinvoker>true</reuselanguageinvoker>
|
||||
</extension>
|
||||
|
BIN
resources/screenshot01.jpg
Normal file
BIN
resources/screenshot01.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 152 KiB |
BIN
resources/screenshot02.jpg
Normal file
BIN
resources/screenshot02.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 107 KiB |
BIN
resources/screenshot03.jpg
Normal file
BIN
resources/screenshot03.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 164 KiB |
Loading…
Reference in New Issue
Block a user