Search found 872 matches

by wbartels
Wed Apr 27, 2022 9:30 pm
Forum: General discussion
Topic: Update do nothing (V. 6.84.0)
Replies: 39
Views: 94463

Re: Update do nothing (V. 6.84.0)

Well, After several new tries, it seems it's due to the number of tracks: with a few albums, update works fine... even with wav. Play mode returns this error: Music Player Daemon error Error: ACK [50@0] {add} No such directory Edit: and here Firefox (on Win 11 neither on my android phone) doesn't w...
by wbartels
Wed Apr 27, 2022 12:45 pm
Forum: General discussion
Topic: Update do nothing (V. 6.84.0)
Replies: 39
Views: 94463

Re: Update do nothing (V. 6.84.0)

We have installed PHP on a different way. I don't say that my way is better, but it could be that the code reacts differently. You are running PHP as fastcgi I'm using a php as an apache (module?) I'm no expert in this but what I understand is that running php as Apache module runs PHP on every trea...
by wbartels
Tue Apr 26, 2022 8:38 pm
Forum: General discussion
Topic: Update do nothing (V. 6.84.0)
Replies: 39
Views: 94463

Re: Update do nothing (V. 6.84.0)

Firefox In my firefox streaming works! But there is another big problem, if you look in you html source the id in the url's are all empty. And when I stream a track it always streams the same track from abba. Also strange that the error log has the same time (some seconds after 24 hour) even after ...
by wbartels
Tue Apr 26, 2022 8:02 pm
Forum: General discussion
Topic: Update do nothing (V. 6.84.0)
Replies: 39
Views: 94463

Re: Update do nothing (V. 6.84.0)

ZeBison wrote: Tue Apr 26, 2022 8:00 pm Aaaaaaaaaaaaaaaaaaaaaaaaaaahhhhhhhhhhhh!!! I forgot html audio tag only compatible with wav, mp3 and ogg files: I deleted my wav when encoded them to flac thus my own player doesn't work anymore. :'(
Witch browser do you use?
by wbartels
Tue Apr 26, 2022 8:01 pm
Forum: General discussion
Topic: Update do nothing (V. 6.84.0)
Replies: 39
Views: 94463

Re: Update do nothing (V. 6.84.0)

Entire error.log : [Tue Apr 26 00:00:12.885024 2022] [mpm_event:notice] [pid 1863:tid 140115482500160] AH00489: Apache/2.4.41 (Ubuntu) mod_fcgid/2.3.9 OpenSSL/1.1.1f configured -- resuming normal operations [Tue Apr 26 00:00:12.885095 2022] [core:notice] [pid 1863:tid 140115482500160] AH00094: Comma...
by wbartels
Tue Apr 26, 2022 7:59 pm
Forum: General discussion
Topic: Update do nothing (V. 6.84.0)
Replies: 39
Views: 94463

Re: Update do nothing (V. 6.84.0)

ZeBison wrote: Tue Apr 26, 2022 7:18 pm Last modified on last try.
With the other answers we can say there is no problem with the file permission.
by wbartels
Tue Apr 26, 2022 6:58 pm
Forum: General discussion
Topic: Update do nothing (V. 6.84.0)
Replies: 39
Views: 94463

Re: Update do nothing (V. 6.84.0)

ZeBison wrote: Tue Apr 26, 2022 6:52 pm In cache there are folders named 0 to f, + index.php.
In temp there is update.php.lock
The cache directory seems to be ok.
Is the update.php.lock file create/modification time from the last update or older?
by wbartels
Tue Apr 26, 2022 6:27 pm
Forum: General discussion
Topic: Update do nothing (V. 6.84.0)
Replies: 39
Views: 94463

Re: Update do nothing (V. 6.84.0)

In the netjukebox directory at least the subdirectory's "temp" and "cache" need full access for user www-data.
The temp directory is very important, here are the lock files created for update.php and others.

Once again good luck!
by wbartels
Tue Apr 26, 2022 5:57 pm
Forum: General discussion
Topic: Update do nothing (V. 6.84.0)
Replies: 39
Views: 94463

Re: Update do nothing (V. 6.84.0)

Maybe you could find some clue in the Apache error log:

Code: Select all

/var/log/apache2/error.log
by wbartels
Tue Apr 26, 2022 4:08 pm
Forum: General discussion
Topic: Update do nothing (V. 6.84.0)
Replies: 39
Views: 94463

Re: Update do nothing (V. 6.84.0)

First of all thanks very much for you donation! I assume the donation is from you. I have tested the update process with my temporary account. There is something strange during the update process, see screenshot below. Does the Apache webserver have enough file permission in de Music directory (www-...
by wbartels
Mon Apr 25, 2022 8:56 pm
Forum: General discussion
Topic: Update do nothing (V. 6.84.0)
Replies: 39
Views: 94463

Re: Update do nothing (V. 6.84.0)

The same here, I also use Ubuntu server 20.04 Please test the script first because it wil also remove the original wav files!!! #!/bin/sh find '/data/Music' -type d | sort | while IFS= read -r dir; do wav=$(ls "$dir" | grep -c '\.wav$') if [ $wav -eq 0 ]; then continue; fi echo "$dir&...
by wbartels
Mon Apr 25, 2022 2:32 pm
Forum: General discussion
Topic: Update do nothing (V. 6.84.0)
Replies: 39
Views: 94463

Re: Update do nothing (V. 6.84.0)

ZeBison wrote: Mon Apr 25, 2022 12:31 pm I'll think about flac option: it'll take time to encode 4000 files keeping the folders structure.
What operation system do you use?
With Linux I could write a small script for you.
by wbartels
Mon Apr 25, 2022 9:52 am
Forum: General discussion
Topic: Update do nothing (V. 6.84.0)
Replies: 39
Views: 94463

Re: Update do nothing (V. 6.84.0)

PS
flac is 100% lossless, so you can always decode to wav again (same as zip for data).
by wbartels
Mon Apr 25, 2022 9:45 am
Forum: General discussion
Topic: Update do nothing (V. 6.84.0)
Replies: 39
Views: 94463

Re: Update do nothing (V. 6.84.0)

Thanks for the feedback. wav files are not supported at the moment. I think that the easiest workaround is to lossless encode the wav files to flac. Than you also safe approximately 40% of storage. And it is possible to stream music to your browser (most browsers support mp3, m4a and flac directly i...
by wbartels
Sun Apr 24, 2022 6:44 pm
Forum: General discussion
Topic: Update do nothing (V. 6.84.0)
Replies: 39
Views: 94463

Re: Update do nothing (V. 6.84.0)

Hello ZeBison, Sorry I can't reproduce your problem. Can you send me a personal message with a temporarily username/password and URL? Then I can debug the update process with a browser. and database still empty I assume you ment no albums and tracks where added. For login the database must be create...