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.
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-...
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&...
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...
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...
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...
> 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)...