Releases: Radiicall/jellyfin-rpc
v0.14.2 | Music bug fix
This release fixes #47, a crash that happens when a song is not in an album
Full Changelog: 0.14.1...0.14.2
v0.14.1 | Bug fixes
This release addresses 2 bugs, one that happens on some linux distros (#41) and one that happens when you're using theme music (#43)
What's Changed
- Use rustls tls by @Radiicall in #42
- Fix issue with theme music by @Radiicall in #44
Full Changelog: 0.14.0...0.14.1
v0.14.0 | Audiobooks
This release adds audiobook support (#34, #35)
What's Changed
- Handle config better by @Radiicall in #36
- Audiobook support by @Radiicall in #38
Full Changelog: 0.13.2...0.14.0
v0.13.2 | attempt 2
Forgot to bump the version...
Full Changelog: 0.13.1...0.13.2
0.13.1 release notes
This release makes small changes to how the script handles the config, this is so the new cross platform installer will actually function properly. Apart from that there's no other changes
What's Changed
- Add new defaults to image config by @Radiicall in #30
- Cross platform installer/uninstaller by @Radiicall in #32
v0.13.1 | Changes to config defaults
This release makes small changes to how the script handles the config, this is so the new cross platform installer will actually function properly. Apart from that there's no other changes
What's Changed
- Add new defaults to image config by @Radiicall in #30
- Cross platform installer/uninstaller by @Radiicall in #32
Full Changelog: 0.13.0...0.13.1
v0.13.0 | Custom buttons!
This release lets you customize the buttons that show up when you're playing content
Examples:
NOTE: Setting name and url to "dynamic" will result in it showing one of the external services provided by Jellyfin, this is helpful if you want 1 custom url and 1 dynamic url.
If the new options are missing then you should expect default behavior:
What's Changed
- Add custom buttons (#27) by @Radiicall in #28
Full Changelog: 0.12.0...0.13.0
v0.12.0 | Custom music presence, multiple users and update checker!
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
v0.12.0-dev | Custom music presence
Changes how music is handled and lets you show production year, album and/or genres instead of just genres.
Im looking for feedback on how this should be displayed as currently its pretty messy with multiple things..
I'm opening a discussion so people can leave comments
You can change the order and what should be displayed in the config under Jellyfin > Music > Display
:
{
"Jellyfin": {
"URL": "https://example.com",
"API_KEY": "sadasodsapasdskd",
"USERNAME": "your_username_here",
"Music" {
"Display": "genres, album, year"
}
},
"Discord": {
"APPLICATION_ID": "1053747938519679018"
},
"Imgur": {
"CLIENT_ID": "asdjdjdg394209fdjs093"
},
"Images": {
"ENABLE_IMAGES": true,
"IMGUR_IMAGES": true
}
}
What the config above looks like:
What's Changed
New Contributors
Full Changelog: 0.11.2...0.12.0-dev
V0.11.2 | Bug fix
- Fixed
- No space between artist and genre (#22)
V0.11.1 | Library blacklists
BLACKLIST
has changed name to TYPE_BLACKLIST
and there's now a new variable under jellyfin called LIBRARY_BLACKLIST
that you can use to block libraries instead of just media types!
Example:
"LIBRARY_BLACKLIST": ["Anime", "Anime Movies"]