-
Notifications
You must be signed in to change notification settings - Fork 1
/
addon.xml
26 lines (26 loc) · 1.33 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
<?xml version="1.0" encoding="UTF-8"?>
<addon id="plugin.audio.100fm-digital" version="1.0.1" name="100FM Digital" provider-name="daggs1">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.future" />
</requires>
<extension point="xbmc.python.pluginsource" library="main.py">
<provides>audio</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">100FM Radius Digital - Music, that's all</summary>
<description lang="en">100FM radio station Kodi add-on. The add-on offers live listening to dozens different musical genres: 80's, 90's, Rock, Pop, Oldies and many more
</description>
<summary lang="he">100FM רדיוס דיגיטל - מוזיקה זה הכל</summary>
<description lang="he">תוסף קודי של תחנת הרדיו רדיוס FM100. התוסף מציע עשרות תחנות רדיו המנגנות מוזיקה לפי
ז׳אנרים: שנות ה- 80, 90, ישראלי, להיטים ועוד
</description>
<disclaimer lang="en">This is an unofficial 100FM Radius Digital Kodi add-on</disclaimer>
<assets>
<icon>resources/icon.png</icon>
<fanart>resources/fanart.jpg</fanart>
</assets>
</extension>
<license>GNU GENERAL PUBLIC LICENSE Version 2</license>
<source>https://github.com/daggs1/plugin.audio.100fm-digital</source>
</addon>