Search found 872 matches

by wbartels
Wed Oct 17, 2018 6:44 pm
Forum: Windows related
Topic: Failed to read image
Replies: 3
Views: 6841

Re: Failed to read image

Does updating work when disabling embedded image extraction?
by wbartels
Tue Oct 16, 2018 8:06 pm
Forum: Windows related
Topic: Failed to read image
Replies: 3
Views: 6841

Re: Failed to read image

First of all you need at least a two level directory like: D:\Arist\Album\ 01 - track.mp3 See: http://www.netjukebox.nl/filestructure.php You can try out disabling embedded image extraction with: $cfg['image_read_embedded'] = false; Witch netjukebox version do you use? Can you send me a private mess...
by wbartels
Thu Sep 06, 2018 9:53 pm
Forum: General discussion
Topic: Unable to connect to Music Player Daemon
Replies: 4
Views: 25738

Re: Unable to connect to Music Player Daemon

MPD or Music Player Daemon is intend for local or LAN playback. You also have to install MPD, see https://www.musicpd.org and http://www.netjukebox.nl/install.php for more detail. Here is in a nutshell how I setup netjukebox: On my Ubuntu Server at home I have installed MPD and connected it with a t...
by wbartels
Thu Sep 06, 2018 12:45 pm
Forum: General discussion
Topic: Linux install and config problems - no login
Replies: 13
Views: 25792

Re: Linux install and config problems - no login

cargilcm wrote: Wed Sep 05, 2018 8:39 pm I was getting a similar green box with the debug info about not creating the database.
A assume the word not was a typo?
by wbartels
Thu Sep 06, 2018 12:40 pm
Forum: General discussion
Topic: Linux install and config problems - no login
Replies: 13
Views: 25792

Re: Linux install and config problems - no login

I think it was a problem with reverse proxy from sourceforge.net.
Now the old and new version are both working correctly.

cargilcm are you running netjukebox on your own server?
by wbartels
Wed Sep 05, 2018 11:23 pm
Forum: General discussion
Topic: Linux install and config problems - no login
Replies: 13
Views: 25792

Re: Linux install and config problems - no login

I have the same problem on my demo site, witch is hosted on sourceforge.net. The strange thing is that my local version is working correctly. Also a new local installed version is working correctly. I will investigate what is going wrong. PS I have found two small bugs that I will fix: - Google sear...
by wbartels
Wed Sep 05, 2018 11:16 pm
Forum: General discussion
Topic: Playing Music Online
Replies: 6
Views: 16312

Re: Playing Music Online

There is no need for a flash player anymore!
Now netjukebox has an embedded HTML 5 Audio player.
In the background there are two HTML 5 Audio players to prevent pauses between (live) tracks.
by wbartels
Sun Mar 25, 2018 12:12 pm
Forum: Linux related
Topic: Netjukebox 1071 error on startup
Replies: 2
Views: 6929

Re: Netjukebox 1071 error on startup

Hello RobRathbone, I could reproduce your problem when set the database character set to utf8mb4. For example the index for `artist` varchar(255) gets to long: 255 characters x 4 bytes > 1000 The problem should be fixed in netjukebox 6.40. Please let me know if this also worked for you? Thank, Willem
by wbartels
Thu Mar 22, 2018 2:30 pm
Forum: Linux related
Topic: Netjukebox 1071 error on startup
Replies: 2
Views: 6929

Re: Netjukebox 1071 error on startup

I found the problem and come back shortly with an update.
https://stackoverflow.com/questions/874 ... 1000-bytes
by wbartels
Sun Aug 06, 2017 10:56 am
Forum: Implemented
Topic: UI Album/Song Upload Feature
Replies: 5
Views: 16236

Re: UI Album/Song Upload Feature

Upload support implemented in netjukebox 6.34
by wbartels
Sat Jul 29, 2017 2:14 pm
Forum: Implemented
Topic: UI Album/Song Upload Feature
Replies: 5
Views: 16236

Re: UI Album/Song Upload Feature

A full working version with upload support can be downloaded from:
https://sourceforge.net/projects/netjuk ... s/develop/
by wbartels
Sun Jun 11, 2017 6:36 pm
Forum: Implemented
Topic: UI Album/Song Upload Feature
Replies: 5
Views: 16236

Re: UI Album/Song Upload Feature

For uploading I will use the HTML5 multiple input selection.
https://www.w3schools.com/tags/att_input_multiple.asp
by wbartels
Mon Jun 05, 2017 11:41 pm
Forum: Linux related
Topic: Android tips
Replies: 0
Views: 15447

Android tips

Enable automatically playback HTML5 Audio in Chrome on Android In case someone bumps into this - Android version of Chrome in fact blocks autoplay function, but you can change settings of the browser. To do this, you have to enter chrome://flags and set Disable gesture requirement for media playbac...
by wbartels
Mon Jun 05, 2017 10:52 pm
Forum: Implemented
Topic: UI Album/Song Upload Feature
Replies: 5
Views: 16236

Re: UI Album/Song Upload Feature

Hello, today I have put the last hand on the new login system.
For now I will take a break with programing.
But the first thing on the to do list will be an upload feature.
by wbartels
Mon May 22, 2017 10:48 pm
Forum: Fixed
Topic: Unable to Update Media
Replies: 5
Views: 19645

Re: Unable to Update Media

I have released a bugfix in netjukebox 6.33.14