Skip to content

Conversation

@KUHLwasStolen
Copy link
Contributor

As suggested in #145 this pull request adds the functionality to display genres in the playback UI.

The number of genres is adjustable via the genre_num config option.
{genres} can be used in the playback_format config to place the genres where wished.

The genres are formatted as follows (genre_num = 2)

  • 1 genre: "genre1"
  • 2 genres: "genre1, genre2"
  • >= 3 genres: "genre1, genre2, ..."

Here is an example with the default genre_num = 2
2025-08-05-213208

The genres are retrieved for the first/main artist of a track and cached in association to this artist.

closes #145

@aome510 aome510 merged commit 8e69e8c into aome510:master Aug 31, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

display genre

2 participants