Fiddle music player logo

Automatic playlists

Just copy the parts between the lines to a file. The name part described the playlist. The other lines are a rules one by one.

Examples


name All Files

name Unheard Podcasts
genre match /(?i)podcast/
play_count match /^0$/

name Rock 'n Roll
match any
  artist match /(?i)danko jones/
  artist match /(?i)peter pan/
end

name Music
match all
  genre not match /(?i)podcast/
  genre not match /(?i)spoken word/
  genre not match /(?i)speech/
end

name NOFX
artist match /(?i)nofx/

name Ska
match any
  artist match /(?i)reel big fish/
  genre match /(?i)ska/
end

Last modified: 2008-10-14 20:39:14