2006-08-26 22:00:22 +00:00
|
|
|
"Artist" artist : album : title = "%02d. %s" tracknum title
|
|
|
|
"Album" album : title = "%02d. %s" tracknum title
|
|
|
|
"Genre" genre : artist : album : title = "%02d. %s" tracknum title
|
|
|
|
"Composer" composer : album : title = "%02d. %s" tracknum title
|
|
|
|
"Track" title
|
|
|
|
"Year" year ? year > "1000" & year < "2008" : artist : album : title = "%02d. %s" tracknum title
|
2006-07-15 17:36:25 +00:00
|
|
|
"Search by artist" artist ? artist ~ "" : album : title = "%02d. %s" tracknum title
|
|
|
|
"Search by album" album ? album ~ "" : title = "%02d. %s" tracknum title
|
2006-04-19 11:03:37 +00:00
|
|
|
"Search by title" title ? title ~ ""
|
2006-07-16 15:04:46 +00:00
|
|
|
"Search by filename" filename ? filename ~ ""
|
2006-07-15 17:36:25 +00:00
|
|
|
"Search by score" title = "(%3d) %s" autoscore title ? autoscore > ""
|
2006-08-26 22:00:22 +00:00
|
|
|
"Most played tracks" title = "(%3d) %s" playcount title %sort = "inverse" %limit = "100" ? playcount > "0"
|
2006-07-15 17:36:25 +00:00
|
|
|
"Never played tracks" artist ? playcount == "0" : album : title = "%02d. %s" tracknum title
|
2006-08-25 21:13:49 +00:00
|
|
|
"Best tracks" artist ? playcount > "1" & autoscore > "85" : album : title = "%02d. %s (%3d)" tracknum title autoscore
|
2006-07-15 17:36:25 +00:00
|
|
|
"List played tracks" title = "(%3d/%d) %s" autoscore playcount title ? playcount > "0"
|