diff options
author | Robert Kukla <roolku@rockbox.org> | 2007-10-30 10:02:57 +0000 |
---|---|---|
committer | Robert Kukla <roolku@rockbox.org> | 2007-10-30 10:02:57 +0000 |
commit | c436657571f668299d1848b4227e01bda7434f7f (patch) | |
tree | f4c889a2d59c616a9860cc380a1c1b4c2f98e854 /apps/tagnavi.config | |
parent | e9001ae514128ae2a243a11408d230c15ab6b2b8 (diff) |
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.config | 6 |
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 @@ # Define the "same as current" sub menu %menu_start "same" "Same as current" +"Directory" -> title ? filename ^ "#directory#" +"Title" -> title = "fmt_title" ? title = "#title#" "Artist" -> album ? artist = "#artist#" -> title = "fmt_title" -"Album" -> title = "fmt_title" ? album = "#album#" -"Directory" -> filename ? filename ~ "#directory#" +"Album" -> title = "fmt_title" ? album = "#album#" & albumartist = "#albumartist#" +"Composer" -> title = "fmt_title" ? composer = "#composer#" # Define the runtime sub menu %menu_start "runtime" "Play history" |