It will be orange if you use runBefore.
Hi there, fantastic work. Thank you very much.
I have a problem when viewing the card on the home assistant mobile app. No matter what I try with the settings, the card always displays with one movie on a second row, as pictured. I have it configured for 1 row only. It displays correctly when viewed on my computer.
The bug only appears when horizontal scroll is turned on.
Hello there, great card thanks.
Is there any way to wrap the synopsis Text? Itâs currently going off on a horizontal scroll and Iâd really like to keep it within the card borders.
Thanks for all youâre doing.
I have multiple players set up, but when I click an item, it just autoplays to a random device in my list. how do I choose a device when I play something?
I have the dashboard set up and can search movies and play in the browser - I also have 3 tvs set up as entities - how do I choose which one the movie plays on?
The card will not let me select http. Only https is listed. How can I resolve this?
Read readme it is answered there including reason and solution.
Excuse me if this has already been detailed but I canât find what Iâm looking for.
I have this set up with my plex music library with 6 devices/speakers (mixture of sonos and google home devices) configured. When I select the music I want and click on the play button it doesnât allow me to choose which device to play on, instead seemingly choosing a random device instead.
Have I missed something here? Ideally I would like a popup or something to choose the device I want it to play on.
Did you manage to work this out?
It is not random. Check readme which describes how the order works and also do what you want to do.
Iâm a little confused on how to use âinput_selectâ.
My devices list 5 cast devices and 2 sonos but Iâm reading that the sonos speakers would not be possible to include in the input_select?
Sorry of this sounds simple but where do i find input_select anyway? Itâs not an option in the dropdown of devices.
edit: okay, now i see input_select is an integration - great! Thanks for the help
Were you able to figure this out? I am trying to create a card for my daughterâs bedroom. I created a playlist for her and added it to the card. I selected her bedroomâs Sonos speaker as the device. I set shuffle to âYesâ in the code editor. If I press play on the first track on the playlist, it plays the track through the speaker just fine, but stops at the end of the track.
Is there a way to play on a LG smart TV
Yes. I have this setup up on all my LG TVs (6).
How did you do it?
Call a script inside the card which is one of the options.
The script calls that specific TV and sets the input to Plex.
Thanks
Have you got the code I can work from.
Here is the code version:
type: custom:plex-meets-homeassistant
protocol: https
sort: addedAt:desc
displayType: ''
playTrailer: false
showExtras: false
showSearch: true
ip: My IP
token: My Token
port: '32400'
entity:
- plexPlayer | LG 43UN7000PUB | 10.7.96.100 | bs3ngr6md1q0stirptm7hyfu
libraryName: Movies
maxCount: ''
maxRows: '10'
useHorizontalScroll: 'No'
displayTitleMain: 'Yes'
displaySubtitleMain: 'No'
minWidth: '200'
minEpisodeWidth: ''
minExpandedWidth: ''
fontSize1: '16'
fontSize2: ''
fontSize3: ''
fontSize4: ''
minExpandedHeight: ''
title: ''
runBefore: script.turn_on_basement_se_tv_and_set_source_to_plex
Thanks that worked a treat.