WebOS client for Snapcast based on original snapweb.
WARNING: This is still WIP
To build the app, make sure you have the WebOS CLI tools installed:
npm install -g @webos-tools/cli
Then to build the IPK file:
make
If your TV is setup with your development tools, you can then
make install
to install the app.
The current and planned changes from the original app:
- Removed unneeded files for mobile apps and debian
- Change README.md
- Basic WebApp setup
- Change Vite build process to work with webos (no module support)
- Dark mode default
- Scale UI
- Remote support
- Scanning for server
- Black screen mode (if possible)