Skip to content
Radical edited this page Nov 19, 2023 · 1 revision

This section is for customizing music display

Display

This is how your music activity should be displayed, for example if it should include the album, release year and/or genres.

They get put into the activity in the order they are written in.

Example

"display": ["year", "album", "genres"]

Default

"display": ["genres"]

Separator

How the album, year, etc will be separated. If a string is entered only the first character will be used!

Default

"separator": "-"