Search found 872 matches

by wbartels
Sat May 08, 2021 10:32 am
Forum: Linux related
Topic: Ubuntu tips
Replies: 0
Views: 31230

Ubuntu tips

Reduce MySQL backup size #!/bin/bash export MYSQL_PWD=password nice -n +19 mysqldump -uusername --no-data --databases netjukebox > /tmp/netjukebox.sql nice -n +19 mysqldump -uusername --no-create-info --ignore-table=netjukebox.track --ignore-table=netjukebox.bitmap --ignore-table=netjukebox.country...
by wbartels
Mon May 03, 2021 11:47 pm
Forum: Implemented
Topic: Web Volume Slider
Replies: 5
Views: 5475

Re: Web Volume Slider

Added volume slider to stream playlist in netjukebox 6.81
by wbartels
Mon Apr 19, 2021 8:26 pm
Forum: Implemented
Topic: Web Volume Slider
Replies: 5
Views: 5475

Re: Web Volume Slider

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
by wbartels
Sat Apr 17, 2021 10:44 pm
Forum: Implemented
Topic: Web Volume Slider
Replies: 5
Views: 5475

Re: Web Volume Slider

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['d...
by wbartels
Fri Apr 16, 2021 5:20 pm
Forum: Implemented
Topic: Web Volume Slider
Replies: 5
Views: 5475

Re: Web Volume Slider

Sorry, I don't gone implement this feature.
This would decrease the audio bit depth.
For streaming you can use the native volume control.
by wbartels
Fri Apr 16, 2021 5:09 pm
Forum: Feature requests
Topic: Artist and Album Navigation
Replies: 3
Views: 3568

Re: Artist and Album Navigation

> It looks like the only way to actually browse your music collection is to use a playlist or search for specific artists, tracks, and albums. There are many other options: List Artis by first letter # a - z. Afterward you can Explode and Implode the view (this will be remembered for the next click)...
by wbartels
Wed Mar 25, 2020 2:19 pm
Forum: General discussion
Topic: Login failed netjukebox requires cookies for authentication. Please enable cookies to continue.
Replies: 7
Views: 10787

Re: Login failed netjukebox requires cookies for authentication. Please enable cookies to continue.

Thanks for the update! Strange that this happens, because the netjukebox_sid cookie is only set in one script. If it happens again can you please send me a private message with your website? Maybe you can already make a user for that purpose. For example a user with only Media (browse) access. Sorry...
by wbartels
Sun Feb 16, 2020 10:49 pm
Forum: General discussion
Topic: Update stuck in "File info" stage
Replies: 3
Views: 5144

Re: Update stuck in "File info" stage

Sorry for the late response. The first update will always take a long time! This is because all the images will be converted to a lower resolution for the web interface. After that the getID3 library needs to retrieve/calculate the playtime, encoder, bitrate, etc. See screenshot below. These informa...
by wbartels
Thu Feb 13, 2020 10:35 pm
Forum: General discussion
Topic: Update stuck in "File info" stage
Replies: 3
Views: 5144

Re: Update stuck in "File info" stage

I come back to this in the weekend!
by wbartels
Mon Dec 09, 2019 6:31 pm
Forum: General discussion
Topic: Login failed netjukebox requires cookies for authentication. Please enable cookies to continue.
Replies: 7
Views: 10787

Re: Login failed netjukebox requires cookies for authentication. Please enable cookies to continue.

Hello chucku,

Do you get the error message with admin and anonymous login?
Do you have the site online?
If so can you send me the url in a private message?

Thanks Willem
by wbartels
Mon Oct 21, 2019 8:08 pm
Forum: Linux related
Topic: VideoLan for streaming *.mp4's?
Replies: 2
Views: 6249

Re: VideoLan for streaming *.mp4's?

  • Enable HTTP web interface in VLC
  • With this config (127.0.0.1:8080) VLC needs to be run on the same computer as the web server with netjukebox is running on.
PS
netjukebox VLC support is limited (no playlist).
by wbartels
Sun Oct 20, 2019 3:55 pm
Forum: Linux related
Topic: Internal Server Error on hosted install of ver 6.60
Replies: 9
Views: 9414

Re: Internal Server Error on hosted install of ver 6.60

As temporary fix rename config.php to config_.php and search and replace config.php to config_.php in all netjukebox php scripts.
I also suggest you contact your hosting provider to fix this (I assume miss configuration).
by wbartels
Sun Oct 20, 2019 3:31 pm
Forum: Linux related
Topic: Internal Server Error on hosted install of ver 6.60
Replies: 9
Views: 9414

Re: Internal Server Error on hosted install of ver 6.60

All produce exactly the same error. Strange, some of those scripts are very basic. The checksum from config.php in netjukebox 6.60 should be SHA1: 9fabbf4e84d2e19652716fa2ad2de7170c951be4 Maybe somehow the config.php filename is not supported with your web hosting provider. Can you copy config.php ...