-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathaddons.xml
More file actions
241 lines (217 loc) · 14.4 KB
/
addons.xml
File metadata and controls
241 lines (217 loc) · 14.4 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
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
<?xml version='1.0' encoding='UTF-8'?>
<addons>
<addon id="plugin.program.super.favourites" name="Super Favourites" version="2.3.7" provider-name="jmooremcc, spoyser">
<requires>
<import addon="xbmc.python" version="3.0.0" />
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video audio image executable</provides>
</extension>
<extension point="xbmc.service" library="service.py" start="startup" />
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">Put all your favourites bits of all your favourites addons into one easy to use addon.</summary>
<summary lang="es_ES">Ponga todas sus partes favoritas de todos sus complementos favoritos en un complemento fácil de usar.</summary>
<description lang="en_GB">Super Favourites is a better way of managing your Kodi Favourites.[CR][CR]Virtually any menu item within Kodi can be added to Super Favourites, even from addons that don't normally provide this feature.[CR][CR]Super Favourites allows you to better manage your Kodi favourites, including the creation of sub-folders, into which your Kodi favourites can then be copied or moved into.[CR][CR]This allows you to create you own custom addon with just the best bits of your favourite addons. Search your favourite addons, play your favourite music, read your favourite comic strips, select your favourite playlists, browse your favourite movies, listen to your favourite radio stations, watch your favourite cartoons, the possibilities are endless, all from within one easy to use addon.</description>
<description lang="es_ES">Super Favoritos es la mejor forma de administrar sus favoritos de Kodi.[CR][CR]Prácticamente cualquier elemento de menú dentro de Kodi se puede agregar a Súper favoritos, incluso desde complementos que normalmente no brindan esta función.[CR][CR]Super Favoritos le permite administrar mejor sus favoritos de Kodi, incluída la creación de subcarpetas, en las que puede copiar o mover sus secciones o addons preferidos.[CR][CR]Esto le permite crear su propio complemento personalizado con lo mejor. Busque sus addons preferidos, reproduzca su música favorita, lea sus historias favoritas, seleccione sus listas de reproducción, explore sus películas, escuche sus estaciones de radio, vea sus dibujos animados, las posibilidades son infinitas, todos sus favoritos desde un solo uso addon, fácil de añadir.</description>
<platform>all</platform>
<language>en es</language>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<forum>http://forum.xbmc.org/showthread.php?tid=192662</forum>
<website />
<source>https://github.com/spoyser/spoyser-repo/tree/master/plugin.program.super.favourites</source>
<source>https://github.com/jmooremcc/plugin.program.super.favourites</source>
<email>seanpoyser at gmail.com</email>
<email>jmooremcc at hotmail.com</email>
<assets>
<icon>icon.png</icon>
<fanart>fanart.jpg</fanart>
</assets>
<news>
2.3.7 September 2023
-Fix reported glitch
2.3.6 September 2023
-Fixed root translation bug in imagecache module
2.3.5 September 2023
-Restored util module ROOT variable back to special path
2.3.4 September 2023
-Modified imagecache to ignore special paths
2.3.3 August 2023
- Added imagecache module as part of solution to implement saving icons and fanart during export/import
- Modified importer module to utilize imagecache
- Modified default module to utilize imagecache at startup
- Fixed miscellaneous bugs related to xbmc function calls
2.3.2 July 2023
-Removed metahandler from addon.xml
-Added new imagecache module to implement the ability to import/export custom icons.
-Miscellaneous bug fixes
-Bug fixes in imagecache module
-Bug fix in importer module
2.2.6 April 2022
- Fix context menu settings bug
- Fix more issues with activateWindowCommand
2.2.5 February 2022
- Generic Fix for activateWindowCommand
2.2.4 February 2022
- Fix URL Playback
2.2.3 February 2022
- Fix folder lock
- Fix name colorization
2.2.1 February 2022
- Minor Bug Fix
2.2.0 December 2021
- Fixed Play From Here functionality
- Fixed handling of local folders so that back button now works correctly
- Added threading decorator to utils
2.1.0: 9 October 2021
- Added Spanish Translation contributed by populc
- Fixed issue in player module
2.0.11: 26 August 2021
- Fixed bug in download module that prevented videos from being downloaded
2.0.10: 6 June 2021
- Fixed bug that prevented Hebrew language for working
2.0.9: 15 May 2021
- Fixed bug in Player.def activateWindowCommand(cmd) that was messing up the ability
to return from child direrctories
2.0.8: 14 May 2021
- Fixed various incompatibilities with latest version of Matrix involving decode('utf-8')
that caused crashes.
2.0.7: 17 February 2021
- Fixed remote folder access via another plugin
2.0.6: 11 January 2021
- Fixed access to local folders and smb folders
2.0.5: 12 December 2020
- More Fixes for Network Folder Failure to Launch
2.0.0: 29 November 2020
- Matrix Version
1.0.60: 1 November 2020
- Fixed launch issues in Kodi Leia
1.0.59: 29th May 2017
- 'Now playing' text now defined by SF due to skin variations
</news>
</extension>
<extension point="kodi.context.item">
<menu id="kodi.core.main">
<item library="capture.py">
<label>$ADDON[plugin.program.super.favourites 30002]</label>
<visible>String.IsEqual(Window(Home).Property(SF_STD_CONTEXTMENU_ENABLED),True) + !StringCompare(Container.PluginName,plugin.program.super.favourites)</visible>
</item>
<item library="menu_addtofaves.py">
<label>$ADDON[plugin.program.super.favourites 30047]</label>
<visible>String.IsEqual(Window(Home).Property(SF_STD_ADDTOFAVES_ENABLED),True) + !StringCompare(Container.PluginName,plugin.program.super.favourites)</visible>
</item>
<item library="menu_download.py">
<label>$ADDON[plugin.program.super.favourites 30259]</label>
<visible>String.IsEqual(Window(Home).Property(SF_STD_DOWNLOAD_ENABLED),True) + Player.IsInternetStream</visible>
</item>
</menu>
</extension>
</addon>
<addon id="script.service.ltvpl" name="Live TV Playlist" provider-name="jmooremcc" version="2.0.6">
<extension library="service.py" point="xbmc.service" />
<requires>
<import addon="xbmc.python" version="3.0.0" />
</requires>
<extension library="resources" point="xbmc.python.module" />
<extension library="addon.py" point="xbmc.python.script">
<provides>executable</provides>
</extension>
<extension point="kodi.context.item">
<menu id="kodi.core.main">
<item library="addon.py">
<label>30090</label>
<visible>Window.IsVisible(tvguide)|Window.IsVisible(tvsearch)</visible>
</item>
</menu>
</extension>
<extension point="xbmc.addon.metadata">
<language>en es de</language>
<summary lang="en_GB">Live TV Playlist Manager</summary>
<summary lang="es_ES">Gerente de Lista de Reproducción de TV en Vivo</summary>
<summary lang="de_DE">Manager für TV-Wiedergabelisten</summary>
<description lang="en_GB">
The Live TV PlayList Manager provides a service for clients to use to schedule live TV events. A Live TV Playlist is a list of channel change instructions that occur at a specified time. A Playlist item consists of an alarm time, channel and recurrence option. The manager maintains a database of playlist items and saves the list in a file. This file is read each time the manager starts up so that on going events will always occur.
</description>
<description lang="es_ES">
Gerente de Lista de Reproducción de TV en Vivo ofrece un servicio para que los clientes utilicen para programar eventos de TV en vivo. Una lista de reproducción de TV en vivo es una lista de instrucciones de cambio de canal que ocurren en un momento específico. Un elemento de lista de reproducción consiste en una hora de alarma, un canal y una opción de repetición. El administrador mantiene una base de datos de elementos de la lista de reproducción y guarda la lista en un archivo. Este archivo se lee cada vez que se inicia el administrador para que los eventos en curso siempre ocurran.
</description>
<description lang="de_DE">
Der Manager für TV-Wiedergabelisten stellt einen Service für Clients zur Verfügung, um Fernsehsendungen zu planen. Eine Wiedergabeliste für TV-Programme ist eine Liste von Kanalwechselbefehlen, die zu einer bestimmten Zeit stattfinden. Ein Element der Wiedergabeliste besteht aus einer Alarmzeit, einem Kanal und einer Wiederholungsoption. Der Manager verwaltet eine Datenbank mit Wiedergabelistenelementen und speichert die Liste in einer Datei. Diese Datei wird bei jedem Start des Managers gelesen, so dass laufende Ereignisse ständig ausgeführt werden.
</description>
<platform>all</platform>
<license>GNU General Public License v3.0 only, June 2007</license>
<source>https://github.com/jmooremcc/Live_TV_Playlist</source>
<email>jmooremcc@hotmail.com</email>
<assets>
<icon>ltvpl-icon.png</icon>
<fanart>ltvpl-fanart.jpg</fanart>
<screenshot>resources/screenshots/screenshot001.png</screenshot>
<screenshot>resources/screenshots/screenshot002.png</screenshot>
<screenshot>resources/screenshots/screenshot004.png</screenshot>
<screenshot>resources/screenshots/screenshot005.png</screenshot>
</assets>
</extension>
<news>
2.0.6 April 19, 2025 - Fixed bug in Countdown module->miniClient class->killThread method
2.0.5 February 12, 2024 - Fixed/upgraded suspend/eneable item functionality
Fixed next date calculation in PLX_Event
2.0.4 January 3, 2024 - Fix priorityqueue issue in Alarms Manager
2.0.2 August 4, 2021 - Fixed zombie event caused by bug in Alarm _findTimer()
- Sorted log alarm queue display
2.0.1 July 19, 2021 - Fixed updting based on EPG changes
</news>
</addon>
<addon id="script.service.ltvpl" name="Live TV Playlist" provider-name="jmooremcc" version="2.0.7">
<extension library="service.py" point="xbmc.service" />
<requires>
<import addon="xbmc.python" version="3.0.0" />
</requires>
<extension library="resources" point="xbmc.python.module" />
<extension library="addon.py" point="xbmc.python.script">
<provides>executable</provides>
</extension>
<extension point="kodi.context.item">
<menu id="kodi.core.main">
<item library="addon.py">
<label>30090</label>
<visible>Window.IsVisible(tvguide)|Window.IsVisible(tvsearch)</visible>
</item>
</menu>
</extension>
<extension point="xbmc.addon.metadata">
<language>en es de</language>
<summary lang="en_GB">Live TV Playlist Manager</summary>
<summary lang="es_ES">Gerente de Lista de Reproducción de TV en Vivo</summary>
<summary lang="de_DE">Manager für TV-Wiedergabelisten</summary>
<description lang="en_GB">
The Live TV PlayList Manager provides a service for clients to use to schedule live TV events. A Live TV Playlist is a list of channel change instructions that occur at a specified time. A Playlist item consists of an alarm time, channel and recurrence option. The manager maintains a database of playlist items and saves the list in a file. This file is read each time the manager starts up so that on going events will always occur.
</description>
<description lang="es_ES">
Gerente de Lista de Reproducción de TV en Vivo ofrece un servicio para que los clientes utilicen para programar eventos de TV en vivo. Una lista de reproducción de TV en vivo es una lista de instrucciones de cambio de canal que ocurren en un momento específico. Un elemento de lista de reproducción consiste en una hora de alarma, un canal y una opción de repetición. El administrador mantiene una base de datos de elementos de la lista de reproducción y guarda la lista en un archivo. Este archivo se lee cada vez que se inicia el administrador para que los eventos en curso siempre ocurran.
</description>
<description lang="de_DE">
Der Manager für TV-Wiedergabelisten stellt einen Service für Clients zur Verfügung, um Fernsehsendungen zu planen. Eine Wiedergabeliste für TV-Programme ist eine Liste von Kanalwechselbefehlen, die zu einer bestimmten Zeit stattfinden. Ein Element der Wiedergabeliste besteht aus einer Alarmzeit, einem Kanal und einer Wiederholungsoption. Der Manager verwaltet eine Datenbank mit Wiedergabelistenelementen und speichert die Liste in einer Datei. Diese Datei wird bei jedem Start des Managers gelesen, so dass laufende Ereignisse ständig ausgeführt werden.
</description>
<platform>all</platform>
<license>GNU General Public License v3.0 only, June 2007</license>
<source>https://github.com/jmooremcc/Live_TV_Playlist</source>
<email>jmooremcc@hotmail.com</email>
<assets>
<icon>ltvpl-icon.png</icon>
<fanart>ltvpl-fanart.jpg</fanart>
<screenshot>resources/screenshots/screenshot001.png</screenshot>
<screenshot>resources/screenshots/screenshot002.png</screenshot>
<screenshot>resources/screenshots/screenshot004.png</screenshot>
<screenshot>resources/screenshots/screenshot005.png</screenshot>
</assets>
</extension>
<news>
2.0.7 July 31, 2025 - Fixed channel group bug that prevented getChannelList from working correctly in newer versions of Kodi 2.0.6 April 19, 2025 - Fixed bug in Countdown module->miniClient class->killThread method
2.0.5 February 12, 2024 - Fixed/upgraded suspend/eneable item functionality
Fixed next date calculation in PLX_Event
2.0.4 January 3, 2024 - Fix priorityqueue issue in Alarms Manager
2.0.2 August 4, 2021 - Fixed zombie event caused by bug in Alarm _findTimer()
- Sorted log alarm queue display
2.0.1 July 19, 2021 - Fixed updting based on EPG changes
</news>
</addon>
</addons>