mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
Searching for film requires original name in migrated database #6777
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pendletong on GitHub (Feb 27, 2025).
Description of the bug
After upgrading/migrating to version 10.11.0 (2025022405) searching for films using the English title no longer works and requires using the original language title.
Reproduction steps
What is the current bug behavior?
Films with non-english (or presumably just different) original titles cannot be found while searching the main title
What is the expected correct behavior?
Search should query both the original and main title
Jellyfin Server version
Unstable
Specify commit id
No response
Specify unstable release number
2025022405
Specify version number
No response
Specify the build version
2025022405
Environment
Jellyfin logs
FFmpeg logs
Client / Browser logs
No response
Relevant screenshots or videos
Example film:
Search Main Title:
Search Original Title:
Additional information
No response
@theguymadmax commented on GitHub (Feb 27, 2025):
Confirmed behavior for the migrated database: Media can only be searched by the original title. Newly added movies are searchable by both the title and the original title.
A scan for missing metadata allows the item be searchable by both original title and title in migrated db.
@pendletong commented on GitHub (Mar 1, 2025):
I can confirm that a scan for missing metadata corrected the issue but for my library of 15,000 films this took several hours so it would be preferable to have this corrected in the initial migration, if possible.