Skip to content

Commit ca04204

Browse files
committed
v0.3.5, this time for real.
Includes all changes needed to get the release to get accepted by the Kodi addonn repository CI automation.
1 parent f3fec07 commit ca04204

File tree

4 files changed

+19
-24
lines changed

4 files changed

+19
-24
lines changed

addon.xml

+3-7
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,13 @@
1414
<summary lang="en">Subdivx.com</summary>
1515
<description lang="es">Busca y descarga subtítulos desde Subdivx.com</description>
1616
<description lang="en">Search and download subtitles from Subdivx.com</description>
17-
<disclaimer lang="en"></disclaimer>
1817
<language>es en</language>
1918
<platform>all</platform>
2019
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
2120
<forum>https://forum.kodi.tv/forumdisplay.php?fid=143</forum>
22-
<website></website>
23-
<email></email>
2421
<source>https://github.com/ramiro/service.subtitles.subdivx</source>
22+
<news>v0.3.5
23+
- Compatibilidad con últimos cambios en subdivx.com. Limite de 40 resultados. Agregado de caching opcional, ver nueva opción.
24+
</news>
2525
</extension>
26-
<news lang="es">v0.3.5
27-
- Compatibilidad con últimos cambios en subdivx.com. Limite de 40 resultados. Agregado de caching opcional, ver nueva opción.</news>
28-
<news lang="en">v0.3.5
29-
- Adapt to latest subdivx.com changes. Limit number of results to 40. Add optional caching of results, see new setting.</news>
3026
</addon>

changelog.txt

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
0.3.5
2-
- Adapt to handle subdivx.com pagination changes.
3-
- Add caching of web search results with new configurable TTL setting.
2+
- Adapt to handle subdivx.com pagination changes
3+
- Add caching of web search results with new configurable TTL setting
44
- Limit search results to 40. Avoid duplicate results if pagination stops
5-
working.
5+
working
66

77
0.3.3
88
- Implement caching of web search results. Use a cache validity of one hour.
@@ -19,11 +19,11 @@
1919
- Release changes since 0.2.5
2020

2121
0.2.13
22-
- Add 'news' section to addon.xml. Translate it and description to Spanish.
22+
- Add 'news' section to addon.xml. Translate it and description to Spanish
2323

2424
0.2.12
2525
- Comply with new Kodi policies: Less verbose logging by default. Achieved
26-
by moving most of it to LOGDEBUG level.
26+
by moving most of it to LOGDEBUG level
2727

2828
0.2.11
2929
- Remove disposable temporary directory after using it.
@@ -65,15 +65,15 @@
6565
pre-releases.
6666
- Make sure the userdata/addon_data/s.s.s/ dir exists when handling tempdirs
6767
even when the user hasn't touched our setting. Thanks Adrián Suárez
68-
(upadrian).
68+
(upadrian)
6969
- More robust final download link RE-based extraction.
7070
- Handle .srt filenames with unicode chars more robustly.
7171
- Make rating actually helpful by reflecting relative download count.
7272
- Cleanup uploader comment for the subtitle.
7373

7474
0.0.8
7575
- Handle new page added by subdivx.com. Thanks github users @upadrian,
76-
@gboado and @felexx90.
76+
@gboado and @felexx90
7777
- Simplify handling of temporary directory used to download & uncompress
7878
subtitle files by skipping the 'remove it recursively and re-create' stage
7979
which caused problems with mixed/unknown encodings, Unicode text passed in
@@ -86,7 +86,7 @@
8686
- Remove code added for 0.0.5 which isn't needed, had been added to workarond
8787
a Kodi Helix bug with handling of temp dir.
8888
- Implement manual search. Issue #2. Thanks Diego Garber.
89-
- Minor cleanups.
89+
- Minor cleanups
9090

9191
0.0.6
9292
- When the new option to show nicks was set, the subtitle file written ended

resources/language/English/strings.po

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Kodi Media Center language file
1+
# XBMC Media Center language file
22
msgid ""
33
msgstr ""
44
"Project-Id-Version: XBMC Addons\n"
55
"Report-Msgid-Bugs-To: [email protected]\n"
66
"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n"
7-
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
8-
"Last-Translator: Kodi Translation Team\n"
9-
"Language-Team: English (http://www.transifex.com/projects/p/xbmc-addons/language/en/)\n"
7+
"PO-Revision-Date: 2018-04-22 14:44-0300\n"
8+
"Last-Translator: XBMC Translation Team\n"
9+
"Language-Team: English\n"
1010
"MIME-Version: 1.0\n"
1111
"Content-Type: text/plain; charset=UTF-8\n"
1212
"Content-Transfer-Encoding: 8bit\n"
@@ -23,4 +23,4 @@ msgstr ""
2323

2424
msgctxt "#30002"
2525
msgid "Subtitle listing cache in minutes (0 turns it off)"
26-
msgstr ""
26+
msgstr ""

resources/language/Spanish (Argentina)/strings.po

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
# Kodi Media Center language file
21
msgid ""
32
msgstr ""
43
"Project-Id-Version: XBMC Addons\n"
54
"Report-Msgid-Bugs-To: [email protected]\n"
65
"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n"
7-
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
8-
"Last-Translator: Kodi Translation Team\n"
6+
"PO-Revision-Date: 2018-04-22 14:44-0300\n"
7+
"Last-Translator: XBMC Translation Team\n"
98
"Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/xbmc-addons/language/es_AR/)\n"
109
"MIME-Version: 1.0\n"
1110
"Content-Type: text/plain; charset=UTF-8\n"
@@ -23,4 +22,4 @@ msgstr "Mostrar nick del autor del subtítulo en lugar del idioma"
2322

2423
msgctxt "#30002"
2524
msgid "Subtitle listing cache in minutes (0 turns it off)"
26-
msgstr "Cache de lista de subtítulos [minutos]. 0 desactiva"
25+
msgstr "Cache de lista de subtítulos [minutos]. 0 desactiva"

0 commit comments

Comments
 (0)