1
0
Fork 0
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:
Jonathan Gordon 2007-10-29 14:10:24 +00:00
parent c985903084
commit 75eff7af5e
3 changed files with 57 additions and 24 deletions

View file

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