Skip to content

v0.12.0 | Custom music presence, multiple users and update checker!

Compare
Choose a tag to compare
@Radiicall Radiicall released this 24 Jun 12:52
· 149 commits to main since this release
ec2f968

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.
image

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:
image
image
image
image
By default it will look the same as it always has.

What's Changed

New Contributors

Full Changelog: 0.11.2...0.12.0