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!

  • vortexsurfer@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    25 days ago

    This is not correct. Movie files do not need to be executable, and never should be! Not that movie files being executable will cause problems, but it’s possible to imagine a scenario where an attacker could exploit it, especially if the files are owned by root. Extremely unlikely, but I work in IT and always think about security :)

    You might be thinking of directories, which do need the executable permission to let a user/group/all be able to read its contents.

    • Krafting@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      25 days ago

      Yes good point, sorry, directory should be executable, files don’t have to be.

      Thank you for pointing it out!