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.----
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?
Keep in mind this isn’t federation. It is a way to access multiple independent servers via reverse proxy.
Yes, but a group of friends could use it to set up a group Jellyfin, sharing their libraries
It seems like the libraries are server specific. So it’ll probably just be saved to whichever server owns the library you’re using.
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?
Nice, this might finally allow me to have an English, German and French Library without having conflicts all the time.
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 !
What sort of conflicts?
I constantly have issues with Sonarr or Radarr overwriting French originals with horribly dubbed versions because I have English as the default language, same for German originals.
I would just love a way that would always prefer the original language if it’s one of the languages I speak - but that’s currently not possible.
I set Radarr/Sonarr to download original language and just bite the bullet with subtitles as I’ve found very few dubs that aren’t completely atrocious.
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.
How does it handle duplicate entries? How does it define duplicates?
Maybe each server shows up as a library. Like “Server 1 - Movies”
Kind of annoying but less so than swapping servers and search should work
You’re right! You can see that in the screenshots. Thx!
I was just guessing (it’s how I’d do it) 🥳
I always thought this would make more sense to implement client side in the media player. But its probably easier to implement this way.
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?
I don’t use jellyfin but these seems cool as fuck…