this post was submitted on 11 May 2024
12 points (92.9% liked)

Jellyfin: The Free Software Media System

5690 readers
72 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
 

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!

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 5 months ago (8 children)

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.

[–] [email protected] 1 points 5 months ago* (last edited 5 months ago) (5 children)

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?

https://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?

[–] [email protected] 2 points 5 months ago

You should remove the executable permission, see my other reply. Movie files should never be executable, but directories should be.

chmod -R -x+X * should do the trick, that will remove the executable permission on all files, and set it on directories.

load more comments (4 replies)
load more comments (6 replies)