Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions service.subtitles.opensubtitles-com/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Search and download subtitles for movies and TV-Series from OpenSubtitles.com. S

REST API implementation based on tomburke25 [python-opensubtitles-rest-api](https://github.com/tomburke25/python-opensubtitles-rest-api)

v1.0.8 (2025-10-07)
- performs a query to kodi library if imdb or tmdb ID is missing (thanks you cvanderkam)

v1.0.7 (2025-08-26)
- added IMDB and TMDB collection on files for more accurate search to the API

Expand Down
4 changes: 3 additions & 1 deletion service.subtitles.opensubtitles-com/addon.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="service.subtitles.opensubtitles-com"
name="OpenSubtitles.com"
version="1.0.7"
version="1.0.8"
provider-name="amet, opensubtitles, juokelis, opensubtitlesdev">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
Expand Down Expand Up @@ -52,6 +52,8 @@
<description lang="zh_CN">多语种的电影及剧集字幕,每日更新千余条翻译好的字幕。免费下载,提供API接口,已拥有上百万的用户。</description>
<disclaimer lang="en_GB">Users need to provide OpenSubtitles.com username and password in add-on configuration. This is our new extension, old opensubtitles.org will not work on this, but the account can be easily imported on opensubtitles.com.</disclaimer>
<news>
v1.0.8 (2025-10-07)
- performs a query to kodi library if imdb or tmdb ID is missing (thanks you cvanderkam)

v1.0.7 (2025-08-26)
- added IMDB and TMDB collection on files for more accurate search to the API
Expand Down
7 changes: 7 additions & 0 deletions service.subtitles.opensubtitles-com/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@

v1.0.8 (2025-10-07)
- performs a query to kodi library if imdb or tmdb ID is missing (thanks you cvanderkam)

v1.0.7 (2025-08-26)
- added IMDB and TMDB collection on files for more accurate search to the API

v1.0.6 (2024-11-29)
- fixed issue with RAR archives (thanks ninjacarr)
- handles default chinese language to zh-cn (thanks ninjacarr)
Expand Down
Loading