diff options
author | Jonathan Gordon <rockbox@jdgordon.info> | 2007-10-29 12:02:55 +0000 |
---|---|---|
committer | Jonathan Gordon <rockbox@jdgordon.info> | 2007-10-29 12:02:55 +0000 |
commit | 4d18aa35462c1a1c01aa0c382cf60e3d01a392f6 (patch) | |
tree | 8d40d44f152d2337d64f354fa37cd4df22113207 /apps/tagnavi.config | |
parent | bae8f4c3167a0b44ff6516d421e95baaf8937066 (diff) |
Accept FS#8008 - allows the current artist or album to be used in databse searches (use the #artist# or #album# keywords in tagnavi.config)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15354 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/tagnavi.config')
-rw-r--r-- | apps/tagnavi.config | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/tagnavi.config b/apps/tagnavi.config index 73773633b5..30fd371b3e 100644 --- a/apps/tagnavi.config +++ b/apps/tagnavi.config @@ -139,6 +139,11 @@ "User Rating" -> title = "fmt_rating" ? rating > "" "Comment" -> album ? comment ~ "" -> title = "fmt_title" +# Define the "same as current" sub menu +%menu_start "same" "Same as current" +"Artist" -> album ? artist = "#artist#" -> title = "fmt_title" +"Album" -> title = "fmt_title" ? album = "#album#" + # Define the runtime sub menu %menu_start "runtime" "Play history" "Most played (Plays|Score)" -> title = "fmt_mostplayed" ? playcount > "0" @@ -166,6 +171,7 @@ "Recently Added" -> album ? entryage < "4" & commitid > "0" -> title = "fmt_title" "A to Z..." ==> "a2z" "History..." ==> "runtime" +"Same as current..." ==> "same" "Search..." ==> "search" "Custom view..." ==> "custom" |