not all my files showing in my JF library
from brunofin@lemm.ee to jellyfin@lemmy.ml on 11 May 2024 13:09
https://lemm.ee/post/31659763

Hi all, I moved away from Flex just yesterday and installed Jellyfin. Liking it so far, it’s clean and uncluttered, but unfortunately it seems not all my files are being recognized and aren’t showing in the library.

Mostly it looks like it’s showing exclusively mkv files, but I have a bunch of Avi and vob files that used to be properly recognized in Plex. Any way to make those work?

I am running Jellyfin on Podman from Fedora 40 managed by systemd, using the official docker image. The container walkthrough mentioned other 2 alternative images, not sure if I should try one of them?

Thanks!

#jellyfin

threaded - newest

theit8514@lemmy.world on 11 May 2024 13:25 next collapse

For my part, to get Jellyfin to recognize some of my shows/movies properly I had to export the Metadata which properly detected most. If that doesn’t work Jellyfin might be ignoring them due to decoding issues. Would be worth checking the log while rescanning to see if there’s an error or access issue.

brunofin@lemm.ee on 12 May 2024 17:48 collapse

Interesting is that I see absolutely no errors in the logs. Some folders it explicitly mentions it ignored them for being empty while they actually contain files. Not sure why.

Krafting@lemmy.world on 11 May 2024 16:40 collapse

Files need to be executable iirc, verify permission and compare permissions from a file that is shown in your library from a file that isn’t.

brunofin@lemm.ee on 12 May 2024 17:47 collapse

Interesting. Thanks for that. I ran a chmod +x --recursive . in my library root but still those files won’t show up in Jellyfin.

Edit: I just found this link about file naming. Did I understand well that Jellyfin is expecting files to be named in a certain way?

jellyfin.org/docs/general/server/media/movies/

If that’s true that’s not really ideal, I expected I could just throw files or folders in the library root and Jellyfin would find them?

Krafting@lemmy.world on 12 May 2024 19:39 collapse

Jellyfin will find all files, naming files is for when jellyfin needs to fetch metadata, if your file is not named correctly, jellyfin might struggle to find its correct metadata.

Also, look if there are not weird chars in filename, for example emoji, weird unicode and stuff, I don’t think that’s the issue here but maybe?

Also, for permission check if all files have the same user:group permission

brunofin@lemm.ee on 12 May 2024 19:58 collapse

So I realized, those files were in a “Concerts” type of library. I copied the files into my “Movies” type library, and alas there they are.

Not sure why though, I can work with that, but I’d prefer they would be in their own library.

Is there anything special with that kind of library I should know about? Or is this a bug?

Krafting@lemmy.world on 12 May 2024 21:19 collapse

Concerts ? this seems like an plugin to me. You can just create a second Movie library ?

brunofin@lemm.ee on 12 May 2024 22:11 collapse

Lol ok your comment just made me realize my mistake, and I’d probably never see it and just go back to Plex instead.

So what happened is that when I imported my Plex library to Jellyfin I created a library named “Concerts” and content type I probably intended to click “Shows” but clicked “Music” instead which I’m guessing at this point expects only audio files, thus, never listing my concerts files on Jellyfin :)

That said, I think “Shows” is probably also not the correct content type here, I think they meant more like TV shows, like The Office or Friends etc. Probably the right content type is either Music Videos or just Movies.

Anyway thanks for the help, I wouldn’t have noticed my mistake if it weren’t for your comment.