This card can be used to search into the MusicBrainz database for a specific artist. It can be used in combination with a media player entity to directly get the artist name currently playing.
No specific requirement. If you want to link the card with a player entity, the player must have an attribute called media_artist
in the state of the entity. This is the case for the kodi integration.
Search an artist in the MusicBrainz database
- Install the card using HACS
Manual installation is of course possible, but not explained here as there are plenty of tutorials.
Name | Type | Default | Since | Description |
---|---|---|---|---|
type | string | required | 1.0.0 | custom:kodi-musicbrainz-card |
entity | string | required | 1.0.0 | media_player.kodi_example |
title | string | optional | 1.0.0 | The title of the card |
show_version | boolean | false | 4.4 | Shows the version of the card directly on the card. This is mainly useful for develpment purposes. |
No need to pass the entity of the Kodi player as it is embedded in the data of the sensor.
Example
type: custom:kodi-playlist-card
entity: media_player.kodi_example