forked from len0rd/rockbox
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
This commit is contained in:
parent
c985903084
commit
75eff7af5e
3 changed files with 57 additions and 24 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue