@catavolt When shutting down you should see this at the end of the TraktPlugin log:
2026-07-04 16:12:11.448 [INFO] [MPMain][01]: Saving settings
2026-07-04 16:12:11.464 [INFO] [MPMain][01]...
@catavolt I will need to look at your TraktPlugin.log after shutting down MediaPortal to see where it might be crashing but it probably wont have a big impact on you as you mentioned.
In the...
@Gcarr, I see what the problem was and have resolved it I believe.
I also fixed a tv show sync issue that was recently introduced due to a API change as of yesterday (maybe earlier).
@Gcarr is this only happening when using the config tool or does it also happen when using Trakt with-in MediaPortal? (you can check the TraktPlugin log after using it)
To work around this issue...
There are a lot of improvements that can be made to that code. I can see the particular place it crashed, and there was no error handling in place. Will see what time I can put aside to resolve...
If you're using StreamedMP and would like to try out the latest Trakt Plugin (v6.0.7.446 from extensions manager) which now supports Trakt Favourites, then find attached updated skin files.
just an update:
trakt is build against an older version of onlinevideos (with the embedded newtonsoft.json) so my guess is trakt really wants it from onlinevideos instead of using the dll already...
Ok, I can reproduce after installing either 2.9.0.0 or 2.9.1.0 OnlineVideos.
So as it stands, you can use the latest Trakt, but use 2.8.0.1 of OnlineVideos until the problem is identified.
Of course, MediaPortal installs Newtonsoft.Json.dll and uses it in all plugins and grabbers.
<package id="Newtonsoft.Json" version="13.0.3" targetFramework="net40" requireReinstallation="true" />...