Using netjukebox 5.00 beta 2 and doing a full update stops after scanning a certain file:
Structure & image: V (ok)
File info: D:/Mijn Documenten/Mijn Muziek/16 Down/Headrush/11 - Uncertainty Principle.mp3 (stops after this)
Undefined image:
njb 5.00 beta2 stops full update after scanning certain file
- wbartels
- netjukebox developer
- Posts: 881
- Joined: Thu Nov 04, 2004 3:12 pm
- Location: Netherlands
- Contact:
Thanks for the file you have send me.
I can reproduce the problem you have got.
If you have more files with similar behavior they are very welcome.
Maybe it is a good idea to temporarily rename the troublesome file(s) to something like:
11 - Uncertainty Principle.mp3.bak
And start the update process again.
I can reproduce the problem you have got.
If you have more files with similar behavior they are very welcome.
Maybe it is a good idea to temporarily rename the troublesome file(s) to something like:
11 - Uncertainty Principle.mp3.bak
And start the update process again.
- wbartels
- netjukebox developer
- Posts: 881
- Joined: Thu Nov 04, 2004 3:12 pm
- Location: Netherlands
- Contact:
The problems are related to the getID3() scripts.
I have reported the problem on their forum:
http://www.getid3.org/phpBB2/viewtopic.php?t=830
It could also be that the particular file is somehow corrupted.
For the meantime I have a dirty workaround.
Change line 699 of update.php (netjukebox 5.00 beta 2) in:
I have reported the problem on their forum:
http://www.getid3.org/phpBB2/viewtopic.php?t=830
It could also be that the particular file is somehow corrupted.
For the meantime I have a dirty workaround.
Change line 699 of update.php (netjukebox 5.00 beta 2) in:
Code: Select all
$getID3->option_tag_id3v2 = true; // Read and process ID3v2 tags.