From ba3289dc2b5adfa63e264a6c9efd987c66e868b6 Mon Sep 17 00:00:00 2001 From: Miika Pekkarinen Date: Tue, 4 Apr 2006 19:33:19 +0000 Subject: Forgot to commit the browser configuration file. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9502 a1c6a512-1295-4272-9138-f99709370657 --- apps/tagnavi.config | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 apps/tagnavi.config (limited to 'apps') diff --git a/apps/tagnavi.config b/apps/tagnavi.config new file mode 100644 index 0000000000..42289c03a5 --- /dev/null +++ b/apps/tagnavi.config @@ -0,0 +1,11 @@ +"Artists" artist : album : song +"Albums" album : song +"Genres" genre : artist : album : song +"Composers" composer : album : song +"Songs" song +"Search by artist" artist ? artist ~ "" : album : song +"Search by album" album ? album ~ "" : song +"Search by song" song ? song ~ "" +"Search by year" artist ? year = "" : album : song +"Example 1" artist ? year >= "2000" & artist ^ "a" : album : song +"Example 2" genre ? genre ~ "metal" : artist ? year >= "2000" : album ? year >= "2000" : song -- cgit v1.2.3