When i hit update, It errors out
"Failed to read image from:
D:/Music/cover.jpg
but makes two files in the folder cover.jpeg and fw9p9pkice.id i only got 4 mp3 in the folder to test it out
and I tyred to open cover.jpeg
says its an invalid file
Failed to read image
- wbartels
- netjukebox developer
- Posts: 881
- Joined: Thu Nov 04, 2004 3:12 pm
- Location: Netherlands
- Contact:
Re: Failed to read image
First of all you need at least a two level directory like: D:\Arist\Album\01 - track.mp3
See: http://www.netjukebox.nl/filestructure.php
You can try out disabling embedded image extraction with:
Witch netjukebox version do you use?
Can you send me a private message with one mp3 file that didn't work?
See: http://www.netjukebox.nl/filestructure.php
You can try out disabling embedded image extraction with:
Code: Select all
$cfg['image_read_embedded'] = false;
Can you send me a private message with one mp3 file that didn't work?
Re: Failed to read image
i am using netjukebox_6.57.9 still trying to get it to stream movies and such too...
- wbartels
- netjukebox developer
- Posts: 881
- Joined: Thu Nov 04, 2004 3:12 pm
- Location: Netherlands
- Contact:
Re: Failed to read image
Does updating work when disabling embedded image extraction?