Seems this just released 10 hours. Was mentioned in this other thread, but figured it was worth granting it’s own topic. Very Cool! I’m not the dev, but this is awesome. Was originally posted to Reddit here.

Oh wow, repo is https://github.com/LLukas22/Jellyswarrm

Jellyswarrm is a reverse proxy that lets you combine multiple Jellyfin servers into one place. If you’ve got libraries spread across different locations or just want everything together, Jellyswarrm makes it easy to access all your media from a single interface.

Working

  • Unified Library Access – Browse media from multiple Jellyfin servers in one place.
  • Direct Playback – Play content straight from the original server without extra overhead.
  • User Mapping – Link accounts across servers for a consistent user experience.
  • API Compatibility – Appears as a normal Jellyfin server, so existing apps and tools still work.

⚠️ In Progress

  • Websocket Support – Needed for real-time features like SyncPlay (not fully reliable yet).
  • Audio Streaming – May not function correctly (still untested in many cases).
  • Automatic Bitrate Adjustment – Stream quality based on network conditions isn’t supported yet.

🚫 Not Planned

  • Admin Functions – Server administration (user management, settings, etc.) won’t be supported through Jellyswarrm.----
  • fmstrat@lemmy.nowsci.com
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    1
    ·
    3 hours ago

    I bet this could be used to load balance regional servers with a bit of tweaking. (I made Plex-sync a long time ago for a similar purpose)

  • comrade_twisty@feddit.org
    link
    fedilink
    English
    arrow-up
    6
    ·
    5 hours ago

    Nice, this might finally allow me to have an English, German and French Library without having conflicts all the time.

    • N0x0n@lemmy.ml
      link
      fedilink
      English
      arrow-up
      1
      ·
      56 seconds ago

      You can already do that (somehow) with tags and libraries. There’s a plugin for that.

      But yeah this looks less complicated to setup and maintain !

  • Grandwolf319@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    36
    arrow-down
    1
    ·
    edit-2
    9 hours ago

    Holy shit, sounds like this would enable people to have a community in which m every person has a Jellyfin and they each use all of them.

    One person could specialize in documentaries and another in shows.

    Combined, it would mean a huuuge library.

    I wonder how high demand content would work. As in, if a TV show is watched a lot, could it be saved in multiple servers and the swarrm figure out who streams from what to balance demand?

    • kiol@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      19
      ·
      9 hours ago

      Keep in mind this isn’t federation. It is a way to access multiple independent servers via reverse proxy.

      • Revan343@lemmy.ca
        link
        fedilink
        English
        arrow-up
        6
        ·
        9 hours ago

        Yes, but a group of friends could use it to set up a group Jellyfin, sharing their libraries

  • sudo@programming.dev
    link
    fedilink
    English
    arrow-up
    23
    ·
    edit-2
    9 hours ago

    Automatic Mapping

    If a user already exists on one or more connected servers, they can log in directly with their existing Jellyfin credentials. Jellyswarrm will automatically create a local user and set up the necessary server mappings.

    If the same username and password exist on multiple servers, Jellyswarrm will link those accounts together automatically. This provides a smooth experience, giving the user unified access to all linked servers.

    Really should audit the implementation of that feature. So when you first log in it automatically sends you’re credentials to every connected server?

    • kiol@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      16
      ·
      11 hours ago

      Yep, this was mentioned in that thread and it is so impressive it deserves a dedicated topic to promote itself. Seems it has only existed for a few hours!

  • Avid Amoeba@lemmy.ca
    link
    fedilink
    English
    arrow-up
    7
    ·
    10 hours ago

    I feel like this problem should be solved via some form of federation within Jellyfin, but if Jellyswarm works well enough… I’m not gonna make a fuss.

  • sudo@programming.dev
    link
    fedilink
    English
    arrow-up
    3
    ·
    9 hours ago

    I always thought this would make more sense to implement client side in the media player. But its probably easier to implement this way.

  • kiol@lemmy.worldOP
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    9 hours ago

    Here are some thoughts from Jellyfin-offtopic:

    • I wouldn’t trust it especially with the new DB coming out. No way Jellyfin’s own DB supports multiple servers. It would be up to the tool to keep track of everything. And I’m assuming only one person is supposed to run that thing on multiple servers.
    • How would this work when multiple people want to connect to others at the same time?