Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Genius Lyrics configuration issue #39

Open
wnaylor opened this issue Nov 6, 2024 · 6 comments
Open

Genius Lyrics configuration issue #39

wnaylor opened this issue Nov 6, 2024 · 6 comments

Comments

@wnaylor
Copy link

wnaylor commented Nov 6, 2024

Does this integration still work because I can't seem to get it installed correctly. I got it to work about 2 months ago but not since. Home assistant is telling me that you cannot enter any Yaml files for Genius Lyrics. When I download Genius Lyrics from HACS restart Home Assistant, Home Assistant installs Genius Lyrics without any input from me. Any help would be greatly appreciated. Thank you.

@robert-alfaro
Copy link
Owner

Sorry missed ya here. The integration does not require an API token as the public access API is auth-less. This integration doesn't intend on supporting 'writing to' genius.com...so that's why no need.

What media player integration are you using?

Go to the devices and services > genius lyrics. Click configure and see if it's monitoring all media players or select ones.

@MarcTerr
Copy link

Hello,
I also have a problem.
I can't seem to get any paole up, even though I seem to have followed the installation procedure correctly.
I'm not very good and I'm new to Home Assistant :-(
Here's the right card for my player but I must have missed something
`type: vertical-stack
cards:

  • type: media-control
    entity: media_player.wiim_amp_4da0
  • type: conditional
    conditions:
    • entity: sensor.wiim_amp_4da0_lyrics
      state: "on"
      card:
      type: markdown
      content: >-
      ![image]({{
      states.sensor.genius_lyrics_wiim_amp_4da0_lyrics.attributes.media_image
      }})

      {{

      states.sensor.genius_lyrics_wiim_amp_4da0_lyrics.attributes.media_artist
      }} - {{
      states.sensor.genius_lyrics_wiim_amp_4da0_lyrics.attributes.media_title
      }}

      {{
      states.sensor.genius_lyrics_wiim_amp_4da0_lyrics.attributes.media_lyrics
      }}
      `
      and this is what it looks like :
      image
      under the reader, an empty card appears and disappears ....
      thanks for the help
      Best regards
      Marc

@wnaylor
Copy link
Author

wnaylor commented Nov 26, 2024 via email

@robert-alfaro
Copy link
Owner

type: conditional
conditions:

  • entity: sensor.wiim_amp_4da0_lyrics
    state: "on"

Hi @MarcTerr looks like you're missing the genius_lyrics_ prefix on the entity name

@robert-alfaro
Copy link
Owner

@wnaylor all good? The integration is listing entities for media players being tracked. If you only want a few, re-configure to only monitor selected ones. If monitoring all, you'll get a 1:1 for each media_player entity you have, e.g. media_player.dining_room, media_player.dining_room_2, and so on.

@robert-alfaro robert-alfaro changed the title Genius Lyrics Not Working Genius Lyrics configuration issue Dec 16, 2024
@MarcTerr
Copy link

MarcTerr commented Dec 17, 2024 via email

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

No branches or pull requests

3 participants