Skip to content

Commit 7552e22

Browse files
[service.subtitles.opensubtitles-com] 1.0.8 (#2773)
* [service.subtitles.opensubtitles-com] 1.0.7 * [service.subtitles.opensubtitles-com] 1.0.8 --------- Co-authored-by: jujudellago <[email protected]>
1 parent 8995db4 commit 7552e22

File tree

6 files changed

+766
-158
lines changed

6 files changed

+766
-158
lines changed

service.subtitles.opensubtitles-com/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Search and download subtitles for movies and TV-Series from OpenSubtitles.com. S
44

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

7+
v1.0.8 (2025-10-07)
8+
- performs a query to kodi library if imdb or tmdb ID is missing (thanks you cvanderkam)
9+
710
v1.0.7 (2025-08-26)
811
- added IMDB and TMDB collection on files for more accurate search to the API
912

service.subtitles.opensubtitles-com/addon.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
22
<addon id="service.subtitles.opensubtitles-com"
33
name="OpenSubtitles.com"
4-
version="1.0.7"
4+
version="1.0.8"
55
provider-name="amet, opensubtitles, juokelis, opensubtitlesdev">
66
<requires>
77
<import addon="xbmc.python" version="3.0.0"/>
@@ -52,6 +52,8 @@
5252
<description lang="zh_CN">多语种的电影及剧集字幕,每日更新千余条翻译好的字幕。免费下载,提供API接口,已拥有上百万的用户。</description>
5353
<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>
5454
<news>
55+
v1.0.8 (2025-10-07)
56+
- performs a query to kodi library if imdb or tmdb ID is missing (thanks you cvanderkam)
5557

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

service.subtitles.opensubtitles-com/changelog.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2+
v1.0.8 (2025-10-07)
3+
- performs a query to kodi library if imdb or tmdb ID is missing (thanks you cvanderkam)
4+
5+
v1.0.7 (2025-08-26)
6+
- added IMDB and TMDB collection on files for more accurate search to the API
7+
18
v1.0.6 (2024-11-29)
29
- fixed issue with RAR archives (thanks ninjacarr)
310
- handles default chinese language to zh-cn (thanks ninjacarr)

0 commit comments

Comments
 (0)