question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

artwork issue when playing via service

See original GitHub issue

Having an issue displaying artwork on a regular HA dashboard card (custom:mini-media-player) when playing music in a particular scenario.

First off, this is such great project, thank you…

I have a good working solution, with a few media player types tested/working - when using the standard Music Assistant interface to play music, all is working; also displays media artwork on regular HA dashboard cards (custom:mini-media-player).

However, if I play media to the media_player.mass_xxx entity via a service (example below) then the music plays just fine but the artwork never shows on the HA dashboard card.

I would love to solve this issue and hopefully its something I’m not doing correctly - my use case is that that example service below is being called by a Music Tag scanning blueprint to play music when NFC tags are scanned - works great except for the artwork in played via a media_player.mass_xxx entity.

Thanks in advance.

Example Service

service: media_player.play_media
data:
  media_content_id: https://open.spotify.com/album/6DN7GcZF1HywzrkGN6Eeqk
  media_content_type: music
  enqueue: play
target:
  entity_id: media_player.mass_up2stream_01

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
marcelveldtcommented, Jun 19, 2022

fixed in 2022.6.3, please reopen if you still experience any issues, thanks!

0reactions
marcelveldtcommented, Jun 19, 2022

That is a strange bug. So if you play the Spotify URL/URL directly the artwork is missing. Leave this open as bug so I can have look, I’m pretty sure it’s just something very small.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Fix the Album Artwork Not Showing on iPhone Issue - EaseUS
Do not worry if your artwork not showing on your iPhone. Here are some proven solutions to fix album artwork not showing up...
Read more >
Cover art design tips to ensure your music goes live
Even in the dynamic realm of digital music, there are rules about cover artwork artists must follow. We outline those and offer tips...
Read more >
Cover art - Apple Music for Artists
Use cover art to get people talking about your next release and learn about the guidelines for cover art on Apple Music.
Read more >
3 Things You Should Know About Cover Art - TuneCore
Today we're talking cover art: getting your artwork in the appropriate format so it flies through to digital store shelves.
Read more >
Copyright law is going to get real interesting, y'all - TechCrunch
In its terms of service, the company further specifies that you grant Midjourney a “perpetual, worldwide, non-exclusive, sublicensable no-charge ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found