trixmoto wrote:Are you sure you're using version 4.1? The reason I ask is because line 533 does not contain a "commit", but line 527 does. Modified the script in anyway?

Moderator: Peke
trixmoto wrote:Are you sure you're using version 4.1? The reason I ask is because line 533 does not contain a "commit", but line 527 does. Modified the script in anyway?
Alt Country,Alt-Country=Alt Country,Americana,British,Canadian,Bluegrass,Classical,Doo Wop,Irish,R&B,Pop Rock,Soul,Blues%=Blues,Celtic%=Celtic,%Country=Country,Country%=Country,Flute%=Flute,Folk%=Folk,Gospel%=Gospel,Guitar%=Guitar,Indie%=Indie,Jazz%=Jazz,Pop%=Pop,Rock%=Rock,Vocal%=Vocal,World%=Worldtrixmoto wrote:1) So as well as having the white list, you also want another preserve list? Then after getting the suggestion(s) any values from the preserve list would also be added to the end of the suggested value?
2) This has been added to my list, I'm surprised this isn't already a feature!
Runmode:artists
Suggestions...
Multiple values...
@http://ws.audioscrobbler.com/2.0/?method=artist.getTopTags&api_key=6cfe51c9bf7e77d6449e63ac0db2ac24&artist=Albert+Collins
Genre 'Rock' translated to 'Rock'.
Genre 'Classic Rock' is not in whitelist
'Albert Collins' contains artist name (Albert Collins)
Albert Collins - Frosty: Genre=Blues; Guitar; Blues Rock; Rock; Classic Rock; Texas Blues
Albert Collins - Frosty: Genre=Blues; Guitar; Blues Rock; Rock; Classic Rock; Texas Blues
@http://ws.audioscrobbler.com/2.0/?method=artist.getTopTags&api_key=6cfe51c9bf7e77d6449e63ac0db2ac24&artist=Albert+King
Genre 'Rhythm And Blues' translated to 'R&B'.
Albert King - Born Under The Bad Sign: Genre=Blues; R&B; Rhythm And Blues; Guitar; Electric Blues; Classic Blues; Blues Rock; Soul
Albert King - Born Under The Bad Sign: Genre=Blues; R&B; Rhythm And Blues; Guitar; Electric Blues; Classic Blues; Blues Rock; Soul
@http://ws.audioscrobbler.com/2.0/?method=artist.getTopTags&api_key=6cfe51c9bf7e77d6449e63ac0db2ac24&artist=Ali+Farka+Tour%C3%A9
Genre 'African' is not in whitelist
Genre 'World' translated to 'World'.
Genre 'Mali' is not in whitelist
Genre 'Africa' is not in whitelist
Genre 'World Music' translated to 'World'.
Ali Farka Touré - Timbarma: Genre=African; World; Blues; Mali; Africa; World Music; Folk@http://ws.audioscrobbler.com/2.0/?method=artist.getTopTags&api_key=6cfe51c9bf7e77d6449e63ac0db2ac24&artist=Count+Basie+Orchestra+with+Jimmy+Rushing
Genre 'Jazzapedia' is in blacklist.
Count Basie Orchestra with Jimmy Rushing - Going To Chicago Blues: Genre=JazzapediaOne thing to double check is that once you've changed your settings you should restart MM, otherwise if you're in artist or album mode there is some caching that may produce so strange results. That "Jazzapedia" example is a bit worrying, please let me know if you find out what's causing that one! If (str <> "") And (cnt >= min) Then
arr = Split(que.Item("fld"),"|")
For i = 0 To UBound(arr)
fld = arr(i)
res = Acceptable(fld,str)
If Not (res = "") Then
fld = FieldToProp(Left(fld,1))
If dic.Exists(fld) Then
Dim tmp : tmp = dic.Item(fld)
If Not IsDup(tmp,res) Then
dic.Item(fld) = tmp&"; "&res
End If
Else
Call dic.Add(fld,res)
End If
End If
Next
Else
If (Debug > 2) And (str <> "") And (cnt < min) Then
Call out("'"&str&"' match value ("&cnt&") is below minimum ("&min&")")
End If
End If If ini.BoolValue("GenreFinder","ClearCache") Then
If debug > 2 Then
Dim cac1 : Set cac1 = SDB.Objects("GenreFinderCache")
cac1.Removeall
Set cac1 = Nothing
Call out("Cache cleared...")
End if
End If
Users browsing this forum: gggirlgeek, Goatboy, MSN [Bot], Owyn and 3 guests