Skip to content

Commit e36a144

Browse files
authored
tag version 3.2.0 (#250)
1 parent 075f1d2 commit e36a144

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

addon.xml

Lines changed: 5 additions & 6 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.3"
4+
version="3.2.0"
55
provider-name="Team Kodi">
66
<requires>
77
<import addon="xbmc.metadata" version="2.1.0"/>
@@ -11,11 +11,10 @@
1111
library="python/scraper.py"/>
1212
<extension point="xbmc.addon.metadata">
1313
<reuselanguageinvoker>true</reuselanguageinvoker>
14-
<news>v3.1.3 (2025-10-12)
15-
- fix missing fanart from TMDB either way
16-
17-
v3.1.2 (2025-10-05)
18-
- fix missing fanart from TMDB
14+
<news>v3.2.0 (2026-03-08)
15+
- add option for keyart from TMDB
16+
- add whitelist option for "keywords as tags"
17+
- fix - don't save empty uniqueID values
1918

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

changelog.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v3.2.0 (2026-03-08)
2+
- add option for keyart from TMDB
3+
- add whitelist option for "keywords as tags"
4+
- fix - don't save empty uniqueID values
5+
16
v3.1.3 (2025-10-12)
27
- fix missing fanart from TMDB either way
38

0 commit comments

Comments
 (0)