forked from Twilight0/plugin.video.euronews.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
addon.xml
46 lines (46 loc) · 4.5 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
43
44
45
46
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.euronews.com" version="1.4.0" name="Euronews" provider-name="Twilight0">
<requires>
<import addon="xbmc.python" version="2.24.0"/>
<import addon="script.module.tulip" version="2.5.10"/>
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<reuselanguageinvoker>false</reuselanguageinvoker>
<summary lang="en_GB">Euronews addon for Kodi</summary>
<summary lang="he_il">הרחבת Euronews עבור קודי</summary>
<summary lang="ru_RU">Дополнение Euronews для Kodi</summary>
<summary lang="es_ES">Complemento de Euronews para Kodi</summary>
<description lang="en_GB">Euronews, the most watched news channel in Europe, covers international news in various languages.[CR]With 400 journalists from more than 30 nationalities, Euronews offers a unique, independent and totally impartial perspective on world events.[CR]Available languages: English, French, German, Greek, Hungarian, Italian, Portuguese, Russian, Spanish, Turkish and Ukrainian</description>
<description lang="he_il">Euronews הוא ערוץ החדשות הפופולרי ביותר באירופה, כולל חדשות בינלאומיות בשפות שונות.[CR]עם 400 עיתונאים מיותר מ -30 לאומים, מציע נקודת מבט ייחודית, עצמאית ונטולת פניות לחלוטין על אירועי העולם .[CR]שפות זמינות: אנגלית, צרפתית, גרמנית, יוונית, הונגרית, איטלקית, פורטוגזית, רוסית, ספרדית, טורקית ואוקראינית</description>
<description lang="ru_RU">Euronews - самый популярный новостной канал в Европе, освещающий международные новости на разных языках.[CR]С 400 журналистами из более чем 30 национальностей, Euronews предлагает уникальный, независимый и абсолютно беспристрастный взгляд на мировые события.[CR]Доступные языки: английский, французский, немецкий, греческий, венгерский, итальянский, португальский, русский, испанский, турецкий и украинский</description>
<description lang="es_ES">Euronews, el canal de noticias más visto en Europa, cubre noticias internacionales en varios idiomas.[CR]Con 400 periodistas de más de 30 nacionalidades, Euronews ofrece una perspectiva única, independiente y totalmente imparcial sobre los eventos mundiales.[CR]Idiomas disponibles: inglés , Francés, alemán, griego, húngaro, italiano, portugués, ruso, español, turco y ucraniano</description>
<disclaimer lang="en_GB">This addon is not published nor endorsed by euronews.com</disclaimer>
<disclaimer lang="he_il">ההרחבה הזו לא פורסמה ולא נתמכת על ידי euronews.com</disclaimer>
<disclaimer lang="ru_RU">Это дополнение не опубликовано и не одобрено euronews.com</disclaimer>
<disclaimer lang="es_ES">Este complemento no está publicado ni respaldado por euronews.com</disclaimer>
<license>GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license>
<source>https://github.com/Twilight0/plugin.video.euronews.com</source>
<website>http://www.euronews.com/</website>
<size>351600</size>
<news>[B]1.4.0[/B]
- Add es_ES translation (contrib. roliverosc)
- Add ro_RO translation (contrib. tmihai20)
- Add nl_NL translation (contrib. dagwieers)
- Add ru_RU translation (contrib. vlmaksime)
- Kodi version conditional check via a different method</news>
<assets>
<icon>icon.png</icon>
<fanart>fanart.jpg</fanart>
<!--<screenshot>resources/screenshots/screenshot-01.jpg</screenshot>-->
<!--<screenshot>resources/screenshots/screenshot-02.jpg</screenshot>-->
<!--<screenshot>resources/screenshots/screenshot-03.jpg</screenshot>-->
</assets>
<language>en el fr de hu it pt ru tr es ua</language>
<!--<forum></forum>-->
<!--<email></email>-->
</extension>
</addon>