jellyfin-rpc
jellyfin-rpc copied to clipboard
feat: Allow multiple server URLs
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
Tested on Debian idk if that's relevant
Tested Windows as well