No description
  • QML 36.7%
  • JavaScript 28.8%
  • Shell 12.1%
  • CSS 11.8%
  • HTML 10.6%
Find a file
2026-08-18 13:21:02 +08:00
src fix typo 2026-08-18 13:01:00 +08:00
.gitignore init 2026-08-17 00:21:28 +08:00
appstore.png add appstore icon 2026-08-18 13:21:02 +08:00
LICENSE init 2026-08-17 00:21:28 +08:00
Readme.md readme 2026-08-18 12:35:52 +08:00
settings.png init 2026-08-17 00:21:28 +08:00
webos26.png init 2026-08-17 00:21:28 +08:00

A experiment custom DVD screenshot for webos 7+

Demo

It is based on https://github.com/Anti-hero00/custom-screensaver and https://github.com/webosbrew/custom-screensaver.It has a settings page and it only work in webos 7+.However Only webos 26 is tested as of now.

Click the install screensaver to install it on your system.Keep in mind,It would replace life on screen (aka LG Gallery+).

Compile

Run the fellow command to build it :

$ ares-package src

Image Background Color

The default DVD logo used in this app is a fully black image (expect for transparent DVD logo)therefore the image background color would be the color of the dvd logo hence the transparent option in Image Background Color would make the DVD black.

Webos 26

webos26

Due to webos26 having stricter default permission,this app cant access service in webos26 with older hb chnanal.However that issue seem to work workarounded/fixed in https://github.com/webosbrew/webos-homebrew-channel/pull/233.

It is possiable to manually grain permission for the app via the command as below however.

# echo '{"moe.exkc.dvd-*":["public"]}' > /var/luna-service2-dev/client-permissions.d/moe.exkc.dvd.app.json

# reboot

Since it only really need root to install screensaver, you can manully install it like so :

# sh /media/developer/apps/usr/palm/applications/moe.exkc.dvd/access/install.sh

License

This project is under MIT License.