Search found 876 matches

by wbartels
Wed Jan 02, 2019 5:15 pm
Forum: General discussion
Topic: Skins
Replies: 3
Views: 7196

Re: Skins

Hello 1islandguy, The skin directory must at least contain these files: style.css, template_footer.php and template_header.php And the directory name is limited to the following characters: a-z, A-Z, 0-9, - and _ This means that you also get an error message with an empty directory. // +------------...
by wbartels
Wed Jan 02, 2019 10:56 am
Forum: Windows related
Topic: "netjukebox requires cookies to login."
Replies: 3
Views: 6496

Re: "netjukebox requires cookies to login."

but after I've imported netjukebox_61.sql, no more errors appeard. But I am still not able to log in (admin or anonymous):
Does the user $cfg['mysqli_user'] have write access?
I would advice to update to 6.57.13 (or later) and let netjukebox create the database.
by wbartels
Sun Dec 30, 2018 12:59 pm
Forum: Windows related
Topic: "netjukebox requires cookies to login."
Replies: 3
Views: 6496

Re: "netjukebox requires cookies to login."

Update: I have successfully installed and logged in with netjukebox 6.57.13 on Windows 10 with Apache/PHP 7.30 (xampp-win32-7.3.0-0-VC15-installer).
by wbartels
Sun Dec 30, 2018 11:14 am
Forum: Windows related
Topic: "netjukebox requires cookies to login."
Replies: 3
Views: 6496

Re: "netjukebox requires cookies to login."

I've imported netjukebox_61.sql This is a installation bug introduced in netjukebox 6.57.12 and fixed in 6.57.13. I have done a new netjukebox 6.57.13 installation on Linux. I can't reproduce the problem, this year I have tested netjukebox on windows with Apache. Can you send me a link to your site...
by wbartels
Wed Oct 17, 2018 6:44 pm
Forum: Windows related
Topic: Failed to read image
Replies: 3
Views: 7445

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: 7445

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: 26510

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: 26839

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: 26839

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: 26839

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: 17082

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: 7582

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: 7582

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: 17187

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: 17187

Re: UI Album/Song Upload Feature

A full working version with upload support can be downloaded from:
https://sourceforge.net/projects/netjuk ... s/develop/