This release BREAKS all configs from older releases, they will need to be recreated either with the installer scripts or by looking at the example JSON. Remember that the file is case sensitive!
This release has a new update checker, it checks what the latest release on github is and tells you if its running an outdated version.
You can now have multiple usernames in the config if you for some reason use multiple (#23).
"username": ["your_username_here", "your_second_username_here"]
the old way is still accepted too
"username": "your_username_here"
You can now have more than just genres show up when playing music (#24).
{
"jellyfin": {
"music": {
"display": ["year", "album", "genres"],
"separator": "-"
}
}
}
A few examples:
By default it will look the same as it always has.
What's Changed
- Scripts to automate install/uninstall on macos by @pogmommy in #18
- Update to version 0.12.0 by @Radiicall in #26
New Contributors
Full Changelog: 0.11.2...0.12.0