thanks for that update.. how come some of the tracks that get added to the end of the playlist are greyed out? They are in my collection for sure, but won't play (i'm new to media monkey) thanks!
psyXonova: doesn't scrobbler test to see if a song is accessible? Or did i mussunderstand what the function does in your script?
I thought that accessible meant not greyed out.
RedX wrote:psyXonova: doesn't scrobbler test to see if a song is accessible? Or did i mussunderstand what the function does in your script?
I thought that accessible meant not greyed out.
ScrobblerDJ uses MMs internal status to check is a song is accessible or not. As guest said, he had moved some stuff in explorer and thats why MM was reporting those tracks as accessible while they weren't...
One should always make any move operations from within MM to avoid this kind of problems
any way to make it que up a couple songs? As of right now, it takes a short bit of time to get a song, if it comes up with a bad song, and you want to switch quickly, you must wait. Just an idea for future updates, Thanks for the GREAT script!
If XElmnt.ChildNodes.Item(2).Text <> "" Then
If CInt(XElmnt.ChildNodes.Item(2).Text) > MinMatch Then
XDict.Add i, XElmnt.ChildNodes.Item(0).Text
End If
Else
XDict.Add i, XElmnt.ChildNodes.Item(0).Text
End If
I tried but I still get the error ... the only way that works for me is to comment the if/endif lines as suggested in the previous post ...
It's just some songs that works for me now. On some songs I get 3-4 errors
I use the quickfix.
Guest: did you comment the lines If -- End If ?
And it works ?
hello! installed v1.25 on MM 2.5.5, Default playlist I set to "Lieblingssongs - Top 50" (German for "Favourites - Top 50"), which definately exists under that name. I enabled ScrobblerDJ, but when I play a last song in the kist, I get these errors:
1. "The default playlist doesn't exist. ScrobblerDJ will now exit"
2. Error 500: Laufzeitfehler in MIcrosoft VBScript. Variable ist nicht definiert "XDict"
3. a variation of #2...
not sure what I made wrong... bear in mind I am a MM beginner, so it might be something really simple...