For the life of me, I cannot get this to work. I've been able to get youtube and spotify to trigger specific videos / songs with this sort of thing :
entity_id: "{{ mp_entity }}"
extra:
content_id: https://open.spotify.com/{{media_type}}/{{ media_id }}
content_type:
"[object Object]": null
media:
media_content_id: 22297
media_content_type: app
metadata: {}
action: media_player.play_media```
and am looking for an equivalent for plex but outside of being able to boot plex up, I can't get it to start a specific piece of media.
What compounds the issue is that we have multiple accounts so ideally, the solution can choose a username.
I've tried linking to a specific id
```media_content_id: plex://[redacted_server_id]/31452
media_content_type: movie```
also tried this type of syntax
``` - media_content_type: movie
media_content_id:
library_name: Movies
title: aMovieName
username: myUserName```
or this sort of thing as well data:
```media:
media_content_id: "{ \"library_name\": \"Movies\", \"title\": \"Rocky\")"
media_content_type: movie```
Not sure what's up but none of these work 🙁
Any help appreciated!