-
-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
appinfo: add deeplinking/voicesearch options #5
Conversation
youtube.leanback.v4_0.1.1_all.zip |
youtube.leanback.v4_0.1.1_all-contentTarget.zip |
I don't think that's the proper way of handling the double |
This is all very webOS version dependent. On webOS 5.x The question now is whether or not any/both of these versions work for you properly now? |
Both of them don't work when launching the app directly. In another note, I found a video where the screensaver keeps triggering. https://www.youtube.com/watch?v=wagmJMypQ1U |
Ah yeah, that's my bad. :/ This is what I get for rolling out a test release without testing. Sorry. |
With this enabled, anyone willing to have youtube autostart can run: luna-send -n 1 'luna://com.webos.service.eim/addDevice' '{"appId":"youtube.leanback.v4","pigImage":"","mvpdIcon":""}' Sadly we cannot run this from the app itself, since netcast trustLevel disables luna bus access.
Thank you!! it's working :) |
Merging in then. |
Dammit. |
Fixes #1 , FriedChickenButt#29.
Verified on webOS 3.8 with voice search. Also fixes in-app voice search on webOS 5.x as reported on Discord directly.
We also add an unknown option that possibly fixes FriedChickenButt#25