Changelog

Stay updated with the latest features, improvements, and bug fixes in MyTrakt Sync. See what's new in each version.

Code optimizations
v3.10.10
Latest
March 27, 2026

Changes

Implement stale cache retention settings and cleanup logic to keep expired data so the stale cache fallback can serve it during 429s/circuit breaker events.

Code optimizations
v3.10.9
March 26, 2026

Changes

Trakt limit guard optimization to reduce 429 errors

Optimizations & bugs fixing
v3.10.8
March 26, 2026

Changes

Fix continue watching movies not using old cache on Trakt limit error

Other code optimizations

Trakt queue and fixs
v3.10.7
March 25, 2026

Changes

Fix search not using IMDb ids to work with nuvio.

Allow the use of old watched cache to display watched status when Trakt is limiting the addon.

Trakt queue (phase 0 bata), New feature for public client users

On watched no cache or cache expire when Trakt limiting the addon, create a queue to try fetch the watched data later automatically.

New tab "Trakt Queue" under catalogs tab , to manually submit new request for watched fresh data from Trakt

Trakt limit optimization
v3.10.6
March 24, 2026

Changes

Allow the use of old cache when Trakt return too many requests error and the limit guard and cool down is active instead of showing empty lists

Trakt too many requests error guard summary for public client:

On no cache or expired cache the addon try to call trakt to fetch fresh data.

If Trakt response is too many requests error, the addon will retry one more time, if still error a circuit break will open and logged in database to prevent further spamming Trakt with infinite loop until the cool down expire.

If circuit break open the addon will show old cached data to prevent empty lists (cache expires every 24 hours), but for new uncached lists they will return empty results.

Trakt limit optimization
v3.10.5
March 24, 2026

Changes

Add Trakt limit 429 retry guard to the rest of personal lists ( watchlist, favorites, collection, personal, liked, etc)

Trakt limit optimization
v3.10.4
March 24, 2026

Changes

Implement shared Trakt rate limit state for public client, Use database to manage rate limiting across multiple pods

Fix connect passkey-only users to Trakt bug

More watched cool down optimization
v3.10.3
March 21, 2026

Changes

Add watched cool down to watched catalogs.

Add cool down to progress tab in configure page

Stremio library import now uses the watched cool down duration

Public client limitation
v3.10.2
March 21, 2026

Before

On no cache the addon kept calling Trakt watched API endpoint, the result was infinite loop causing too many requests error, and result was always empty continue watching.

Current

On no cache the code always respect the cool down duration set in admin panel, can result on empty continue watching list, but eventually the watched history will be fetched.

On cache hit and cool down duration active, the code will use the cached data in database until the cool down duration reset and fetch fresh data.

Cool down duration will be set to 24 hours for couple of days, then I will reduce it to the point that everyone can get watched cache without hitting Trakt too many requests error.

Disable all cache clear settings in advanced tab.

Trakt username conflict detectition
v3.10.1
March 20, 2026

Changes

Show a proper error message in URL when a passkey only account try to connect to Trakt account that already connected to another MyTrakt account

Meta providers per type
v3.10.0
March 19, 2026

New features

Separate meta provider for movie/series.

Ability to use IMDB ids (tt..) for TMDB meta provider, this solve some compatibility issues.

Introducing creating new MyTrakt accounts without connecting to Trakt, for users that want to use MDBList, Streaming and anime, Or for users that want to use premium MyTrakt without the need to first connect to public Trakt client, can connect to Trakt later from configure page either with public client or with private client.

Proxy input helpers to easily generate the proxy URL

Hide the other payment method when having an active subscription (example: hide patreon section when using paypal).

Automatically refresh the continue watching tv when new episodes are released (using the cache duration in advanced tab for premium users and 24 hours for normal users).

UI

Changed the passkey login/register to make it more direct, and changed the "Connect to trakt button" to "New account with Trakt" to eliminate the confusion and reduce the rate limit error form Trakt caused by existing users using connect to Trakt as a way to login, existing MyTrakt users should always use login with passkey or access configure page directly by bookmarking it.

Fixes and Optimizations

Fix MDBList default sorting.

Optimize the imdb fallback.

Recommendations

For using nuvio you should use IMDB, either using IMDB meta provider or use IMDB ids with TMDB meta provider.

