JurajNyiri / PlexMeetsHomeAssistant

Custom card which integrates plex into Home Assistant and makes it possible to launch movies or tv shows on TV with a simple click
Apache License 2.0
107 stars 8 forks source link

Feature Request: Next/Previous for music playback #62

Closed pavolholes closed 2 years ago

pavolholes commented 2 years ago

Can we get Next and Previous for the music playback?

JurajNyiri commented 2 years ago

This is not something I am planning to add, you can use sidebar panel with media playback control cards on the right, or simething like vertical/horizontal stack cards.

pavolholes commented 2 years ago

Hi Juraj, sure, I can add the media playback control to lovelace. But it's not available for the "media_player" device/entity.

When I try to call service:

service: media_player.media_next_track
data: {}
target:
  entity_id: media_player.plex_plex_cast_chromecast

nothing is happening.

Also for this nothing is happening:

service: media_player.media_next_track
data: {}
target:
  entity_id: media_player.kuchyna_google_home_mini

Am I missing something? Or the official Plex integration is missing this media control?

Thank you.

JurajNyiri commented 2 years ago

I would have to research it as I do not use this functionality. I would assume there must be some kind of media control via some card or service in Home Assistant, but I don't have any experience with it.