Search found 881 matches

by wbartels
Tue Nov 21, 2023 2:53 pm
Forum: Windows related
Topic: Failed to resample image
Replies: 4
Views: 10456

Re: Failed to resample image

CasN wrote: Tue Nov 21, 2023 9:23 am I can confirm that this issue has been fixed in the mentioned release, works as a charm now :D
Thanks for the feedback!
by wbartels
Fri Nov 17, 2023 11:22 pm
Forum: Windows related
Topic: Failed to resample image
Replies: 4
Views: 10456

Re: Failed to resample image

Bug is fixed in netjukebox 6.85.6
by wbartels
Thu Nov 16, 2023 1:26 am
Forum: Linux related
Topic: failed to resample image
Replies: 14
Views: 39937

Moved

I will lock this topic because the first section has been a fix.
And the second section is moved to Windows related
by wbartels
Thu Nov 16, 2023 1:10 am
Forum: Windows related
Topic: Failed to resample image
Replies: 4
Views: 10456

Failed to resample image

Now I can reproduce the error message on Windows. The same flac file with embedded jpg image extract correctly on Ubuntu. These are the same findings you described. If I have time again I will look into it. For the meantime Windows users can disable reading embedded images: $cfg['image_read_embedded...
by wbartels
Thu Nov 16, 2023 1:09 am
Forum: Windows related
Topic: Failed to resample image
Replies: 4
Views: 10456

Failed to resample image

When updating netjukebox 6.85.5 and earlier stops with error Failed to resample image take a look here: https://forum.netjukebox.nl/viewtopic.php?p=13960#p13960 I will copy the last item from that treat below and the discussion can be done here! PS This can also be a none Windows related issue (wron...
by wbartels
Thu Nov 16, 2023 12:43 am
Forum: Linux related
Topic: failed to resample image
Replies: 14
Views: 39937

Re: failed to resample image

Now I can reproduce the error message on Windows. The same flac file with embedded jpg image extract correctly on Ubuntu. These are the same findings you described. If I have time again I will look into it. For the meantime Windows users can disable reading embedded images: $cfg['image_read_embedded...
by wbartels
Mon Nov 13, 2023 5:45 pm
Forum: Rejected
Topic: Casting to other devices within network
Replies: 1
Views: 7457

Re: Casting to other devices within network

I use MPD on my server which is connected to my home stereo with S/PDIF. There are many other solutions: MPD is very flexible and supports many plugins . Maybe this plugin is what your looking for. Another solution is to install MPD on a client and share music with samba on the netjukebox server. At...
by wbartels
Mon Nov 13, 2023 5:21 pm
Forum: Linux related
Topic: failed to resample image
Replies: 14
Views: 39937

Re: failed to resample image

I tried first adding the Windows helper apps, no luck. Next I downloaded the latest GetID3 and moved the downloaded helper apps to the bin directory, no luck. Next I switched of reading the embedded and this clearly worked. I also have a folder image which I can use as the front cover so i am all s...
by wbartels
Sun Nov 12, 2023 3:31 pm
Forum: Linux related
Topic: failed to resample image
Replies: 14
Views: 39937

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
Sun Nov 12, 2023 3:23 pm
Forum: Linux related
Topic: failed to resample image
Replies: 14
Views: 39937

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

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

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

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

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

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