this post was submitted on 30 Jun 2023
10 points (100.0% liked)

Jellyfin: The Free Software Media System

5605 readers
1 users here now

Current stable release: 10.10.0

Community Standards

Website

Forum

GitHub

Documentation

Feature Requests

Matrix (General Information & Help)

Matrix (Announcements)

Matrix (General Development)

Matrix (Off-Topic) - Come get to know the team and blow off steam!

Matrix Space - List of all the available rooms on Matrix.

Discord - Bridged to our Matrix rooms

founded 4 years ago
MODERATORS
 

Solution

As pointed out by @[email protected] here comment, and @iturnedintoanewt here, one can manually identify a show by clicking on the 3 vertical dots in the corner of a movie or show when hovering over it, and click "identify" (you must be logged in as an admin account). One then simply fills out the fields, as desired, to find the correct media.

Original Post

I have a few shows that Jellyfin isn't able to fetch the proper metadata for; they just display blank in the listings with only the original filename. Is it possible for me to select that show, and manually override Jellyfin to identify it as a specific show without renaming the actual file?

top 10 comments
sorted by: hot top controversial new old
[–] Mountaineer 8 points 1 year ago (3 children)

Whilst you can override it manually, I heartily recommend modifying the folder/file names so that autodetection works correctly.

Otherwise you'll end up just manually fixing it again next time there's a significant library change.

[–] [email protected] 2 points 1 year ago

This is the best fix, the second would be to find the IMDB id and place it in it on the GUI, then pull the metadata automatically and to make sure it's not reverted lock it.

[–] Hazrod 2 points 1 year ago (1 children)

On that note, is there a way to find the media for which I used the identify function? And cancel to return it to its default state ?

[–] Mountaineer 1 points 1 year ago

Not that I'm aware of.
The information would certainly be in the database, but I don't know how to access it.

[–] Kalcifer 2 points 1 year ago (1 children)

Otherwise you’ll end up just manually fixing it again next time there’s a significant library change.

What do you mean by this? Would you mean, for example, restructuring the folders so that the path changes?

[–] Mountaineer 1 points 1 year ago

Exactly.
Like you have to move things, or change your mounts, or a major change in Jellyfin necessitates rebuilding the library from scratch.
This works fine by the way, the watch status is stored in a database seperate from the media.

[–] iturnedintoanewt 3 points 1 year ago (1 children)

Click in the dots on the bottom right of the miniature (or near the playback options) and choose identify. You can give it the title and it will search, or i think you can give it the specific IMDB ID so it fetches the right data.

[–] Kalcifer 2 points 1 year ago
[–] [email protected] 2 points 1 year ago (1 children)

I assume, the show is still grouped as a show, with all the seasons being recognised correctly, it just doesn't know from what they are? If that's the case, you can select "identify" in the three dot menu of that particular show and search for the show, ideally by adding a moviedb ID. That should fix your problem

[–] Kalcifer 1 points 1 year ago

Awesome, that did it! Thank you so much!