-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
addons.xml
60 lines (60 loc) · 3.54 KB
/
addons.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addons>
<addon id="plugin.audio.navahang" name="Navahang" version="2.7" provider-name="xmha97">
<requires>
<import addon="xbmc.python" version="2.26.0"/>
<import addon="script.module.future" version="0.0.1"/>
</requires>
<extension point="xbmc.python.pluginsource" library="main.py">
<provides>audio</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">Plugin for Navahang</summary>
<description lang="en_GB">Navahang is a media company with one of the largest online archives, dedicated to Persian music along with 24/7 Live Radio.</description>
<disclaimer lang="en_GB">This plugin is not endorsed by Navahang LLC</disclaimer>
<summary lang="fa_IR">افزونه برای نواهنگ</summary>
<description lang="fa_IR">نواهنگ یک شرکت رسانه ای با یکی از بزرگترین آرشیو های آنلاین است که به موسیقی فارسی و همراه با ۲۴/۷ رادیو زنده اختصاص یافته است.</description>
<disclaimer lang="fa_IR">این افزونه توسط شرکت نواهنگ تایید نشده است</disclaimer>
<platform>all</platform>
<language>en</language>
<license>GPL-2.0-only</license>
<forum></forum>
<website>https://www.navahang.com</website>
<email>xmha97@gmail.com</email>
<source>https://github.com/xmha97/kodi-repo-plugins/tree/master/plugin.audio.navahang</source>
<news>The latest version contains bug fixes and performance improvements.</news>
<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>
<addon id="repository.xmha97" name="xmha97 Repo" version="1.1" provider-name="Muhammad Hussein Ammari">
<extension point="xbmc.addon.repository" name="xmha97 Repo">
<info compressed="false">https://raw.githubusercontent.com/xmha97/kodi-repo-plugins/master/addons.xml</info>
<checksum>https://raw.githubusercontent.com/xmha97/kodi-repo-plugins/master/addons.xml.md5</checksum>
<datadir zip="true">https://raw.githubusercontent.com/xmha97/kodi-repo-plugins/master/</datadir>
</extension>
<extension point="xbmc.addon.metadata">
<summary>Install xmha97 Addons</summary>
<description>Download and install xmha97 addons</description>
<platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<forum></forum>
<website></website>
<email>xmha97@gmail.com</email>
<source>https://github.com/xmha97/kodi-repo-plugins/tree/master/repository.xmha97</source>
<news>Fix Bugs</news>
<assets>
<icon>resources/icon.png</icon>
<fanart>resources/fanart.jpg</fanart>
<screenshot>resources/screenshot-01.jpg</screenshot>
<screenshot>resources/screenshot-02.jpg</screenshot>
<screenshot>resources/screenshot-03.jpg</screenshot>
</assets>
</extension>
</addon>
</addons>