Skip to content

v0.12.0-dev | Custom music presence

Pre-release
Pre-release
Compare
Choose a tag to compare
@Radiicall Radiicall released this 18 Jun 17:52

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

What's Changed

  • Scripts to automate install/uninstall on macos by @pogmommy in #18

New Contributors

Full Changelog: 0.11.2...0.12.0-dev