Page 1 of 1

Web Volume Slider

Posted: Fri Apr 16, 2021 1:45 am
by alzarath
The web player could really use a volume slider, especially in Stream mode.

Re: Web Volume Slider

Posted: Fri Apr 16, 2021 5:20 pm
by wbartels
Sorry, I don't gone implement this feature.
This would decrease the audio bit depth.
For streaming you can use the native volume control.

Re: Web Volume Slider

Posted: Sat Apr 17, 2021 3:59 am
by alzarath
I personally think it is necessary, but I respect your decision.

For users that want to be able to control the volume otherwise, we'll probably need to rely on browser extensions, such as:

Sound Adjustment for Firefox
Volume Master for Chrome

There are plenty of alternatives to the above if you search their respective storefronts.

Re: Web Volume Slider

Posted: Sat Apr 17, 2021 10:44 pm
by wbartels
I have a better solution, witch will make us both happy.
Add a volume slider witch is default disabled in the config file.
When disabled it will be set to 1 = 100% volume.

At the moment I have little spare time.
What you can do to see if it will work is:
  • Enable debug mode in the config file: $cfg['debug'] = true;
  • Now you can toggle "native controls" in the stream playlist tap.
The reason you will see two players is than one player is for the current stream and the second to buffer the next stream.
This way you will have virtual no playback gap.
Of course the upcoming volume slider will update both players at once.

Re: Web Volume Slider

Posted: Mon Apr 19, 2021 8:26 pm
by wbartels
alzarath wrote: Fri Apr 16, 2021 1:45 am The web player could really use a volume slider, especially in Stream mode.
A volume slider for MPD is already implemented since netjukebox 3.70.
If the mixer_type is correctly configured in the mpd.conf file.

Image

Re: Web Volume Slider

Posted: Mon May 03, 2021 11:47 pm
by wbartels
Added volume slider to stream playlist in netjukebox 6.81