Nerwyn / android-tv-card

Universal Customizable TV Remote Card, with HA actions, super configurable touchpad, slider, haptics, and keyboard
Apache License 2.0
183 stars 9 forks source link

Max button does not start Max app on Google TV #77

Open Mike-Burger opened 2 months ago

Mike-Burger commented 2 months ago

Checklist:

Release with the issue: 3.5.2

Last working release (if known): Unknown

Browser and Operating System: Chrome, Windows

Description of problem: When using the default rows, "max" populates the Max logo, but does not cause the Google TV to show the cast app. On the TV, there is an error that says 'You don't have an app that can do this'; however, I do have the Max app installed.

This might be due to the switch from HBO Max app to Max app.

All other default rows I have tried work as expected.

Nerwyn commented 2 months ago

Max is known to be broken, despite the default Max source having the deep link listed in the Android TV Deep Linking Guide thread. I'm not sure if this is an inconsistency between Android TVs or if the deep link in the guide is incorrect.

Mike-Burger commented 2 months ago

Unlucky - hopefully someone better than me can find it. I tried and tested potential deeplinks, but none worked.

felipecrs commented 1 month ago
market://launch?id=com.wbd.stream

This is the best I found so far.

felipecrs commented 1 month ago

This will make things easier btw: https://github.com/home-assistant/core/pull/116906

Nerwyn commented 1 month ago

@felipecrs https://github.com/home-assistant/core/pull/116906 has been merged, but the deep link you shared opens the app page for Max, not Max itself. Any idea how to open Max itself?

felipecrs commented 1 month ago

No idea, but that's better than nothing.

Nerwyn commented 1 month ago

I guess I can push out another patch version that changes the Max source to this, but I'm going to leave this open until we get a true Max link.