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
This commit is contained in:
Robert Kukla 2007-10-30 10:02:57 +00:00
parent e9001ae514
commit c436657571
3 changed files with 45 additions and 48 deletions

View file

@ -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"