It was way easier than I thought it would be to get started. I put Sparky Linux on an 18 year old laptop and moved a bunch of movies and shows over to it, got Tailscale squared away, and now I can watch my media ANY WHERE IN THE WORLD. The only problem is storage. Jellyfin doesn’t recognize my external drive for some reason and says the path is invalid. Is there a simple solution I’m missing?

Also I’m just stoked I was able to do this. I know I just followed a recipe, but it’s a pretty cool feeling having all my music and shows right there, and I don’t have to pay some middle man one red can’t to access media I already own.

  • UntimedDiffusion@piefed.zip
    link
    fedilink
    English
    arrow-up
    4
    ·
    14 hours ago

    Are you on Windows or Linux? If Linux, is jellyfin installed on docker or from your package manager? The drive is mounted right?

      • determinist@kbin.earth
        link
        fedilink
        arrow-up
        7
        ·
        12 hours ago

        Check permissions of the external drive, and set owner to jellyfin group. Give rw permissions to that group/drive. I went through similar with my external drives. It was a permissions issue.

        • flying_gel@lemmy.world
          link
          fedilink
          English
          arrow-up
          3
          ·
          11 hours ago

          Read permissions should be enough, I’ve got mine in a freebsd jail with the media dataset mounted into it read only.

          • Appoxo@lemmy.dbzer0.com
            link
            fedilink
            English
            arrow-up
            4
            ·
            11 hours ago

            I’d do red/write and enable nfo files alongside the media files.
            Then I’d use an admin account for admin stuff and a regular user without any edit permissions.

      • -RJ-@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        9 hours ago

        Installing Linux and running a service is hard and if you’re only going to be running Jellyfin then most people would say that’s the best way to go (and probably much much harder than just doing a docker-compose up command which is pretty much what I did). Well done on getting it going. I’ve been running it a few weeks at home, yesterday I got to test it out remotely, I was stunned that even with my rubbish home internet, it ran flawlessly!

      • UntimedDiffusion@piefed.zip
        link
        fedilink
        English
        arrow-up
        6
        ·
        14 hours ago

        Yeah I reread the part where you said you installed Linux lol. On top of checking permissions also check user ownership of the media. I believe a normal jellyfin install uses your user rather than it’s own system user