• mosiacmango@lemm.ee
    link
    fedilink
    English
    arrow-up
    8
    ·
    edit-2
    21 hours ago

    I just did the plex to jellyfin swap, so ill jump in as well:

    Folder structure was no issue between plex and Jellyfin. I did have media scan crashes in jellyfin I didnt have in plex, but it turned out to be my very old music library. I used the FOSS musicbrainz picard to add idv3 tags and rename all files with strange characters in the library and the issue resolved.

    Jellyfin has lots of great plugins built-in, with more here. The intro skip is excellent, as is the jellyfin ignore if you want to skip some folders. You can also add an empty file named .ignore to any directory and jellyfin will skip it.

    I personally think the apps are excellent. The 1st party kodi app is way better than the 3rd party plexkodiconnect. Faster sync, more feature rich, responsive. The jellyfin android app is also very good. For music, I would recommend Symfonium. Its platform agnostic, but works great with Jellyfin.

    For https, look at a reverse proxy like Swag. It will explain how to get your certs issued and automated.

    For sharing, the best option is to not expose a port to the internet, but rather to integrate with tailscale. This is an always on vpn network that lets you share servers with remote clients, without opening yourself up to compromise. For a remote jellyfin client, you can install it on a raspi with kodi, or use an apple tv, which has a tailscale app available.

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

      As a long time Jellyfin skeptic, this is the most convinving endorsement I’ve heard. I dug into the links you shared. I had no idea the Jellyfin ecosystem had expanded so far.

      • mosiacmango@lemm.ee
        link
        fedilink
        English
        arrow-up
        3
        ·
        edit-2
        11 hours ago

        Yeah it’s pretty nice now. I just got tired of plex pulling shit like this and decided to pivot. Its been a breath of fresh air. Even the issues have been light.

        A word of warning if you go the container route though: linuxserver.io’s jellyfin container has a bugged ffmpeg install. Use the official jellyfin container from dockers registry. The compose file is all good to use from the Linuxserver.io, just swap the image.

        If you have any questions, let me know.

        • windlas@lemmy.ca
          link
          fedilink
          English
          arrow-up
          1
          ·
          2 hours ago

          Really?? I wasn’t aware. Ive been running the linuxserver.io image for a few months now. You think its worth going with the official container instead? I’ll give it a shot. The docker compose writeup is the same, aside from the image name?