|
1 | 1 | <?xml version="1.0" encoding="UTF-8" standalone="yes"?> |
2 | 2 | <addon id="plugin.library.node.editor" name="Library Node Editor" version="2.0.0" provider-name="Unfledged, Team-Kodi"> |
3 | 3 | <requires> |
4 | | - <import addon="xbmc.python" version="3.0.0"/> |
5 | | - <import addon="script.module.unidecode" version="0.4.16"/> |
6 | | - </requires> |
7 | | - <extension point="xbmc.python.pluginsource" library="plugin.py"> |
8 | | - <provides>executable</provides> |
9 | | - </extension> |
10 | | - <extension point="xbmc.addon.metadata"> |
11 | | - <summary lang="de">Benutzerdefinierte Bibliotheksknoten verwalten.</summary> |
12 | | - <summary lang="en">Manage custom library nodes.</summary> |
13 | | - <summary lang="en_NZ">Manage custom library nodes.</summary> |
14 | | - <summary lang="en_US">Manage custom library nodes.</summary> |
15 | | - <summary lang="fr">Gére des nœuds de médiathèque personnalisés.</summary> |
16 | | - <summary lang="fr_CA">Gérer des nœuds de médiathèque personnalisés.</summary> |
17 | | - <summary lang="it">Gestisci nodi libreria personalizzati</summary> |
18 | | - <summary lang="ko">사용자 라이브러리 노드 관리자</summary> |
19 | | - <summary lang="lt">Tvarkykite savus bibliotekos mazgus.</summary> |
20 | | - <summary lang="nl">Beheer aangepaste bibliotheek nodes. </summary> |
21 | | - <summary lang="pl">Zarządzanie niestandardowymi węzłami biblioteki.</summary> |
22 | | - <summary lang="pt_BR">Gerenciar nós customizados da biblioteca</summary> |
23 | | - <summary lang="ro">Administrați noduri mediatecă personalizate</summary> |
24 | | - <description lang="de">Benutzerdefinierte Bibliotheksknoten erstellen und bearbeiten.</description> |
25 | | - <description lang="en">Create and edit custom library nodes.</description> |
26 | | - <description lang="en_NZ">Create and edit custom library nodes.</description> |
27 | | - <description lang="en_US">Create and edit custom library nodes.</description> |
28 | | - <description lang="fr">Crée et modifie des nœuds de médiathèque personnalisés.</description> |
29 | | - <description lang="fr_CA">Créer et modifier des nœuds de médiathèque personnalisés.</description> |
30 | | - <description lang="it">Crea e modifica nodi libreria personalizzati.</description> |
31 | | - <description lang="ko">사용자 라이브러리 노드를 생성하고 편집합니다.</description> |
32 | | - <description lang="lt">Sukurkite ir keiskite savus bibliotekos mazgus.</description> |
33 | | - <description lang="nl">Creëer en wijzig aangepaste bibliotheek nodes.</description> |
34 | | - <description lang="pl">Tworzenie i edytowanie niestandardowych węzłów biblioteki.</description> |
35 | | - <description lang="pt_BR">Crie e edite nós customizados na biblioteca</description> |
36 | | - <platform>all</platform> |
37 | | - <license>GPL-2.0-only</license> |
38 | | - <forum>https://forum.kodi.tv/showthread.php?tid=224512</forum> |
39 | | - <source>https://github.com/XBMC-Addons/plugin.library.node.editor</source> |
40 | | - <assets> |
41 | | - <icon>icon.png</icon> |
42 | | - </assets> |
43 | | - <news> |
44 | | - 1.0.11 (7/1/2020) |
45 | | - - Fixes parent nodes |
46 | | - </news> |
47 | | - </extension> |
| 4 | + <import addon="xbmc.python" version="3.0.0"/> |
| 5 | + <import addon="script.module.unidecode" version="1.1.1"/> |
| 6 | + </requires> |
| 7 | + <extension point="xbmc.python.pluginsource" library="plugin.py"> |
| 8 | + <provides>executable</provides> |
| 9 | + </extension> |
| 10 | + <extension point="xbmc.addon.metadata"> |
| 11 | + <summary lang="de_DE">Benutzerdefinierte Bibliotheksknoten verwalten.</summary> |
| 12 | + <summary lang="en_GB">Manage custom library nodes.</summary> |
| 13 | + <summary lang="en_NZ">Manage custom library nodes.</summary> |
| 14 | + <summary lang="en_US">Manage custom library nodes.</summary> |
| 15 | + <summary lang="fr_FR">Gére des nœuds de médiathèque personnalisés.</summary> |
| 16 | + <summary lang="fr_CA">Gérer des nœuds de médiathèque personnalisés.</summary> |
| 17 | + <summary lang="it_IT">Gestisci nodi libreria personalizzati</summary> |
| 18 | + <summary lang="ko_KR">사용자 라이브러리 노드 관리자</summary> |
| 19 | + <summary lang="lt_LT">Tvarkykite savus bibliotekos mazgus.</summary> |
| 20 | + <summary lang="nl_NL">Beheer aangepaste bibliotheek nodes. </summary> |
| 21 | + <summary lang="pl_PL">Zarządzanie niestandardowymi węzłami biblioteki.</summary> |
| 22 | + <summary lang="pt_BR">Gerenciar nós customizados da biblioteca</summary> |
| 23 | + <summary lang="ro_RO">Administrați noduri mediatecă personalizate</summary> |
| 24 | + <description lang="de_DE">Benutzerdefinierte Bibliotheksknoten erstellen und bearbeiten.</description> |
| 25 | + <description lang="en_GB">Create and edit custom library nodes.</description> |
| 26 | + <description lang="en_NZ">Create and edit custom library nodes.</description> |
| 27 | + <description lang="en_US">Create and edit custom library nodes.</description> |
| 28 | + <description lang="fr_FR">Crée et modifie des nœuds de médiathèque personnalisés.</description> |
| 29 | + <description lang="fr_CA">Créer et modifier des nœuds de médiathèque personnalisés.</description> |
| 30 | + <description lang="it_IT">Crea e modifica nodi libreria personalizzati.</description> |
| 31 | + <description lang="ko_KR">사용자 라이브러리 노드를 생성하고 편집합니다.</description> |
| 32 | + <description lang="lt_LT">Sukurkite ir keiskite savus bibliotekos mazgus.</description> |
| 33 | + <description lang="nl_NL">Creëer en wijzig aangepaste bibliotheek nodes.</description> |
| 34 | + <description lang="pl_PL">Tworzenie i edytowanie niestandardowych węzłów biblioteki.</description> |
| 35 | + <description lang="pt_BR">Crie e edite nós customizados na biblioteca</description> |
| 36 | + <platform>all</platform> |
| 37 | + <license>GPL-2.0-only</license> |
| 38 | + <forum>https://forum.kodi.tv/showthread.php?tid=224512</forum> |
| 39 | + <source>https://github.com/XBMC-Addons/plugin.library.node.editor</source> |
| 40 | + <assets> |
| 41 | + <icon>icon.png</icon> |
| 42 | + </assets> |
| 43 | + <news> |
| 44 | + 2.0.0 (21/3/2020) |
| 45 | + - Dropped Python 2 code for Matrix |
| 46 | + </news> |
| 47 | + </extension> |
48 | 48 | </addon> |
0 commit comments