Jellyfin Forum
Backdrop search suddenly yields no results - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+---- Forum: Media Scanning & Identification (https://forum.jellyfin.org/f-media-scanning-identification)
+---- Thread: Backdrop search suddenly yields no results (/t-backdrop-search-suddenly-yields-no-results)



Backdrop search suddenly yields no results - goliad - 2025-10-02

Hoping someone can help me troubleshoot this random issue.

All of a sudden yesterday new additions to my library stopped automatically including a single backdrop image, and when I manually add one and click the search button to look for more, there are no results (see screenshots).

[Image: ciXf9Z7.png]

[Image: 8Jwtnyw.png]

I didn't change any settings related to backdrops or images that I'm aware of, and I haven't been able to locate any solutions online.

The only setting I did change was removing the scheduled "update collections" event, because if a drive was disconnected it would empty the collections and I'd have to add them all back again.

RunningĀ 10.10.7

Any help greatly appreciated!


RE: Backdrop search suddenly yields no results - kandykarter - 2025-10-02

It's not just you. I'm assuming Tmdb has changed something in their API, but I'm not sure what if anything we can do about it.

https://github.com/jellyfin/jellyfin/issues/14922


RE: Backdrop search suddenly yields no results - goliad - 2025-10-02

Gotcha, thanks for the info. I'll just hope this gets resolved on TMDB's end soon. Just so long as I know it's not something I accidentally changed or can fix myself. Thanks again!


RE: Backdrop search suddenly yields no results - west - 2025-10-02

It's because TMDB implemented language regions a few weeks ago, and the API for that change just went live in the last couple days.
xx-XX means "no language no region"
en-US for example would mean "English language U.S. region"
Jellyfin is looking for xx instead of xx-XX, so it's interpreting xx-XX backdrops as being thumbs belonging to a language group instead of passing them along as textless backdrops.
Jellyfin code simply needs to be changed to adapt to TMDB's new changes.
Should be fairly easy to fix. Should be fairly quick to fix however that all depends on the devs.


RE: Backdrop search suddenly yields no results - kandykarter - 2025-10-02

Oh, interesting. Quick checked and if you search images, select Thumb and "All languages" and there's all the backdrops. Thanks!