Skip to content

Commit 3aff424

Browse files
authored
tag version 3.1.2 (#237)
1 parent d20b4c1 commit 3aff424

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

addon.xml

Lines changed: 3 additions & 11 deletions
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="metadata.themoviedb.org.python"
33
name="The Movie Database Python"
4-
version="3.1.1"
4+
version="3.1.2"
55
provider-name="Team Kodi">
66
<requires>
77
<import addon="xbmc.metadata" version="2.1.0"/>
@@ -11,16 +11,8 @@
1111
library="python/scraper.py"/>
1212
<extension point="xbmc.addon.metadata">
1313
<reuselanguageinvoker>true</reuselanguageinvoker>
14-
<news>v3.1.1 (2025-03-21)
15-
- fix search for titles with accented characters
16-
- fix rare failure to find by IMDB number
17-
18-
v3.1.0 (2024-12-28)
19-
- add option to increase available artwork per art type
20-
- fix for inability to scrape IMDB ratings
21-
22-
v3.0.1 (2024-04-22)
23-
- fix scraper error when tags are disabled
14+
<news>v3.1.2 (2025-10-05)
15+
- fix missing fanart from TMDB
2416

2517
v3.0.0 (2024-04-17)
2618
- version 3 for Kodi 20 Nexus and above</news>

changelog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
v3.1.2 (2025-10-05)
2+
- fix missing fanart from TMDB
3+
14
v3.1.1 (2025-03-21)
25
- fix search for titles with accented characters
36
- fix rare failure to find by IMDB number

0 commit comments

Comments
 (0)