-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathaddon.xml
42 lines (42 loc) · 2.54 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.audio.eco99music" name="eco99music" version="0.0.5" provider-name="Nir Elbaz, Noam Stolero">
<requires>
<import addon="xbmc.python" version="2.25.0"/>
<import addon="script.module.requests" version="2.12.4"/>
<import addon="script.module.xmltodict"/>
<import addon="script.module.six"/>
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>audio</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="he_IL">אלפי פלייליסטים וסטים מוזיקליים, ערוכים ומוכנים להאזנה, ומותאמים לכל מצב, בכל מקום ובכל שעה</summary>
<summary lang="en_GB">Thousands of premium music playlists for any mood, activity and time!</summary>
<description lang="he_IL">
ברוכים הבאים לתוסף eco99music מבית תחנת הרדיו eco99fm. מחכים לכם כאן אלפי פלייליסטים וסטים מוזיקליים, ערוכים ומוכנים להאזנה, ומותאמים לכל מצב, בכל מקום ובכל שעה.
תהנו, האזנה נעימה!
לתשומת לבכם- התוכן זמין ופעיל בישראל בלבד.
</description>
<description lang="en_GB">
Welcome to eco99music, an innovative music application based on the consumer possibilities of the listener and browser, and adapts edited music playlists for the current and relevant status of each listener. The app offers the consumers
a unique and personalizes service, based on their location, activity, time of the day and their mood.
Enjoy!
…
FYI - our content is available only in Israel.
</description>
<disclaimer lang="en_GB">This is an official ECO 99FM Kodi add-on</disclaimer>
<language>he</language>
<platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license>
<website>http://eco99fm.maariv.co.il/</website>
<email>radio@eco99.fm</email>
<source>https://github.com/nire0510/plugin.audio.eco99music</source>
<assets>
<icon>resources/media/icon.png</icon>
<fanart>resources/media/fanart.jpg</fanart>
<screenshot>resources/media/screenshot-01.jpg</screenshot>
<screenshot>resources/media/screenshot-02.jpg</screenshot>
<screenshot>resources/media/screenshot-03.jpg</screenshot>
</assets>
</extension>
</addon>