summaryrefslogtreecommitdiff
path: root/apps/tagnavi.config
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 /apps/tagnavi.config
parente3ee1908ddf99711b65b46fdab0c7b4ddca7867d (diff)
downloadrockbox-81da5e64090d86b336bdb319bfbf073943551660.tar.gz
rockbox-81da5e64090d86b336bdb319bfbf073943551660.zip
Restore Album Artist to the default database menu
Undo the removal as discussed in g#3947. Change-Id: I5ce291daa17e8fa04cec719d1ed39bf6d08658d2
Diffstat (limited to 'apps/tagnavi.config')
-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 @@
131# Define the search sub menu 131# Define the search sub menu
132%menu_start "search" "Search by..." 132%menu_start "search" "Search by..."
133"Artist" -> canonicalartist ? canonicalartist ~ "" -> album -> title = "fmt_title" 133"Artist" -> canonicalartist ? canonicalartist ~ "" -> album -> title = "fmt_title"
134"Album Artist" -> albumartist ? albumartist ~ "" -> album -> title = "fmt_title"
134"Album" -> album ? album ~ "" -> title = "fmt_title" 135"Album" -> album ? album ~ "" -> title = "fmt_title"
135"Title" -> title = "fmt_title" ? title ~ "" 136"Title" -> title = "fmt_title" ? title ~ ""
136"Album by year" -> album ? year = "" -> title = "fmt_title" 137"Album by year" -> album ? year = "" -> title = "fmt_title"
@@ -167,6 +168,7 @@
167# Define the title of the main menu 168# Define the title of the main menu
168%menu_start "main" "Database" 169%menu_start "main" "Database"
169"Artist" -> canonicalartist -> album -> title = "fmt_title" 170"Artist" -> canonicalartist -> album -> title = "fmt_title"
171"Album Artist" -> albumartist -> album -> title = "fmt_title"
170"Album" -> album -> title = "fmt_title" 172"Album" -> album -> title = "fmt_title"
171"Genre" -> genre -> canonicalartist -> album -> title = "fmt_title" 173"Genre" -> genre -> canonicalartist -> album -> title = "fmt_title"
172"Composer" -> composer -> album -> title = "fmt_title" 174"Composer" -> composer -> album -> title = "fmt_title"