diff options
| author | Miika Pekkarinen <miipekk@ihme.org> | 2007-02-25 20:41:51 +0000 |
|---|---|---|
| committer | Miika Pekkarinen <miipekk@ihme.org> | 2007-02-25 20:41:51 +0000 |
| commit | f5184f34bfd794884d18057a594e7acb9aeb00e4 (patch) | |
| tree | d7fd5e0d47ef2bd7039eaaf8ebd1a54566ee2e06 /apps/tagnavi.config | |
| parent | fcf8145fee8b4952d5d6c88d2b50402d4a81d775 (diff) | |
| download | rockbox-f5184f34bfd794884d18057a594e7acb9aeb00e4.zip rockbox-f5184f34bfd794884d18057a594e7acb9aeb00e4.tar.gz rockbox-f5184f34bfd794884d18057a594e7acb9aeb00e4.tar.bz2 rockbox-f5184f34bfd794884d18057a594e7acb9aeb00e4.tar.xz | |
Cleaned up code a bit, fixed possible bug during committing numeric indices and made code more fault tolerant. Added a new numeric tag making it possible to list recently added tracks. Export your DB.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12482 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/tagnavi.config')
| -rw-r--r-- | apps/tagnavi.config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/tagnavi.config b/apps/tagnavi.config index 9dc24b6..24428e2 100644 --- a/apps/tagnavi.config +++ b/apps/tagnavi.config @@ -49,6 +49,7 @@ "Never played tracks" -> artist ? playcount == "0" -> album -> title = "fmt_title" "Best tracks" -> artist ? playcount > "1" & autoscore > "85" -> album -> title = "fmt_best_tracks" "List played tracks" -> title = "fmt_played" ? playcount > "0" +"Last added tracks" -> artist ? entryage == "0" -> album -> title = "fmt_title" "Custom view..." ==> "custom" # And finally set main menu as our root menu |