1
0
Fork 0
forked from len0rd/rockbox

Initial support for the advanced conditional fully configurable tagcache

browser. Browsing not supported by numeric tags yet, and some features
work currently only when tagcache is loaded in ram.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9501 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Miika Pekkarinen 2006-04-04 19:28:13 +00:00
parent 461addf658
commit 4a63c09c86
6 changed files with 385 additions and 202 deletions

View file

@ -767,10 +767,9 @@ static bool dirbrowse(void)
{
switch (tc.currtable)
{
case allsongs:
case songs4album:
case songs4artist:
case searchsongs:
case navibrowse:
if (tc.currextra != tag_title)
break;
attr=TREE_ATTR_MPA;
tagtree_get_filename(&tc, buf, sizeof(buf));
break;