Skip to content

This repository is used to contain the code of a kodi musicbrainz card for Home Assistant and publish it via HACS

License

Notifications You must be signed in to change notification settings

jtbgroup/kodi-musicbrainz-card

Repository files navigation

HACS Default Buy me a coffee

Kodi-MusicBrainz-Card

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.

Requirements

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.

Features

Search an artist in the MusicBrainz database

Installation

  1. Install the card using HACS

Manual installation is of course possible, but not explained here as there are plenty of tutorials.

Card options

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