Re: [SlimDevices: Plugins] Squeezebox-web - a web based player

2020-11-20 Thread SeanBurlington
bpa wrote: > A couple of years ago, I worked up a prototype of a Slimproto in JS and > using HTML5 AudioWorkers (??) . > Main problem is that for client to work with LMS it needs a full duplex > TCP connection - I tried with WebSockets but LMS AnyEvent is too old. > There are also problems with

Re: [SlimDevices: Plugins] Squeezebox-web - a web based player

2020-11-20 Thread SeanBurlington
Roland0 wrote: > Since the app only consists of static pages, it can be packaged as a > plugin and delivered to the browser using LMS' built-in web server > (which is what Material and extGUI4LMS do), eliminating the need for > docker just for a web server I'm developing the app in ReactJS -

[SlimDevices: Plugins] Squeezebox-web - a web based player

2020-11-19 Thread SeanBurlington
Hey all, some of you might be interested that I am working on a web based player https://gitlab.com/tangiblebytes/squeezebox/squeezebox-web This is very much a work in progress and has limited functionality. But you can browse albums and play albums via a web page - which is useful to me. If

Re: [SlimDevices: Plugins] Is there a squeezebox player Web client ? to play music ?

2020-11-18 Thread SeanBurlington
Browser view to select album 32240 Lock screen on mobile 32242 Playback view 32241 It works by qurying jsonrpc.js Then linking to download.mp3 I tried the stream - but it doesnt really stream properly. Using the download means you cant sync - but you can lsiten. Limited functionality at