RoonWeb App v1.0 for Roon Web Controller
Nov 9, 2020 at 12:01 AM Thread Starter Post #1 of 2

Hiltonk

100+ Head-Fier
Joined
May 8, 2014
Posts
168
Likes
243
I've made a companion electron app (called roonweb) to have the web controller run in a frameless window with hidden titlebar and made still dragable by the album art. I've compiled it to an electron exe with all dependencies.

This is version 1.0 working fully with Roon Web Controller v1.2.

It also works with Roon Web Controller v2 Alpha but does not yet allow you to drag the window around.

The included AHK script allows you toggle the app to semi-transparent and keep ontop.

Standard and semi-transparent modes side by side.
roonweb by Hilton, on Flickr


Full Desktop view
roonweb-desktop by Hilton, on Flickr

Stay on Top
roonweb-ontop by Hilton, on Flickr

Using as game overlay in cloudpunk (stayontop semi-transparent)
All controls still work of course.
roonweb-gameoverlay-ontop by Hilton, on Flickr

https://github.com/Hiltondk/RoonWeb/blob/main/README.md

https://github.com/Hiltondk/RoonWeb

At the moment it's hard coded to run on the roon core server (localhost:8080) but you can manually change the address in line 26 of Roonweb.js

Change the line between the single quote to whatever address and port you want to point it at (you only need to change this if if running it on a remote PC/device to point it at your Roon Core Server)
window.loadURL('**http://localhost:8080**')

You’ll need to drop an updated nowplaying.css file into your user appdata under C:\Users<CurrentUserName>\AppData\Roaming\RoonExtensions\node_modules\roon-web-controller\public\css\nowplaying.css

https://github.com/Hiltondk/RoonWeb...ources/Roon-Web-Controller-CSS/nowplaying.css
 

Users who are viewing this thread

Back
Top