summaryrefslogtreecommitdiff
path: root/apps/tagnavi.config
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tagnavi.config')
-rw-r--r--apps/tagnavi.config15
1 files changed, 7 insertions, 8 deletions
diff --git a/apps/tagnavi.config b/apps/tagnavi.config
index ea12409396..55418718bf 100644
--- a/apps/tagnavi.config
+++ b/apps/tagnavi.config
@@ -1,16 +1,15 @@
1"Artists" artist : album : title = "%02d. %s" tracknum title 1"Artist" artist : album : title = "%02d. %s" tracknum title
2"Albums" album : title = "%02d. %s" tracknum title 2"Album" album : title = "%02d. %s" tracknum title
3"Genres" genre : artist : album : title = "%02d. %s" tracknum title 3"Genre" genre : artist : album : title = "%02d. %s" tracknum title
4"Composers" composer : album : title = "%02d. %s" tracknum title 4"Composer" composer : album : title = "%02d. %s" tracknum title
5"Tracks" title 5"Track" title
6"Year" year ? year > "1000" & year < "2008" : artist : album : title = "%02d. %s" tracknum title 6"Year" year ? year > "1000" & year < "2008" : artist : album : title = "%02d. %s" tracknum title
7"Search by artist" artist ? artist ~ "" : album : title = "%02d. %s" tracknum title 7"Search by artist" artist ? artist ~ "" : album : title = "%02d. %s" tracknum title
8"Search by album" album ? album ~ "" : title = "%02d. %s" tracknum title 8"Search by album" album ? album ~ "" : title = "%02d. %s" tracknum title
9"Search by title" title ? title ~ "" 9"Search by title" title ? title ~ ""
10"Search by filename" filename ? filename ~ "" 10"Search by filename" filename ? filename ~ ""
11"Search by year" artist ? year = "" : album : title = "%02d. %s" tracknum title
12"Search by score" title = "(%3d) %s" autoscore title ? autoscore > "" 11"Search by score" title = "(%3d) %s" autoscore title ? autoscore > ""
13"Most played tracks" title = "(%2d) %s" playcount title ? playcount > "1" 12"Most played tracks" title = "(%3d) %s" playcount title %sort = "inverse" %limit = "100" ? playcount > "0"
14"Never played tracks" artist ? playcount == "0" : album : title = "%02d. %s" tracknum title 13"Never played tracks" artist ? playcount == "0" : album : title = "%02d. %s" tracknum title
15"Best tracks" artist ? playcount > "1" & autoscore > "85" : album : title = "%02d. %s (%3d)" tracknum title autoscore 14"Best tracks" artist ? playcount > "1" & autoscore > "85" : album : title = "%02d. %s (%3d)" tracknum title autoscore
16"List played tracks" title = "(%3d/%d) %s" autoscore playcount title ? playcount > "0" 15"List played tracks" title = "(%3d/%d) %s" autoscore playcount title ? playcount > "0"