jellyfin-rpc icon indicating copy to clipboard operation
jellyfin-rpc copied to clipboard

feat: Allow multiple server URLs

Open TriFoxie opened this issue 5 months ago • 2 comments

Just a smol thing for a very niche use case I had. Lets you put in multiple Jellyfin server URLs, and it just tries them and connects to the first available one.

Changes:

  • Backend: A couple structs, mainly the URL one, Vec<String> instead of String
  • Installer.py: multiple input for server url (space separated)
  • Config created with this should have a URLs field similar to the Usernames field.

Related: closes #223

TriFoxie avatar Nov 11 '25 02:11 TriFoxie

Tested on Debian idk if that's relevant

TriFoxie avatar Nov 11 '25 02:11 TriFoxie

Tested Windows as well

TriFoxie avatar Nov 12 '25 01:11 TriFoxie