forked from arnesongit/context.item.tidal2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
addon18.xml
40 lines (40 loc) · 1.82 KB
/
addon18.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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="context.item.tidal2" name="TIDAL2 Search" version="0.2.6" provider-name="arneson">
<requires>
<import addon="xbmc.python" version="2.24.0"/>
<import addon="script.module.requests"/>
<import addon="script.module.routing"/>
<import addon="script.module.kodi-six"/>
<import addon="plugin.audio.tidal2" version="2.1.2"/>
</requires>
<extension point="kodi.context.item" library="context.py">
<item>
<label>30001</label>
<visible>true</visible>
</item>
</extension>
<extension point="xbmc.python.pluginsource" library="addon.py"/>
<extension point="xbmc.python.module" library="resources/lib"/>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<language>de en</language>
<summary lang="en_GB">Context menu to search TIDAL content.</summary>
<summary lang="de_DE">Kontext-Menü für TIDAL-Suche.</summary>
<description lang="en_GB">Needs TIDAL2 Addon installed and activated.</description>
<description lang="de_DE">Benötigt das Addon TIDAL2.</description>
<disclaimer lang="en_GB">This is an unofficial client and is not supported nor endorsed by TIDAL.</disclaimer>
<disclaimer lang="de_DE">Dies ist eine inoffizieller Client, der von TIDAL nicht unterstützt wird.</disclaimer>
<license>GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license>
<forum></forum>
<source>https://github.com/arnesongit/context.item.tidal2</source>
<news>v0.2.6 (2024-10-03)
- Removed MQA and Sony 360 from the UI
- New context menu item "Move items ..." to select multiple playlist items using a search string
to move them to a different playlist.
</news>
<assets>
<icon>resources/icon.png</icon>
<fanart>resources/fanart.jpg</fanart>
</assets>
</extension>
</addon>