If you want to wrap AIOstreams in MyTrakt addon federation then don't use the elfhosted AIOstreams instance because the streams urls are encrypted and wont work, also it requires IMDB ids to properly work and avoid conflicts with TMDB.

For premium users it's very important to setup the proxy and save API settings to avoid Trakt limiting by server ip.

SEO fixs
v3.9.39
February 28, 2026

Changes

Some SEO fixs

Code optimizations
v3.9.38
February 23, 2026

Changes

Discovery catalogs optimization

Addons Federation Streams
v3.9.37
February 17, 2026

Changes

Improve 3rd party addons streams resolving

Code optimizations
v3.9.36
February 16, 2026

Changes

Fix wrong items type for suffixed catalogs when using MyTrakt catalog type

Some UI optimizations

Code optimizations
v3.9.35
February 13, 2026

Changes

In watchlist unreleased items appear first when sorting by released desc, and appear last when sorting by released asc.

Add reconnect to discord button when previously connected to discord to reapply the discord role.

Optimize proxy input to ensure it's converted to lowercase, to prevent connections error.

Bugs fixing
v3.9.34
February 10, 2026

Changes

Fix some bugs and remove some dead codes

Bugs fixing & UI optimizations
v3.9.33
February 9, 2026

Changes

Fix default sorting index

Change Rank to Default in sorting option

Show the list full name in UI

SEO
v3.9.32
February 8, 2026

Changes

Improve website SEO

Ratings posters font
v3.9.31
February 7, 2026

Changes

Changed the ratings font to Rubik

Testing improved logo resolution and better IMDB logo

Bugs fixing
v3.9.30
February 5, 2026

Changes

fix small syntax error in continue watching sorting

Code optimizations & Bugs fix
v3.9.29
February 5, 2026

Changes

bugs fixing

Optimizations & bugs fixing
v3.9.28
February 4, 2026

Changes

Rewrite sorting and genres filter

Use cinemeta for special episodes for tmdb provider

other code optimizations and bugs fixing

Optimizations & bugs fixing
v3.9.27
February 2, 2026

Changes

Disabled Trakt ratings for now until I figure a better way to fetch it without calling trakt api for every item

A lot of optimizations in the code to increase the meta endpoint loading speed,

Optimizing proxy to reduce its usage

Code optimizations & Bugs fix
v3.9.26
January 31, 2026

Changes

Fix personal and external MDBList missing from catalogs cards in configure page.

More meta endpoint optimizations

Code optimizations
v3.9.25
January 31, 2026

Changes

IMDB ratings dataset lookup optimization

Meta endpoint optimization
v3.9.24
January 30, 2026

Changes

Optimize meta endpoint to increase shows and movies loading speed

Debrid fixes
v3.9.23
January 30, 2026

Changes

Fix debrid ip forwarding

Public client optimization
v3.9.22
January 29, 2026

Changes

More public client optimization to reduce Trakt api usage as possible

Meta endpoint optimization

Real debrid optimization

Public client optimization
v3.9.21
January 29, 2026

Changes

Continue to optimize public client by avoiding any unnecessary Trakt api calls, and replace them with another ways

Public client optimization
v3.9.20
January 29, 2026

Configure page

Removed Trakt lists auto sync and replaced it by sync button with 30 minutes cool down

Removed liked lists auto fetch in liked lists manager, replaced by refresh button with 30 minutes cool down

All liked lists are cached in database to use if Trakt return 429 limit

Code optimizations
v3.9.19
January 28, 2026

Fixes and optimizations

Debrid cache optimization

Enhance Fanart fallback to check if Fanart cdn is online (Fanart cdn was down today)

Public Trakt client optimizations to reduce the Trakt 429 limit errors

Disabled catalog cache duration settings in advanced tab and applied 24 hours duration

Applied 6 hours cool down to the clear personal/watched cache in advanced tab

Increased the Trakt watched timestamp check to 3 hours for watched status, continue watching and dropped shows

Debrid Optimization
v3.9.18
January 27, 2026

Changes

More debrid optimizations

Debrid Optimization
v3.9.17
January 27, 2026

Changes

Debrid code optimization

Optimizations & bugs fixing
v3.9.16
January 27, 2026

