-
Notifications
You must be signed in to change notification settings - Fork 481
Expand file tree
/
Copy pathaddon.xml
More file actions
26 lines (26 loc) · 1.89 KB
/
addon.xml
File metadata and controls
26 lines (26 loc) · 1.89 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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.audio.theaudiodb.helper" name="TheAudioDB Helper" version="1.0.3" provider-name="manfeed, black_eagle">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
</requires>
<!-- Script entry point -->
<extension point="xbmc.python.script" library="default.py">
<provides>audio</provides>
</extension>
<!-- Plugin entry point for video lists (hidden from menu) -->
<extension point="xbmc.python.pluginsource" library="plugin.py"/>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="en_GB">TheAudioDB Helper - Music metadata and video links powered by TheAudioDB</summary>
<summary lang="es_ES">TheAudioDB Helper - Metadatos musicales y enlaces de vídeo de TheAudioDB</summary>
<description lang="en_GB">Search TheAudioDB for video links, biographies, similar artists, and metadata for artists in your music database. Provides artist DBID resolution, biography retrieval from multiple sources (TheAudioDB, Wikipedia, Last.fm), and similar artists with images. Needs skin support and a working YouTube plugin.</description>
<description lang="es_ES">Busca videoclips, biografías, artistas similares y metadatos en TheAudioDB para los artistas de tu biblioteca musical. Proporciona resolución de DBID del artista, obtención de biografías desde múltiples fuentes (TheAudioDB, Wikipedia, Last.fm) y artistas similares con imágenes. Requiere soporte en el skin y el plugin de YouTube funcionando.</description>
<license>GPL-3.0-or-later</license>
<source>https://github.com/manfeed/plugin.audio.theaudiodb.helper</source>
<news>v1.0.3 - Initial release. Code quality improvements, duplicate code refactored, crash fix in get_songs_for_artist, Kodi repo compliance.</news>
<assets>
<icon>resources/art/icon.png</icon>
<fanart>resources/art/fanart.jpg</fanart>
</assets>
</extension>
</addon>