github Radiicall/jellyfin-rpc 0.12.0-dev
v0.12.0-dev | Custom music presence

latest releases: 1.2.2, 1.2.1, 1.2.0...
pre-release15 months ago

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

Don't miss a new jellyfin-rpc release

NewReleases is sending notifications on new releases.