Support and General Use > Audio Playback, Database and Playlists
Hide <All tracks> and <Random>
sach160:
Hi I'd like to do this too but can't find it in the patches. Would be great if the poster could upload the patch...
mirrors:
I would love to know this as well.
ted209:
I worked it out in the end. It's in the tagtree.c file, simply remove all of the following lines:
--- Code: --- if (tag != tag_title && tag != tag_filename)
{
if (offset == 0)
{
dptr->newtable = ALLSUBENTRIES;
dptr->name = str(LANG_TAGNAVI_ALL_TRACKS);
dptr++;
current_entry_count++;
}
if (offset <= 1)
{
dptr->newtable = NAVIBROWSE;
dptr->name = str(LANG_TAGNAVI_RANDOM);
dptr->extraseek = -1;
dptr++;
current_entry_count++;
}
special_entry_count+=2;
}
total_count += special_entry_count;
--- End code ---
I made a patch for this, but am away from my computer for a week. I can post it at the weekend if people still want it.
mirrors:
Where exactly is this file located? I can't seem to find it... ???
Chronon:
It's in the apps directory.
http://svn.rockbox.org/viewvc.cgi/trunk/apps/tagtree.c?revision=29387&view=markup
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version