-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathaddon.xml
34 lines (34 loc) · 2.19 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
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="service.subtitles.pipocas" name="Pipocas.tv" version="1.0.2" provider-name="HiGhLaNdeR, Leinad4Mind">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="vfs.rar" version="3.3.0"/>
<import addon="script.module.requests" version="2.22.0+matrix.1"/>
</requires>
<extension point="xbmc.subtitle.module" library="default.py"/>
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">Pipocas.tv</summary>
<summary lang="pt_PT">Pipocas.tv</summary>
<description lang="en_GB">Search and download subtitles from Pipocas.tv. 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_PT">Procura e descarrega legendas do site Pipocas.tv. Por favor, verifica as definiçõ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 pasta "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/série é da Biblioteca.</description>
<disclaimer lang="en_GB">For bugs, requests or general questions please contact: [email protected]</disclaimer>
<disclaimer lang="pt_PT">Para bugs, pedidos ou perguntas, contacte: [email protected]</disclaimer>
<language>pt en</language>
<news>
- v1.0.2 (2023-03-22)
- Cleaning unused functions
- Improve performance
- Enhance readability
- Fix bug on regex
</news>
<platform>all</platform>
<assets>
<icon>icon.png</icon>
</assets>
<license>GPL-2.0-only</license>
<forum>https://forum.kodi.tv/forumdisplay.php?fid=143</forum>
<website>https://pipocas.tv</website>
<email>pipocas [dot] tv [at] gmail [dot] com</email>
<source>https://github.com/highlandr/service.subtitles.pipocas</source>
</extension>
</addon>