RootMyTV.github.io
RootMyTV.github.io copied to clipboard
Remapping of Remote Buttons: Netflix / Amazon
Can you add an option that easily allows remapping of remote control buttons? Specifically the Netflix / Amazon Buttons. I'd like to launch Jellyfin with these.
Yes please!
So... You can try using this tool: https://dropbox.inf.re/webos-app-stub/ - set Application ID to amazon
or netflix
(not 100% sure if these are the actual names of netflix/amazon video apps - you need to check this on your system), make it a "Stub type: Shortcut", enter "org.jellyfin.webos" as target app ID. (ID of an application that'll be launched by the shortcut)
This will generate a custom ipk
file that you can then install via dev-manager-desktop (for example, ssh/ares-install can work as well) that'll look to the system as if it was netflix/amazon app, and webOS will launch that application happily when pressing these buttons.
So... You can try using this tool: https://dropbox.inf.re/webos-app-stub/ - set Application ID to
amazon
ornetflix
(not 100% sure if these are the actual names of netflix/amazon video apps - you need to check this on your system), make it a "Stub type: Shortcut", enter "org.jellyfin.webos" as target app ID. (ID of an application that'll be launched by the shortcut)This will generate a custom
ipk
file that you can then install via dev-manager-desktop (for example, ssh/ares-install can work as well) that'll look to the system as if it was netflix/amazon app, and webOS will launch that application happily when pressing these buttons.
This worked beautifully, thanks very much.
@Informatic love this. but for archival purposes... is there any link to the github repo behind this website?
btw so far i have found out these application ids: Netflix: netflix Amazon Prime: amazon Disney: com.disney.disneyplus-prod RakutenTV: ui30
Pro Tip: You can generate them invisible so they wont appear in your apps list. (you can delete them using ssh)
Hey, yes! https://github.com/Informatic/webos-stub-builder/blob/main/src/App.tsx
Sorry for not linking to it on the website itself, it was a very quick PoC, turned into a proper WebApp in a matter of hours.
On Sun, 25 Sept 2022, 01:52 Alfagun74, @.***> wrote:
@Informatic https://github.com/Informatic love this. but for archival purposes... is there any link to the github repo behind this website?
— Reply to this email directly, view it on GitHub https://github.com/RootMyTV/RootMyTV.github.io/issues/71#issuecomment-1257085209, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAIUEXWPH7DY7WH3PA5ZNELV76H2ZANCNFSM6AAAAAAQDPSUXY . You are receiving this because you were mentioned.Message ID: @.***>
btw so far i have found out these application ids: Netflix: netflix Amazon Prime: amazon Disney: com.disney.disneyplus-prod RakutenTV: ui30
Pro Tip: You can generate them invisible so they wont appear in your apps list. (you can delete them using ssh)
Here all the others you might wanna replace @Alfagun74
So... You can try using this tool: https://dropbox.inf.re/webos-app-stub/ - set Application ID to
amazon
ornetflix
(not 100% sure if these are the actual names of netflix/amazon video apps - you need to check this on your system), make it a "Stub type: Shortcut", enter "org.jellyfin.webos" as target app ID. (ID of an application that'll be launched by the shortcut)This will generate a custom
ipk
file that you can then install via dev-manager-desktop (for example, ssh/ares-install can work as well) that'll look to the system as if it was netflix/amazon app, and webOS will launch that application happily when pressing these buttons.
This doesn't work for me, for some reason the generated stub ipks won't install with dev-manager-desktop, I've fot a "please wait" message and I'm stuck until I force close the app. Any idea what could cause this? (amazon and netflix apps aren't installed on the TV if it matters)
Edit: So the time of my tv wasn't right, which caused the issue
https://github.com/Simon34545/lginputhook has been released on Homebrew Channel and allows for low level remote rebinding.