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, 4 insertions, 2 deletions
diff --git a/apps/tagnavi.config b/apps/tagnavi.config
index 4facdd25b9..def3c12d61 100644
--- a/apps/tagnavi.config
+++ b/apps/tagnavi.config
@@ -141,9 +141,11 @@
141 141
142# Define the "same as current" sub menu 142# Define the "same as current" sub menu
143%menu_start "same" "Same as current" 143%menu_start "same" "Same as current"
144"Directory" -> title ? filename ^ "#directory#"
145"Title" -> title = "fmt_title" ? title = "#title#"
144"Artist" -> album ? artist = "#artist#" -> title = "fmt_title" 146"Artist" -> album ? artist = "#artist#" -> title = "fmt_title"
145"Album" -> title = "fmt_title" ? album = "#album#" 147"Album" -> title = "fmt_title" ? album = "#album#" & albumartist = "#albumartist#"
146"Directory" -> filename ? filename ~ "#directory#" 148"Composer" -> title = "fmt_title" ? composer = "#composer#"
147 149
148# Define the runtime sub menu 150# Define the runtime sub menu
149%menu_start "runtime" "Play history" 151%menu_start "runtime" "Play history"