Skip to content

Commit 257d42d

Browse files
authored
Merge pull request #2863 from razzeee/script.trakt@matrix
[script.trakt@matrix] 3.9.0
2 parents d609d59 + f26a69a commit 257d42d

2 files changed

Lines changed: 663 additions & 193 deletions

File tree

script.trakt/addon.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2-
<addon id="script.trakt" name="Trakt" version="3.8.2" provider-name="Trakt.tv, Razzeee">
2+
<addon id="script.trakt" name="Trakt" version="3.9.0" provider-name="Trakt.tv, Razzeee">
33
<requires>
44
<import addon="xbmc.python" version="3.0.0"/>
5-
<import addon="script.module.trakt" version="4.4.0"/>
65
<import addon="script.module.dateutil" version="2.8.1"/>
76
</requires>
87
<extension point="xbmc.python.script" library="defaultscript.py">
@@ -15,10 +14,11 @@
1514
<forum>https://forum.kodi.tv/showthread.php?tid=220547</forum>
1615
<website>https://trakt.tv</website>
1716
<source>https://github.com/trakt/script.trakt</source>
18-
<news>- Fix: Handle empty Kodi media details
19-
- Fix functional bugs in utilities and scrobbler
20-
- Add unit tests for utilities and obfuscation modules
21-
- Improve type hints</news>
17+
<news>- Replace trakt.py dependency with built-in REST client
18+
- Fix: Adapt to Trakt 2026 API changes (pagination and extended=progress for watched/collected sync)
19+
- Fix: Restore legacy sync video defaults to keep watched/collection comparisons working
20+
- Fix: Normalize movie watched state from new Trakt API response format
21+
</news>
2222
<assets>
2323
<icon>icon.png</icon>
2424
<fanart>fanart.jpg</fanart>

0 commit comments

Comments
 (0)