summaryrefslogtreecommitdiff
path: root/apps/tagnavi.config
diff options
context:
space:
mode:
authorRobert Kukla <roolku@rockbox.org>2007-10-30 10:02:57 +0000
committerRobert Kukla <roolku@rockbox.org>2007-10-30 10:02:57 +0000
commitc436657571f668299d1848b4227e01bda7434f7f (patch)
treef4c889a2d59c616a9860cc380a1c1b4c2f98e854 /apps/tagnavi.config
parente9001ae514128ae2a243a11408d230c15ab6b2b8 (diff)
downloadrockbox-c436657571f668299d1848b4227e01bda7434f7f.tar.gz
rockbox-c436657571f668299d1848b4227e01bda7434f7f.zip
some improvements to FS#8008 - see tracker entry for details
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15371 a1c6a512-1295-4272-9138-f99709370657
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"