Skip to content
Merged
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
14 changes: 3 additions & 11 deletions 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="metadata.themoviedb.org.python"
name="The Movie Database Python"
version="3.1.1"
version="3.1.2"
provider-name="Team Kodi">
<requires>
<import addon="xbmc.metadata" version="2.1.0"/>
Expand All @@ -11,16 +11,8 @@
library="python/scraper.py"/>
<extension point="xbmc.addon.metadata">
<reuselanguageinvoker>true</reuselanguageinvoker>
<news>v3.1.1 (2025-03-21)
- fix search for titles with accented characters
- fix rare failure to find by IMDB number

v3.1.0 (2024-12-28)
- add option to increase available artwork per art type
- fix for inability to scrape IMDB ratings

v3.0.1 (2024-04-22)
- fix scraper error when tags are disabled
<news>v3.1.2 (2025-10-05)
- fix missing fanart from TMDB

v3.0.0 (2024-04-17)
- version 3 for Kodi 20 Nexus and above</news>
Expand Down
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v3.1.2 (2025-10-05)
- fix missing fanart from TMDB

v3.1.1 (2025-03-21)
- fix search for titles with accented characters
- fix rare failure to find by IMDB number
Expand Down
Loading