Hi @mickb. I will make it for both cases i.e. you can put it in the same folder as the season or the series. Series will most likely be your logical choice.
Series/
├── 12345.tvdb
├── Season 01/...
Doesn't look like issue has been resolved yet so I will make a quick patch to temporarily solve the issue.
This is what I propose:
Add a file in the format <seriesid>.tvdb into the episodes...
I commented on Reddit as I don't know if there is anywhere else more official to post:
Fingers crossed it can just be switched back on, otherwise a lot of work will be required to migrate to v4...
Seems the API v1 methods I use for search are no longer returning any results (i.e. no data in the <Data> section):
2026-08-10 08:18:26.619 [DEBG][04]: Retrieving Data from...
@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...