summaryrefslogtreecommitdiff
path: root/apps/tagnavi.config
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tagnavi.config')
-rw-r--r--apps/tagnavi.config6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/tagnavi.config b/apps/tagnavi.config
index 0481fe1ebb..7c8e06c9e1 100644
--- a/apps/tagnavi.config
+++ b/apps/tagnavi.config
@@ -12,9 +12,8 @@
12%format "fmt_lastplayed" "%06d%s - %s" lastplayed artist title %sort = "inverse" %limit = "99" %strip = "6" 12%format "fmt_lastplayed" "%06d%s - %s" lastplayed artist title %sort = "inverse" %limit = "99" %strip = "6"
13%format "fmt_forgotten" "%06d%s - %s" lastplayed artist title %limit = "99" %strip = "6" 13%format "fmt_forgotten" "%06d%s - %s" lastplayed artist title %limit = "99" %strip = "6"
14%format "fmt_best_tracks" "%02d. %s (%3d)" tracknum title autoscore 14%format "fmt_best_tracks" "%02d. %s (%3d)" tracknum title autoscore
15%format "fmt_played" "(%3d/%d) %s" autoscore playcount title
16%format "fmt_score" "(%3d) %s-%s" autoscore title artist 15%format "fmt_score" "(%3d) %s-%s" autoscore title artist
17%format "fmt_rating" "(%2d) %s-%s" rating title artist 16%format "fmt_rating" "(%2d) %s-%s" rating title artist %sort = "inverse"
18 17
19# Include our custom menu 18# Include our custom menu
20%include "/.rockbox/tagnavi_custom.config" 19%include "/.rockbox/tagnavi_custom.config"
@@ -107,7 +106,7 @@
107"Album between years" -> album ? year >= "" & year <= "" -> title = "fmt_title" 106"Album between years" -> album ? year >= "" & year <= "" -> title = "fmt_title"
108"Filename" -> filename ? filename ~ "" 107"Filename" -> filename ? filename ~ ""
109"Score" -> title = "fmt_score" ? autoscore > "" 108"Score" -> title = "fmt_score" ? autoscore > ""
110"Rating" -> title = "fmt_rating" ? rating > "" 109"User Rating" -> title = "fmt_rating" ? rating > ""
111"Comment" -> album ? comment ~ "" -> title = "fmt_title" 110"Comment" -> album ? comment ~ "" -> title = "fmt_title"
112 111
113# Define the runtime sub menu 112# Define the runtime sub menu
@@ -133,6 +132,7 @@
133"Composer" -> composer -> album -> title = "fmt_title" 132"Composer" -> composer -> album -> title = "fmt_title"
134"Track" -> title 133"Track" -> title
135"Year" -> year ? year > "0" -> artist -> album -> title = "fmt_title" 134"Year" -> year ? year > "0" -> artist -> album -> title = "fmt_title"
135"User Rating" -> rating -> title = "fmt_title"
136"Recently Added" -> album ? entryage < "4" & commitid > "0" -> title = "fmt_title" 136"Recently Added" -> album ? entryage < "4" & commitid > "0" -> title = "fmt_title"
137"A to Z..." ==> "a2z" 137"A to Z..." ==> "a2z"
138"History..." ==> "runtime" 138"History..." ==> "runtime"