Releases: ramiro/service.subtitles.subdivx
Releases · ramiro/service.subtitles.subdivx
First version compatible with Kodi >= 19
[Only for Kodi 13-18] Switch from GET to POST for search
v0.3.9 v0.3.9
[Only for Kodi 13-18] Adapt to changes in query string for search
Fix search results parsing
v0.3.7 v0.3.7
Get add-on working again
Upddate for subdivx migration to https. Implement new more direct subtitles file download method.
Adapt to latest subdivx.com changes.
Also:
- Add optional caching of web search resutlts. See the new setting added to contorl this.
- Limit search result to 40.
Fix a timing bug in v0.3.0 (affects mostly Android users). Less verbose logging.
v0.3.2 Don't use Python's time.sleep().
Kodi 18 Leia compatibility. More meta content in Spanish. Remove temp dirs.
v0.3.0 Release 0.3.0 with all changes since 0.2.5.
Increase robustness and performance.
Thanks Iván Ridao Freitas (@IvanRF) for driving this release.
More stable behavior for paths and file names containing non-ASCII chars. More relevant and faster search results. Better handling of compressed files contaning more than one subtitle file, SSA and SUB+IDX subtitles.
Better logging to aid in diagnostics. Internals enhancements.
Logging: Fix misleading phrasing. Use our prefix in paths debug log for searchability. Log our version, do it using LOGNOTICE level.
Internals: Factor out detection of compressed files. Initial maintainer docs. Better docstrings. Remove unused import.