I’ve just noticed @Matt_Barnes, when combining the new mini-media-player with the updated skyq component the background changes like this, when recordings are being played:
It does revert back to your default image when going back to live tv.
Maybe I should make the enhanced features optional/configurable, in case someone doesn’t want the background image changing in things like the mini-media-player.
I notice my SkyQ Mini feeds what channel is currently playing into HA, but my main 2TB Box doesn’t, any idea how to get my main box to show what’s playing in HA?
Attached screenshots of my setup. Using mini media player to make a remote, which does all the buttons I need, even volume!
@jackm Those UI’s are looking great, please do share the config also either here or feel free to raise a Pull Request with example config in GitHub as part of the readme
With regards to your 2TB box issue, I have read about others having similar issues in the thread I based my updates on, I don’t believe they got to the bottom of it but lets give it a go
I also have a 2TB box, in my living room and its working fine for me. I believe it might be to do with box versions, or ports in use. Mine is about 18 months old if that has any bearing
How familiar confident are you with cURL? If you are familiar I think I can give some pointers later in the week to help you run some tests to get to the bottom of this. In the meantime I’ve added a debug branch to my release, you can run these on the command line on any box with python, so can be your HA box, but can run on any machine, I’m running these on my laptop. https://github.com/MadmanMonty/Home_Assistant_SkyQ_MediaPlayer/tree/debug/skyq
You don’t need the entire content, just the two files sky_remote.py and bash_sky_test.py
On the command line you then run ./bash_sky_test.py <sky_box_ip> it will output loads of debug text, perhaps direct message me output, if you’d like me to try and assist, hopefully, it will give us something to suggest what is wrong.
When you are running it, have a recorded program playing If you record something common and let me know what it is, I can replicate on my main box to compare outputs.
How do you get the background image of what you are watching in the skyq decoder? I cannot see it also if i set the artwork option to cover or full-cover.
That should do it, depending on your OS and setup. Do need to make sure it’s python 3, not 2 in use, I recall having a few troubles with that on my Mac.
If that looks like a it’s anymore complicated than that I will recreate my cURL commands I was using during code/testing as alternative and share.
To be honest not much experience with cURL, but if you want me to try something happy to help where I can with some pointers. Feel free to drop me a PM
Could you add support for HACs?
Would be great to not have to unzip/replace files manually (I mainly work on my instance from work on lunch - work blocks github downloads).
As I’m new to HACS this week, my thought process is I’ll continue to fine tune this component for another week, then I’ll look into getting this added to HACS for the wider community.
Sounds great! It’s working great at the moment and I’m super excited to get the now playing data, or even the channel numbers (if live). Making Automations for Lights off for Sky Cinema, RGB light on if Cbeebies is on (as it is 90% of the day at the moment…) should be fun!
Just to confirm, the skyqa branch now works perfectly for me. For those looking to do automations, I have added the following to my config, which shows what channel or recording is on, or shows ‘Off’ if the box is off.