From 81da5e64090d86b336bdb319bfbf073943551660 Mon Sep 17 00:00:00 2001 From: Aidan MacDonald Date: Thu, 2 Dec 2021 21:27:07 +0000 Subject: Restore Album Artist to the default database menu Undo the removal as discussed in g#3947. Change-Id: I5ce291daa17e8fa04cec719d1ed39bf6d08658d2 --- apps/tagnavi.config | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/tagnavi.config') 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" -- cgit v1.2.3