Changes

Some code optimization and bugs fixing

IMDB Ratings
v3.9.15
January 27, 2026

Changes

Fixed IMDB ratings in all locations, refreshed daily

Improve episodes imdb ratings
v3.9.14
January 26, 2026

Changes

Improve episodes imdb ratings

Proxy retry & Ratings optimization
v3.9.13
January 26, 2026

Changes

Added retry logic for proxy to all Trakt api calls

Optimize ratings scraping

Optimizing debrid with full logs to start fixing all debrid providers

Add/Remove watchlist streams
v3.9.12
January 23, 2026

Changes

optimizing Add/Remove watchlist streams for private client users with proxy

Add/Remove watchlist streams
v3.9.11
January 23, 2026

Changes

Added add to watchlist and remove from watchlist streams, the option can be enabled and disabled from preferences tab.

Added a new login method "Login with trakt username and mytrakt passkey" this login method only for existing users who connected to trakt at least once

streams resolving
v3.9.2
January 20, 2026

optimize 3rd party addons streams resolving

Bugs fixing
v3.9.1
January 19, 2026

Changes

Resolve the 3rd party addons streams to get the final playback url.

Normalize all genres names in MyTrakt catalogs to prevent no content errors.

Increase dropped shows trakt api results to 1000 to fetch all dropped shows beyond the trakt default 10 shows limit.

Fanart posters overwriting in stremio's continue watching library.

Addons Federation
v3.9.0
January 18, 2026

Changes

Addons Federation: unify third‑party catalogs into your addon with per‑addon timeouts & cache, TMDB enrichment and localization, catalog usage analytics, and robust error handling for seamless, faster discovery

MyTrakt Posters in stremio's Continue Watching

Fix and improve catalog Sorting Options: Multiple sorting methods for catalogs (Original, Alphabetical A-Z/Z-A, Date Added Oldest/Newest, Custom)

Aggregated ratings Position Control: Choose whether aggregated ratings appear before or after description text

Smart Watch Status Fetching: Private client + proxy users get fresh watch status on every item access (no caching delays)

Dropped Shows Caching: 24-hour cache for dropped shows in continue watching to reduce API calls, Advanced tab includes manual refresh button

Fixed RPDB paid-to-free fallback logic to handle all error conditions properly

Fix MyTrakt posters Textless posters in search

New Teal theme

Streaming Auto Country Detect
v3.8.4
January 6, 2026

Changes

Auto detect your country when opening streaming catalogs manager.

Fixed MyTrakt ratings posters for discovery catalogs.

Some UI optimization and polishing.

Badge Designer
v3.8.3
January 5, 2026

Changes

Badge Designer bugs fixing

add posters in Badge Designer preview

Badge Designer
v3.8.2
January 5, 2026

Changes

Badge Designer: Design your ratings posters badges exactly how you want them with full control

Optimizations and fixes

v3.8.1
January 5, 2026

Changes

increase providers list height and add catalog sorting in streaming lists manager

fix IMDB ratings for ratings poster

MyTrakt Ratings Posters + Episodes Thumbnails
v3.8.0
January 4, 2026

Changes

MyTrakt ratings posters with episodes thumbnails: an alternative to RPDB, full control over your ratings style (background color, text color and size), with fallback to next rating provider in the list to make sure you always get 3 ratings, also the ability to display textless poster with the ratings, and average rating, currently included with the private client subscription with no extra cost.

Rated and profanity: added to rating aggregator.

Themes: added theme system in UI with more automatic seasonal themes

Features & Fixes
v3.7.9
January 2, 2026

Features Added

Add select all to streaming providers.

Add delete all button to added streaming catalogs.

Add Viki Rakuten for streaming providers.

Sorting All Providers in streaming list alphabetically.

Fixes

Fix renaming catalog types reset the list catalog type to default.

Fix liked lists counts when loading configure page.

Fixed the catalogs filters to display the lists count and hide when there is no lists with the filter type.

Optimize Anilist catalogs hiding logic.

Debrid
v3.7.8
January 2, 2026

Changes

Add enable/disable toggle for debrid accounts

Rewrite almost all debrid functions, improving resolving, caching, playback and account testing

Want to contribute, report an issue, or join the community?