On MacOS I use XLD for almost all audio related tools.
https://tmkk.undo.jp/xld/index_e.html
https://sourceforge.net/projects/xld/
Search found 869 matches
- Tue Nov 28, 2023 5:02 pm
- Forum: General discussion
- Topic: tag and rename
- Replies: 1
- Views: 8
- Mon Nov 27, 2023 9:13 pm
- Forum: General discussion
- Topic: add user
- Replies: 6
- Views: 31
Re: add user
Hello 1islandguy thanks for using netjukebox for such a long time! I will find a way to switch user from the "anonymous auto login" ($cfg['anonymous_autologin'] = true;) user. If possible I will implement it in the next release. This will help you to manage multiple users when "anonym...
- Tue Nov 21, 2023 2:53 pm
- Forum: Windows related
- Topic: Failed to resample image
- Replies: 4
- Views: 73
- Fri Nov 17, 2023 11:22 pm
- Forum: Windows related
- Topic: Failed to resample image
- Replies: 4
- Views: 73
Re: Failed to resample image
Bug is fixed in netjukebox 6.85.6
- Thu Nov 16, 2023 1:26 am
- Forum: Linux related
- Topic: failed to resample image
- Replies: 14
- Views: 135
Moved
I will lock this topic because the first section has been a fix.
And the second section is moved to Windows related
And the second section is moved to Windows related
- Thu Nov 16, 2023 1:10 am
- Forum: Windows related
- Topic: Failed to resample image
- Replies: 4
- Views: 73
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...
- Thu Nov 16, 2023 1:09 am
- Forum: Windows related
- Topic: Failed to resample image
- Replies: 4
- Views: 73
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...
- Thu Nov 16, 2023 12:43 am
- Forum: Linux related
- Topic: failed to resample image
- Replies: 14
- Views: 135
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...
- Mon Nov 13, 2023 5:45 pm
- Forum: Feature requests
- Topic: Casting to other devices within network
- Replies: 1
- Views: 29
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...
- Mon Nov 13, 2023 5:21 pm
- Forum: Linux related
- Topic: failed to resample image
- Replies: 14
- Views: 135
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...
- Sun Nov 12, 2023 3:31 pm
- Forum: Linux related
- Topic: failed to resample image
- Replies: 14
- Views: 135
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...
- Sun Nov 12, 2023 3:23 pm
- Forum: Linux related
- Topic: failed to resample image
- Replies: 14
- Views: 135
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...
- Sat Nov 11, 2023 10:17 pm
- Forum: Linux related
- Topic: failed to resample image
- Replies: 14
- Views: 135
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...
- Sat Nov 11, 2023 2:21 pm
- Forum: Linux related
- Topic: Update is temporary locked
- Replies: 2
- Views: 24
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 ...
- Tue Nov 07, 2023 6:31 pm
- Forum: Linux related
- Topic: failed to resample image
- Replies: 14
- Views: 135
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); ...