@plex
I’m trying to build some smart playlists:
The Genre selection works but the album / track ratings fails to add tracks to the list.
Rating something 1 star I don’t want it to be included
match-all {
match-all{
match-any {
album-rating is-greater-than 1stars
album-rating is 0stars
}
match-any {
track-rating is-greater-than 1stars
track-rating is 0stars
}
}
match-any {
album-genre is soundtracks
…
album-genre is film-scores
}
}
You must log in or register to comment.