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, 6 insertions, 0 deletions
diff --git a/apps/tagnavi.config b/apps/tagnavi.config
index 73773633b5..30fd371b3e 100644
--- a/apps/tagnavi.config
+++ b/apps/tagnavi.config
@@ -139,6 +139,11 @@
139"User Rating" -> title = "fmt_rating" ? rating > "" 139"User Rating" -> title = "fmt_rating" ? rating > ""
140"Comment" -> album ? comment ~ "" -> title = "fmt_title" 140"Comment" -> album ? comment ~ "" -> title = "fmt_title"
141 141
142# Define the "same as current" sub menu
143%menu_start "same" "Same as current"
144"Artist" -> album ? artist = "#artist#" -> title = "fmt_title"
145"Album" -> title = "fmt_title" ? album = "#album#"
146
142# Define the runtime sub menu 147# Define the runtime sub menu
143%menu_start "runtime" "Play history" 148%menu_start "runtime" "Play history"
144"Most played (Plays|Score)" -> title = "fmt_mostplayed" ? playcount > "0" 149"Most played (Plays|Score)" -> title = "fmt_mostplayed" ? playcount > "0"
@@ -166,6 +171,7 @@
166"Recently Added" -> album ? entryage < "4" & commitid > "0" -> title = "fmt_title" 171"Recently Added" -> album ? entryage < "4" & commitid > "0" -> title = "fmt_title"
167"A to Z..." ==> "a2z" 172"A to Z..." ==> "a2z"
168"History..." ==> "runtime" 173"History..." ==> "runtime"
174"Same as current..." ==> "same"
169"Search..." ==> "search" 175"Search..." ==> "search"
170"Custom view..." ==> "custom" 176"Custom view..." ==> "custom"
171 177