mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
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:
parent
e9001ae514
commit
c436657571
3 changed files with 45 additions and 48 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue