Search found 872 matches

by wbartels
Sun Nov 12, 2023 3:23 pm
Forum: Linux related
Topic: failed to resample image
Replies: 14
Views: 37439

Re: failed to resample image

Also noticed that in case a cover image in not present, Netjukebox tries to obtain from the MP3 itself. Under windows the file extracted is not usable hence the update process stops. In my view the process should continue and the album should be added to the onces that need additional attention. It...
by wbartels
Sat Nov 11, 2023 10:17 pm
Forum: Linux related
Topic: failed to resample image
Replies: 14
Views: 37439

Re: failed to resample image

Also noticed that in case a cover image in not present, Netjukebox tries to obtain from the MP3 itself. Under windows the file extracted is not usable hence the update process stops. In my view the process should continue and the album should be added to the onces that need additional attention. Th...
by wbartels
Sat Nov 11, 2023 2:21 pm
Forum: Linux related
Topic: Update is temporary locked
Replies: 2
Views: 2038

Re: Update is temporary locked

I am stuck when function fileStructureJson() is called, i then receive the error "Update is temporary locked". Can you explain why this is occurring and more importantly how i can fix this? During the update process other update processes will be locked to prevent loosing MySQL data. The ...
by wbartels
Tue Nov 07, 2023 6:31 pm
Forum: Linux related
Topic: failed to resample image
Replies: 14
Views: 37439

Re: failed to resample image

This update creates a more meaningfull error message in the include/library_message.inc.php script around line 100 if ($extension == 'jpg') $src_image = @imageCreateFromJpeg($image) or message(__FILE__, __LINE__, 'error', '[b]Failed to resample[/b][br]This is not a vallid JPG image:[br]' . $image); ...
by wbartels
Sat Nov 04, 2023 6:17 pm
Forum: Linux related
Topic: failed to resample image
Replies: 14
Views: 37439

Re: failed to resample image

CasN wrote: Fri Nov 03, 2023 10:56 am Hi Waldo,
that was the issue, it appeared to be a png-file. So a question of renaming and on to the next.
Thanks so far (bedankt!),
Cas
Your welcome, graag gedaan ;-)
I will add image file validation on the next release!
by wbartels
Thu Nov 02, 2023 7:14 pm
Forum: Linux related
Topic: failed to resample image
Replies: 14
Views: 37439

Re: failed to resample image

Here is the code that created the error message: $extension = strtolower(substr(strrchr($image, '.'), 1)); if ($extension == 'jpg') $src_image = @imageCreateFromJpeg($image) or message(__FILE__, __LINE__, 'error', '[b]Failed to resample image:[/b][br]' . $image); elseif ($extension == 'png') $src_im...
by wbartels
Mon May 08, 2023 9:32 am
Forum: General discussion
Topic: Share Single Files Albums
Replies: 11
Views: 38614

Re: Share Single Files Albums

Sorry To resurect this But im not getting downloads at all it just keeps saying; Download failed Authentication failed or share download is disabled This includes the first time i try I'm using facebook to copy the link ! Is it possible they are blocking it Very Strange, Any ideas ? Kind Regards Ga...
by wbartels
Sun Mar 19, 2023 10:09 pm
Forum: Linux related
Topic: Download problem Debian 11 bullseye
Replies: 2
Views: 2211

Re: Download problem Debian 11 bullseye

No reaction, lock ticket
by wbartels
Mon Oct 24, 2022 4:46 pm
Forum: Linux related
Topic: Download problem Debian 11 bullseye
Replies: 2
Views: 2211

Re: Download problem Debian 11 bullseye

On my Ubuntu server the netjukebox and media directory have the following privileges: Mode: 0775 Owner: username/www-data What happens when running this small test script? <?php $dir = '/srv/dev-disk-by-uuid-921e6cea-f508-4248-aa46-cf380660e000/htdocs/netjuke/test_01_directory/'; if (!is_dir($dir) &...
by wbartels
Thu May 19, 2022 5:40 pm
Forum: General discussion
Topic: Update do nothing (V. 6.84.0)
Replies: 39
Views: 94480

Re: Update do nothing (V. 6.84.0)

Yes, it's a server in a datacenter. Now, you said it, of course play mode can't work. For my webradio, I use liquidsoap + Icecast. I've chosen this kind of installation because it's quicker than manual and largely enough for the use, at this time I didn't know of the existence of netjukebox. And at...
by wbartels
Sat Apr 30, 2022 5:58 pm
Forum: Feature requests
Topic: Artist and Album Navigation
Replies: 3
Views: 3596

Re: Artist and Album Navigation

Released netjukebox 6.84.3 with:
6.84.3 Update: Add explode and inplode button to view all album artists (hit enter on search query).
by wbartels
Sat Apr 30, 2022 1:38 pm
Forum: General discussion
Topic: Update do nothing (V. 6.84.0)
Replies: 39
Views: 94480

Re: Update do nothing (V. 6.84.0)

In fact, I didn't choose wich way to install php: I made a quick install of all needed for a server via webmin Thanks, are u using a remote server? If so, there is practical no need for using MPD, exept for example a radio station. I have my Server next to my DAC for playback. netjukebox on a hosti...
by wbartels
Fri Apr 29, 2022 11:17 pm
Forum: General discussion
Topic: Update do nothing (V. 6.84.0)
Replies: 39
Views: 94480

Re: Update do nothing (V. 6.84.0)

I have no experience with fastcgid or another cgi variant. When I searched the web I came across this documentation: https://cwiki.apache.org/confluence/display/HTTPD/Php-fcgid With this quote: On what conditions not to run php on fcgid If you run httpd 2.4, you should consider PHP-FPM https://cwiki...
by wbartels
Fri Apr 29, 2022 10:02 pm
Forum: General discussion
Topic: Update do nothing (V. 6.84.0)
Replies: 39
Views: 94480

Re: Update do nothing (V. 6.84.0)

ZeBison wrote: Fri Apr 29, 2022 6:50 pm No change here except the MPD error message doesn't display anymore. But still not playing.
Have you configured the /inc/mpd.conf file.
The directory and player are inportend.
And select netjukebox > Config > Player profile > Music Player Daemon
by wbartels
Thu Apr 28, 2022 3:54 pm
Forum: General discussion
Topic: Update do nothing (V. 6.84.0)
Replies: 39
Views: 94480

Re: Update do nothing (V. 6.84.0)

Please try out netjukebox 6.84.2
6.84.2 Update: Improved message() support during XMLHttpRequest.