I’m trying to run a script which turns on my LG WebOS TV and plays a Plex video playlist for my kids from their account.
They have a seperate Plex account called “kids”, and the playlist I want to run is saved under this account.
I’ve managed to get the script working in as far as I can turn on the TV run plex and then succesfully run the media_player.play_media service, and run playlists I have created under my account.
The problem is the service only seems to play media from my Plex user account.
I want to run media_player.play_media using the kids Plex account rather my mine. Is there a way to do this?