summaryrefslogtreecommitdiffstats
path: root/apps/tagnavi.config
blob: 55418718bf5ce2c7be3ca20d0a8c19d546863a2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
"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
"Search by artist" artist ? artist ~ "" : album : title = "%02d. %s" tracknum title
"Search by album" album ? album ~ "" : title = "%02d. %s" tracknum title
"Search by title" title ? title ~ ""
"Search by filename" filename ? filename ~ ""
"Search by score" title = "(%3d) %s" autoscore title ? autoscore > ""
"Most played tracks" title = "(%3d) %s" playcount title %sort = "inverse" %limit = "100" ? playcount > "0"
"Never played tracks" artist ? playcount == "0" : album : title = "%02d. %s" tracknum title
"Best tracks" artist ? playcount > "1" & autoscore > "85" : album : title = "%02d. %s (%3d)" tracknum title autoscore
"List played tracks" title = "(%3d/%d) %s" autoscore playcount title ? playcount > "0"