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:
parent
461addf658
commit
4a63c09c86
6 changed files with 385 additions and 202 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue