apps-repo icon indicating copy to clipboard operation
apps-repo copied to clipboard

[IDEA] Shortcuts on Home Menu (HDMI)

Open dimitrij2k opened this issue 3 years ago • 3 comments

An App, that allow HDMI Inputs as Menu item in the Home-Ribbon Menu. LG had this feature in older TVs, now its moved to a different Menu and not possible to add to the Ribbon Menu.

websites the same… old WebOS could add Website Bookmarks to the Ribbon Menu, now (LG CX - 2020) its not possible anymore!

dimitrij2k avatar Jan 30 '22 12:01 dimitrij2k

You can create such app with https://dropbox.inf.re/webos-app-stub/: Application ID = org.example.app.hdmi1 - change to appropriate HDMI number Title = HDMI 1 - change to appropriate HDMI number Launch indicator = Spinner Stub type = Shortcut Target app = com.webos.app.hdmi1 - change to appropriate HDMI number Press Build App button, save ipk, upload it to tv. Install ipk like described here https://www.webosbrew.org/pages/commands-cheatsheet.html

# Install app from local TVs storage
luna-send -i -f luna://com.webos.appInstallService/dev/install '{"id":"com.ares.defaultName","ipkUrl":"/tmp/app.ipk","subscribe":true}'

Hope this helps after years :)

Dystopian avatar Mar 17 '24 00:03 Dystopian

wow that's awesome

itsRealM12C avatar Jul 19 '24 07:07 itsRealM12C