diff options
author | Miika Pekkarinen <miipekk@ihme.org> | 2006-09-19 12:36:21 +0000 |
---|---|---|
committer | Miika Pekkarinen <miipekk@ihme.org> | 2006-09-19 12:36:21 +0000 |
commit | 1e6b227164da279ed83be7f1413880c3553b8614 (patch) | |
tree | 833e9365bdfed96b669b45f9706dc84680b02b3d /apps/tagnavi.config | |
parent | ba34c379676f629d94b80d0c4076e6b08ade171e (diff) |
Properly set list title in tagcache mode and removed one incorrect
entry from tagnavi.config.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11001 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/tagnavi.config')
-rw-r--r-- | apps/tagnavi.config | 1 |
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 @@ # Define the search sub menu %menu_start "search" "Search by..." "Artist" -> artist ? artist ~ "" -> album -> title = "%02d. %s" tracknum title -"Artist -> (score > 85)" artist ? artist ~ "" & autoscore >= "85" -> album -> title = "%02d. %s" tracknum title "Album" -> album ? album ~ "" -> title = "%02d. %s" tracknum title "Title" -> title ? title ~ "" "Filename" -> filename ? filename ~ "" |