Finally got round to playting with the playlist function. Using 0.2.2 on NSLU2 with Unslung 5.5 Beta.
Issue is that using the field Coomment with literal strings, the= operator doesn’t function, although the is does. so
“Personal music” {
Comment = “Mine”
}
does not result in a playlist, but
“Personal music” {
Comment is “Mine”
}
does result in a playlist.
I haven’t yet tried it with other fields. The = operator is fine with numeric data (such as year = 1990 )
Post edited by: peterb, at: 2005/09/15 21:38
Post edited by: peterb, at: 2005/09/15 21:42