-
Notifications
You must be signed in to change notification settings - Fork 1
/
addon.xml
27 lines (27 loc) · 1.38 KB
/
addon.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.floptv"
name="FlopTV"
version="2.0.1"
provider-name="Nightflyer">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.beautifulsoup" version="3.0.8"/>
</requires>
<extension point="xbmc.python.pluginsource"
library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<language>it</language>
<platform>all</platform>
<summary lang="it">Video comici, surreali e umoristici</summary>
<summary lang="en">Comic, surreal and humorous videos</summary>
<description lang="it">La web tv di ultima generazione dedicata alla comicità, al surreale e all'umorismo. FlopTV è una creazione di FoxFactory e del dipartimento New Media di Fox Channels Italy.</description>
<description lang="en">The latest generation of web TV dedicated to comedy and humour. FlopTV is a creation of FoxFactory and New Media department at Fox Channels Italy.</description>
<license>GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007</license>
<forum>http://forum.xbmc.org/showthread.php?tid=155916</forum>
<website>https://github.com/nightflyer73/plugin.video.floptv</website>
<email></email>
<source>https://github.com/nightflyer73/plugin.video.floptv</source>
</extension>
</addon>