forked from Taifxx/xxtrep
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddons.xml
More file actions
150 lines (118 loc) · 6.12 KB
/
addons.xml
File metadata and controls
150 lines (118 loc) · 6.12 KB
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
<?xml version="1.0" encoding="UTF-8"?>
<addons>
<addon
id="context.addtolib"
name="Add to Lib"
version="1.0.16"
provider-name="Taifxx"
>
<requires>
<import
addon="xbmc.python"
version="2.1.0"
/>
</requires>
<extension
point="kodi.context.item"
library="context.py"
>
<item>
<label>$ADDON[context.addtolib 29999]</label>
<!--visible>Container.Content(tvshows)|Container.Content(movies)|Container.Content(musicvideos)|Container.Content(episodes)</visible-->
<visible>True</visible>
</item>
</extension>
<extension point="xbmc.service" library="service.py" start="login"/>
<extension point="xbmc.python.script" library="context.py"/>
<extension point="xbmc.addon.metadata">
<summary lang="en">Adds links to movies and TV shows from other add-ons in Kodi library</summary>
<summary lang="ru">Добавляет ссылки на фильмы и сериалы из других дополнений в библиотеку Kodi</summary>
<summary lang="es">Agrega enlaces a películas y programas de TV desde otros complementos a la biblioteca Kodi</summary>
<description lang="en">Context menu item to add links to TV shows and movies from other add-ons in Kodi library, as .strm files. The addition allows you to check for new episodes and seasons, manage added content, and to receive full information from the library to playable .strm files.
More information can be found in the help section.
Details on http://taifxx.github.io/xxtrep</description>
<description lang="ru">Элемент контекстного меню для добавления ссылок на сериалы и фильмы из других дополнений в библиотеку Kodi, как .strm файлов. Дополнение позволяет проверять наличие новых эпизодов и сезонов, управлять добавленным контентом, а также получать полноценную информацию из библиотеки для воспроизводимых .strm файлов.
Больше информации можно получить в разделе Помощи дополнения.
Детали на http://taifxx.github.io/xxtrep.ru</description>
<description lang="es">Elemento de menú contextual para añadir enlaces a películas y series TV desde otros complementos a nuestra biblioteca Kodi. La adición permite comprobar nuevos episodios y temporadas, gestionar nuestro contenido agregado y recibir información completa desde la biblioteca cuando el video se este reproducciendo.
Más información en la sección de ayuda.
Detalles en http://taifxx.github.io/xxtrep</description>
<disclaimer lang="en"></disclaimer>
<disclaimer lang="ru"></disclaimer>
<disclaimer lang="es"></disclaimer>
<platform>all</platform>
<website>http://taifxx.github.io/xxtrep</website>
<source>https://github.com/Taifxx/xxtrep/tree/master/context.addtolib</source>
<forum lang="en">http://forum.kodi.tv/showthread.php?tid=268997</forum>
<forum lang="ru">http://xbmc.ru/forum/showthread.php?t=12708</forum>
<email>xxtrep@yandex.ru</email>
<license>GNU GENERAL PUBLIC LICENSE V3</license>
</extension>
</addon>
<addon
id="script.atl.backup"
name="ATL: Backup launcher"
version="1.0.0"
provider-name="Taifxx"
>
<requires>
<import
addon="xbmc.python"
version="2.1.0"
/>
<import
addon="context.addtolib"
version="1.0.7"
/>
</requires>
<extension point="xbmc.python.script" library="default.py"/>
<extension point="xbmc.addon.metadata">
<summary lang="en">ADD To Lib backup action launcher</summary>
<summary lang="ru">Модуль запуска резервного копирования ADD To Lib</summary>
<description lang="en">Add this script to Keymap editor for launching ADD To Lib backup action by key.</description>
<description lang="ru">Добавьте этот скрипт в Keymap editor для запуска резервного копирования ADD To Lib по клавише.</description>
<disclaimer lang="en">NEED ADD TO LIB 1.0.7+</disclaimer>
<disclaimer lang="ru">НЕОБХОДИМ ADD TO LIB 1.0.7+</disclaimer>
<platform>all</platform>
<website>http://taifxx.github.io/xxtrep</website>
<source>https://github.com/Taifxx/xxtrep/tree/master/context.addtolib</source>
<forum lang="en">http://forum.kodi.tv/showthread.php?tid=268997</forum>
<forum lang="ru">http://xbmc.ru/forum/showthread.php?t=12708</forum>
<email>xxtrep@yandex.ru</email>
<license>GNU GENERAL PUBLIC LICENSE V3</license>
</extension>
</addon>
<addon
id="script.atl.upd"
name="ATL: Update launcher"
version="1.0.0"
provider-name="Taifxx"
>
<requires>
<import
addon="xbmc.python"
version="2.1.0"
/>
<import
addon="context.addtolib"
version="1.0.7"
/>
</requires>
<extension point="xbmc.python.script" library="default.py"/>
<extension point="xbmc.addon.metadata">
<summary lang="en">ADD To Lib update action launcher</summary>
<summary lang="ru">Модуль запуска проверки обновлений ADD To Lib</summary>
<description lang="en">Add this script to Keymap editor for launching ADD To Lib update action by key.</description>
<description lang="ru">Добавьте этот скрипт в Keymap editor для запуска проверки обновлений ADD To Lib по клавише.</description>
<disclaimer lang="en">NEED ADD TO LIB 1.0.7+</disclaimer>
<disclaimer lang="ru">НЕОБХОДИМ ADD TO LIB 1.0.7+</disclaimer>
<platform>all</platform>
<website>http://taifxx.github.io/xxtrep</website>
<source>https://github.com/Taifxx/xxtrep/tree/master/context.addtolib</source>
<forum lang="en">http://forum.kodi.tv/showthread.php?tid=268997</forum>
<forum lang="ru">http://xbmc.ru/forum/showthread.php?t=12708</forum>
<email>xxtrep@yandex.ru</email>
<license>GNU GENERAL PUBLIC LICENSE V3</license>
</extension>
</addon>
</addons>