X5: Assembler optimised remote LCD update. Speedup: 3 times @11MHz, 3.3 times @45MHz...
[Rockbox.git] / apps / tagnavi.config
blob0ad30538ac8b091bbae62ed135df70e427da3a59
1 "Artists"   artist   : album  : title = "%02d. %s" tracknum title
2 "Albums"    album    : title = "%02d. %s" tracknum title
3 "Genres"    genre    : artist : album : title = "%02d. %s" tracknum title
4 "Composers" composer : album : title = "%02d. %s" tracknum title
5 "Tracks"    title
6 "Search by artist" artist ? artist ~ "" : album : title = "%02d. %s" tracknum title
7 "Search by album" album ? album ~ "" : title = "%02d. %s" tracknum title
8 "Search by title" title ? title ~ ""
9 "Search by filename" filename ? filename ~ ""
10 "Search by year" artist ? year = "" : album : title = "%02d. %s" tracknum title
11 "Search by score" title = "(%3d) %s" autoscore title ? autoscore > ""
12 "Most played tracks" title = "(%d) %s" playcount title ? playcount > "1"
13 "Never played tracks" artist ? playcount == "0" : album : title = "%02d. %s" tracknum title
14 "Best tracks" title ? autoscore > "60" & playcount > "1"
15 "Example 1" artist ? year >= "2000" & artist ^ "a" : album : title
16 "Example 2" genre ? genre ~ "metal" : artist ? year >= "2000" : album ? year >= "2000" : title
17 "List played tracks" title = "(%3d/%d) %s" autoscore playcount title ? playcount > "0"