-
Notifications
You must be signed in to change notification settings - Fork 2
/
addon.xml
38 lines (38 loc) · 2.82 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
<?xml version="1.0" encoding="UTF-8"?>
<addon id="plugin.video.smotrim.ru"
version="1.3.9"
name="Smotrim.ru"
provider-name="Alex Bratchik">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.requests"/>
</requires>
<extension point="xbmc.python.pluginsource" library="main.py">
<provides>video</provides>
</extension>
<extension point="xbmc.service" library="service.py" />
<extension point="xbmc.addon.metadata">
<news>Added Collections</news>
<summary lang="en_GB">Smotrim.ru Kodi Video Addon</summary>
<description lang="en_GB">We have collected for you on one site and in the application all the most important, interesting and favorite from the TV channels and radio stations of the All-Russian State Television and Radio Broadcasting Company. "Smotrim.ru" is news in real time, talk shows, feature films and documentaries, TV series premieres and children's programs.
</description>
<disclaimer lang="en_GB">This is a non-commercial community-supported plugin for the Smotrim.ru web site. It has been created for watching Russian programs on the TV screen, just for fun and has no relation to the VGTRK company
</disclaimer>
<summary lang="ru_RU">Дополнение Kodi для Smotrim.ru</summary>
<description lang="ru_RU">Мы собрали для вас на одном сайте и в мобильном приложении все самое важное, интересное и любимое с телеканалов и радиостанций ВГТРК. "Смотрим" — это новости в реальном времени, ток-шоу, художественные и документальные фильмы, премьеры сериалов и детские передачи.
</description>
<disclaimer lang="ru_RU">Это некоммерческий плагин для веб-сайта Smotrim.ru, поддерживаемый сетевым сообществом. Он создан для просмотра русских программ на экране телевизора, просто для развлечения и не имеет отношения к компании ВГТРК
</disclaimer>
<language>ru en</language>
<licence>GPL-3.0-or-later</licence>
<forum>http://xbmc.ru/forum/showthread.php?t=23431</forum>
<assets>
<icon>icon.png</icon>
<fanart>fanart.jpg</fanart>
<screenshot>resources/screenshot-01.jpg</screenshot>
<screenshot>resources/screenshot-02.jpg</screenshot>
<screenshot>resources/screenshot-03.jpg</screenshot>
</assets>
<source>https://github.com/abratchik/plugin.video.smotrim.ru</source>
</extension>
</addon>