Describe the bug
I have an old tv show in my jellyfin with correct metadata which Maintainerr tries to correct the TVDB id with a wrong one.
To Reproduce
On test over that tv show season from my collection rule.
Expected behavior
No needed to correct the TVDB ID.
Screenshots
If applicable, add screenshots to help explain your problem.
Device (please complete the following information):
- OS: Using docker over Synology DSM 7.3
- Version 3.13.0
- Server: Jellyfin
Debug logs
01/06/2026 13:16:18 [WARN] [MetadataService] Corrected TVDB ID: 280331 to 306261 via TMDB cross-reference. The media server may have incorrect metadata for this item.
01/06/2026 13:16:38 [WARN] [MetadataService] Corrected TVDB ID for "Un principe para...": 280331 to 306261 via TMDB cross-reference. The media server may have incorrect metadata for this item.
01/06/2026 13:16:38 [WARN] [SonarrApi] Could not retrieve show by tvdb ID 306261
01/06/2026 13:16:38 [WARN] [SonarrGetterService] None of the resolved external IDs [TVDB:306261] for 'Un principe para...' matched a series in Sonarr. Is the series tracked in Sonarr?
Additional context
The TV has IMDB: tt3648600, TMDB: 65351 and TVDB: 280331 and release year: 2013 which all are correct in jellyfin.
Jellyfin metadata:
{
"Name": "Un principe para...",
"OriginalTitle": "Un principe para...",
"ServerId": "907bee2464264fa4b9501e19a8b93251",
"Id": "bf3ba9f6c02351e96ec5085cb45191cd",
"DateCreated": "2024-11-14T20:31:44.0000000Z",
"PremiereDate": "2013-05-12T00:00:00.0000000Z",
"Path": "/tvshows/un principe para Corina (2013)",
"ChannelId": null,
"RunTimeTicks": 72000000000,
"ProductionYear": 2013,
"ProviderIds": {
"Imdb": "tt3648600",
"Tmdb": "65351",
"Tvdb": "280331",
"TvdbSlug": "280331-show"
},
"IsFolder": true,
"Type": "Series",
"Status": "Ended",
"AirTime": "22:30",
"AirDays": [
"Wednesday"
],
"DisplayOrder": "",
"LocationType": "FileSystem",
"MediaType": "Unknown",
"EndDate": "2014-01-28T00:05:00.0000000Z"
}
Describe the bug
I have an old tv show in my jellyfin with correct metadata which Maintainerr tries to correct the TVDB id with a wrong one.
To Reproduce
On test over that tv show season from my collection rule.
Expected behavior
No needed to correct the TVDB ID.
Screenshots
If applicable, add screenshots to help explain your problem.
Device (please complete the following information):
Debug logs
Additional context
The TV has IMDB: tt3648600, TMDB: 65351 and TVDB: 280331 and release year: 2013 which all are correct in jellyfin.
Jellyfin metadata:
{ "Name": "Un principe para...", "OriginalTitle": "Un principe para...", "ServerId": "907bee2464264fa4b9501e19a8b93251", "Id": "bf3ba9f6c02351e96ec5085cb45191cd", "DateCreated": "2024-11-14T20:31:44.0000000Z", "PremiereDate": "2013-05-12T00:00:00.0000000Z", "Path": "/tvshows/un principe para Corina (2013)", "ChannelId": null, "RunTimeTicks": 72000000000, "ProductionYear": 2013, "ProviderIds": { "Imdb": "tt3648600", "Tmdb": "65351", "Tvdb": "280331", "TvdbSlug": "280331-show" }, "IsFolder": true, "Type": "Series", "Status": "Ended", "AirTime": "22:30", "AirDays": [ "Wednesday" ], "DisplayOrder": "", "LocationType": "FileSystem", "MediaType": "Unknown", "EndDate": "2014-01-28T00:05:00.0000000Z" }