Netflix released a new update to the TVOS app earlier in the month, and it appears deep linking is no longer working for that app. I’ve tried about seven different combinations, and none of them work (including the ones that were working two weeks ago). So thanks to Netflix for making their app less useful I guess.
Does anyone know who to play a local video mp4 on a apple ? The video is hosted locally on home assistant server. I have tried the following with no success:
Youtube deep links work well for opening youtube + launching the desired video
youtube://www.youtube.com/watch?v=dQw4w9WgXcQ
I created an automation that runs a bunch of daemons and creates a playlist of youtube videos, then automatically plays them and follows me around the house as I’m detected in different rooms (all written in python, but use home assistant API to query sensor data)
I have yet to figure out how to do YoutubeTV deep links to specific channels, as I’m trying to automate opening YoutubeTV on the Apple TVs and navigating to the desired channels when wanting to watch football / basketball games. Right now I’ve got a real janky directional command list to play certain channels (e.g. cnbc - right down down down down down select), and wish I could figure out the deeplinks. I know it’s gotta be 1/2 way possible b/c my phone can airplay direct to a deep link YoutubeTV channel, but I’ve yet to be able to reverse the API to see if it’s even possible via pyatv / home assistant.