webosbrew / apps-repo

Central repo for webOS Homebrew apps
Apache License 2.0
52 stars 31 forks source link

[IDEA] Shortcuts on Home Menu (HDMI) #89

Open dimitrij2k opened 2 years ago

dimitrij2k commented 2 years ago

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!

Dystopian commented 6 months ago

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 :)

itsRealM12C commented 1 month ago

wow that's awesome