Please be aware that the Chromium virtual keyboard extension does not work reliably with the current implementation of Roon Web Controller due to the use of iframes. But if you wish to proceed anyway:
I believe you are using the Diet Pi instructions that I provided, so ssh to the system as the dietpi user.
Edit the .xsession file: nano .xsession
Temporarily remove the --kiosk option from the chromium line. That should make the line look like this: /usr/bin/chromium-browser http://localhost:8080
Save and exit.
Restart nodm systemctl restart nodm
This will give you the full Chromium browser. Then you can install the extension you like from the standard Chromium menus. Once you install and configure the extension, simply reverse the steps above to put the --kiosk option back in the xsession file and restart nodm again.
Thankās Mike.
I understand the iframe issue. Better if search function available obviously, but iām happy with web controller as it is. Seems very stable now.
This is great! Thanks Mike!
I am coming from LMS and used a āNow Playingā html file as a 10-foot UI.
Any pointers to where to look if one is interested in making tweaks to the layout (e.g., bigger font for the playing time).
Since you are coming from LMS, you probably see the influence from Jivelite on the layout of this web app!
Playing time is one of the only fonts in this app that have a fixed size. I tried to keep everything dynamic to keep things useful on a variety of display sizes.
You can play with the size by looking at the public/css/nowplaying.css - specifically this section:
The line-height and font-size determine the size of that text. However, if you change the size, you will have to adjust the bottom parameter to align it properly.
I do have some things on my todo list to tweak this app to make it better for a 10ft display. This font-size setting as well as possibly keyboard shortcuts are things that are in the incubator. I just havenāt had the spare time to devote to it.
No, the API for does not give the year in now playing or the library. The now playing text is formatted by the server. For the main screen I am using the 3 line version of the now playing text.
Here is the API doc for the zone portion and I am using just about everything available. There are some things in the transport API that I am not using - mainly the zone grouping and transfer functions. But I always felt that was out of scope for the intent of this web app. https://roonlabs.github.io/node-roon-api/Zone.html
Firstly, a big thanks to @Mike_Plugge for this extension! It has been a heady couple of days getting my head around this brave new world!
I have posted elsewhere that I would love to use this extension on a screen to convert a cassette player. The RPi touchscreen seems like the most plug-n-play option but I just remembered I have a 4th gen iPod touch. Whilst I have had just enough screen to get something to show, the hamburger menu falls outside the screen and I canāt seem to scroll across. Some of the play controls get squashed up as well. Wikipedia tells me that the screen resolution is 960x640, which is larger than the RPi screen. Is it a DPI issue? Any way to resolve it? Reading higher up I saw there was a previous issue with old versions of Safari/iOS. Is this still the same thing?
What version of IOS is running on the 4th gen iPod touch?
Old versions of mobile safari donāt play well with CSS Flexbox - which is extensively used for layout on this app.
I would love to use CSS Grid, but that would break a LOT of browsersā¦
EDIT: Looks like a 4th gen iPod touch maxes out at IOS 6.1.6. That is too old. Mobile Safari 6.1 āOnly supports the old flexbox specification and does not support wrapping.ā Roon Web Controller will have a lot of visual issues and likely will not work with IOS 6.1.6.
Thanks, thought I would be pushing my luck. I could barely remember how to navigate it. I got it 6 years ago but it looks properly ancient. I might see how much a 5th or 6th gen version is. Would be pretty much the perfect size I reckon. Thanks for all your efforts.
Is it possible to edit playlists with it? Add and remove tracks from playlists?
Or. do anyone know if it is possible to do it with node-roon-api library?
The version of the API that this is currently written against does not support adding/removing tracks from playlists. But it does list existing playlists in the library section.
Yes, play queue management would be great! This is a feature I use quite often in Roon. Jump a few tracks forward or delete some tracks or repeat a track I specifically liked. The play queue should be accessible from the main screen, e.g. when clicking on the image a pop-up list could appear instead. No clue how or even if this can be done, only some ideas. Thanks for the great extension and keeping it updated.
There are some updates to the API which include play queue management. But due to a series of family issues, I have not had time to look into the updates.
Things are starting to settle down, so I am hoping to be able to look into the API changes in the next month or soā¦
Thanks for this latest update.
I had some issues updating, as running git pull caused conflicts with files not being replaced with the new ones.
I had to run a series of git clean commands and only then could I download the latest version.
I believe running git clean can be a bit risky but it worked out well for me.
If I block all cookies on the page it works fine. Hopefully a fix can be made. I run it on a couple tablets with fully kiosk and canāt seem to figure a way to block the cookies on those. On my other devices blocking all cookies allows for somewhat normal usage.