Fahrain wrote:I have large collection of music (with correct id3 tags) and there are some albums which can't be added to database. Seems there is some errors in id3 tags. When scanner finds such files - scanner puts this files into queue. On next cycle scanner again having error and again puts bad files into queue. And so on...
Can you add error counter? if song can't be added 3 (or more) times then it must be skipped.
Hi Fahrain,
Yea, my collection is pretty large too... as of this morning its 15,207 tracks, 1042 Albums, etc, etc.
Anyhow, yea the queuing system only keeps items in the queue for 5 minutes. If after 5 minutes the file still cannot be processed, it is discarded until the next full scan (server restart or iisreset), at which time hopefully the user would have repaired the ID3Tags using MP3Tag.de or some other tagging software.
In any event, I can make a patch for that if you want, where instead of re-queuing and re-processing continuously for 5 minutes it could try 3 times and quit after 3 tries. See my PM regarding the patch.