Welcome to the Rockbox Technical Forums!
It used to be we mushed them all together which created some issue when both existedyou should be able to go to 'Artists' which I think will still mush them together butnot 100% on that
That said if there is interest I can come up with a custom entry to get you the old behavior
# Define the title of the main menu%menu_start "main" "Database""Album Artist" -> albumartist -> album -> title = "fmt_title"
"Album Artist" -> albumartist | artist -> album -> title = "fmt_title""Album Artist" -> albumartist ? albumartist | artist -> album -> title = "fmt_title"
is a tag field (see below for supported tag fields)
Note: a %format string can be used for formatting only the track title. It cannot be used for formatting within the album hierarchy
issue isn't the formatter
#Not sure if it's correct formatting syntax, but something like this:%custom_tag1 "albumartist_or_artist" "%s" albumartist ? (albumaartist != "" )%custom_tag1 "albumartist_or_artist" "%s" artist ? (albumaartist == "" )"Album Artist" -> custom_tag1 -> title = "fmt_title"
Page created in 0.064 seconds with 17 queries.