


trixmoto wrote:Thanks, this is correct. Maybe the StayInSameStyleDJ script is more what you're after?
Call list.Add(iter.Item)If Not (iter.EOF) Then
Call list.Add(iter.Item)
End If
trixmoto wrote:Well by my calculation line 612 is...
- Code: Select all
Call list.Add(iter.Item)
My guess would be that "iter.Item" is blank and that's causing the problem. Try replacing that single line of code with these three lines...
- Code: Select all
If Not (iter.EOF) Then
Call list.Add(iter.Item)
End If
...and see if that works?

trixmoto wrote:I think you need to open "MediaMonkey.ini" in a text editor, find the [AutoAlbumDJ] section and delete the "SongList" key and value. You have IDs in this list which do not appear in your database and this is causing the problem. I'll try to make the next version of the script handle this properly.

trixmoto wrote:I've never experienced this - are you using a genre or library filter?
Desertway wrote:A genre from the list in options.

Users browsing this forum: No registered users and 9 guests