summaryrefslogtreecommitdiff
path: root/apps/tagnavi.config
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tagnavi.config')
-rw-r--r--apps/tagnavi.config1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/tagnavi.config b/apps/tagnavi.config
index 9821c30faf..4d8a4b5847 100644
--- a/apps/tagnavi.config
+++ b/apps/tagnavi.config
@@ -15,7 +15,6 @@
15# Define the search sub menu 15# Define the search sub menu
16%menu_start "search" "Search by..." 16%menu_start "search" "Search by..."
17"Artist" -> artist ? artist ~ "" -> album -> title = "%02d. %s" tracknum title 17"Artist" -> artist ? artist ~ "" -> album -> title = "%02d. %s" tracknum title
18"Artist -> (score > 85)" artist ? artist ~ "" & autoscore >= "85" -> album -> title = "%02d. %s" tracknum title
19"Album" -> album ? album ~ "" -> title = "%02d. %s" tracknum title 18"Album" -> album ? album ~ "" -> title = "%02d. %s" tracknum title
20"Title" -> title ? title ~ "" 19"Title" -> title ? title ~ ""
21"Filename" -> filename ? filename ~ "" 20"Filename" -> filename ? filename ~ ""