summaryrefslogtreecommitdiffstats
path: root/apps/tagnavi.config
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2007-10-29 14:10:24 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2007-10-29 14:10:24 +0000
commit75eff7af5e23bb86b376746c1216b553d1efbc35 (patch)
tree7fc38e65e85bf30996a131a6bec685e7756b6845 /apps/tagnavi.config
parentc98590308457f6d74b2539b978ce760c496a25cf (diff)
downloadrockbox-75eff7af5e23bb86b376746c1216b553d1efbc35.tar.gz
rockbox-75eff7af5e23bb86b376746c1216b553d1efbc35.zip
rework my previous commit (FS#8008) to be able to work for any of the strings in the id3 info struct, new ones need to be added to tagtree.c and tagnavi.config
*currently available tags are* #title# #artist# #album# #genre# #composer# #albumartist# and #directory# git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15358 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/tagnavi.config')
-rw-r--r--apps/tagnavi.config1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/tagnavi.config b/apps/tagnavi.config
index 30fd371b3e..4facdd25b9 100644
--- a/apps/tagnavi.config
+++ b/apps/tagnavi.config
@@ -143,6 +143,7 @@
%menu_start "same" "Same as current"
"Artist" -> album ? artist = "#artist#" -> title = "fmt_title"
"Album" -> title = "fmt_title" ? album = "#album#"
+"Directory" -> filename ? filename ~ "#directory#"
# Define the runtime sub menu
%menu_start "runtime" "Play history"