-
Notifications
You must be signed in to change notification settings - Fork 2
/
addon.xml
25 lines (25 loc) · 1.76 KB
/
addon.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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="service.subtitles.legendaszone"
name="Legendas-Zone.org"
version="0.1.3"
provider-name="HiGhLaNdeR">
<requires>
<import addon="xbmc.python" version="2.14.0"/>
</requires>
<extension point="xbmc.subtitle.module"
library="service.py" />
<extension point="xbmc.addon.metadata">
<summary lang="en">Legendas-Zone.org</summary>
<description lang="en">Search and download subtitles from Legendas-Zone.org. Please check the add-on configuration before using it! Note: The "Parent Folder Search and Match" set to "AUTO" will first search by parent folder but if it's not a release then it will search normally, it's recommend to leave it "AUTO". Library is always primary, this is only for non Library Movies\TVSHOWS.</description>
<description lang="pt">Procura e download de legendas do site Legendas-Zone.org. Por favor verifica as configurações do add-on antes de usar! Nota: O campo "Procura e sincroniza pela pasta do filme" em modo "AUTO" vai primeiro tentar procurar pelo nome da directoria "PAI" mas se a mesma não for uma release irá procurar pelo nome do ficheiro, recomenda-se que esteja em "AUTO". Se o filme ou série estiver na Biblioteca, o nome do filme\serie é da Biblioteca.</description>
<disclaimer lang="en">[email protected]</disclaimer>
<disclaimer lang="pt">[email protected]</disclaimer>
<language>pt en</language>
<platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<forum>http://forum.xbmc.org/forumdisplay.php?fid=143</forum>
<website></website>
<email></email>
<source>https://github.com/highlandr/service.subtitles.legendaszone</source>
</extension>
</addon>