summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAidan MacDonald <amachronic@protonmail.com>2021-12-02 21:27:07 +0000
committerAidan MacDonald <amachronic@protonmail.com>2021-12-05 13:55:50 -0500
commit81da5e64090d86b336bdb319bfbf073943551660 (patch)
treeafdb7a16e1782641a0c5b6432344f5eeb23d67e2
parente3ee1908ddf99711b65b46fdab0c7b4ddca7867d (diff)
downloadrockbox-81da5e6409.tar.gz
rockbox-81da5e6409.zip
Restore Album Artist to the default database menu
Undo the removal as discussed in g#3947. Change-Id: I5ce291daa17e8fa04cec719d1ed39bf6d08658d2
-rw-r--r--apps/tagnavi.config2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/tagnavi.config b/apps/tagnavi.config
index 254fe04092..b9d50c5c9b 100644
--- a/apps/tagnavi.config
+++ b/apps/tagnavi.config
@@ -131,6 +131,7 @@
# Define the search sub menu
%menu_start "search" "Search by..."
"Artist" -> canonicalartist ? canonicalartist ~ "" -> album -> title = "fmt_title"
+"Album Artist" -> albumartist ? albumartist ~ "" -> album -> title = "fmt_title"
"Album" -> album ? album ~ "" -> title = "fmt_title"
"Title" -> title = "fmt_title" ? title ~ ""
"Album by year" -> album ? year = "" -> title = "fmt_title"
@@ -167,6 +168,7 @@
# Define the title of the main menu
%menu_start "main" "Database"
"Artist" -> canonicalartist -> album -> title = "fmt_title"
+"Album Artist" -> albumartist -> album -> title = "fmt_title"
"Album" -> album -> title = "fmt_title"
"Genre" -> genre -> canonicalartist -> album -> title = "fmt_title"
"Composer" -> composer -> album -> title = "fmt_title"