summaryrefslogtreecommitdiffstats
path: root/apps/tagcache.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-21Fixed debug menu crashing. Show last file processed by tagcache engine in deb...Miika Pekkarinen1-3/+28
2007-10-16Take out some NOCACHEBSS_ATTR's that were accidentally left. Put some threadi...Michael Sevakis1-2/+2
2007-10-16Finally full multicore support for PortalPlayer 502x targets with an eye towa...Michael Sevakis1-6/+6
2007-10-01Use a struct mp3entry instead of a struct trackinfo for temporary storage of ...Nicolas Pennequin1-35/+35
2007-09-19Remove the ID3 tag version priority setting on the grounds of it being pretty...Thom Johansen1-1/+1
2007-09-15Fixed an out of buffer boundaries lookup when database has been loaded in ram.Miika Pekkarinen1-1/+1
2007-08-14Make get_metadata act on a struct mp3entry rather than a struct track_info.Nicolas Pennequin1-1/+1
2007-08-08Add support for grouping tags. From FS#7362.Dan Everton1-4/+24
2007-08-03Add support for parsing the disc number tag from metadata and use of it in th...Dan Everton1-3/+5
2007-07-21Queue song statistical data to the tagcache system and update entirely in bac...Miika Pekkarinen1-27/+156
2007-07-20Makes apps and plugins interract with directories using a posix-like api inst...Kevin Ferrare1-12/+12
2007-06-25When building the database and a track doesn't have an album artist tag, copy...Dan Everton1-2/+20
2007-05-27Prevent destroying dircache pointers in tagcache DB while updating runtime st...Miika Pekkarinen1-1/+16
2007-05-07Minor header file cleanup - try and include the minimal number of files, and ...Dave Chapman1-1/+2
2007-04-29Improved speed when deleting tags and prevent remaining ghost entries with da...Miika Pekkarinen1-8/+28
2007-04-12Now track total playtime should be accessible as well by using Pm and Ps virt...Miika Pekkarinen1-0/+9
2007-04-12Added virtual tags in database to break track length to minutes and seconds.Miika Pekkarinen1-0/+9
2007-03-26Rating support for database and WPS (based on FS# 6301). A value between 0 an...Robert Kukla1-5/+6
2007-03-20More logf fixes. speex.c wants to format 64bit args so I didn't change that o...Michael Sevakis1-3/+3
2007-03-18Fix several printf-style warnings in logf builds.Magnus Holmgren1-11/+11
2007-03-11Fixed database displaying duplicate entries after deleting tracks and databas...Miika Pekkarinen1-5/+5
2007-03-10Yield regularly during commits so the UI doesn't lock upSteve Bavin1-15/+27
2007-03-08Really don't try to initialise while the database status is unknownSteve Bavin1-1/+3
2007-03-07Lead user through database initialisationSteve Bavin1-5/+5
2007-03-07Sort tagcache so that <Untagged> appears alongside <All tracks>Steve Bavin1-6/+8
2007-03-04Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - ...Daniel Ankers1-1/+2
2007-03-04Do the '<Untagged>' check in a more compact way.Magnus Holmgren1-21/+13
2007-03-04Ignore me. I am silly.Linus Nielsen Feltzing1-2/+1
2007-03-04You can not use sizeof to find the length of a stringLinus Nielsen Feltzing1-1/+2
2007-03-04don't hard code sizeRobert Kukla1-1/+1
2007-03-04don't display "<Untagged>" (tagcache place holder for empty string) in wpsRobert Kukla1-9/+30
2007-03-02remove numerical genre and use genre_string consistently:Robert Kukla1-5/+2
2007-03-01Introducing the root menu!Jonathan Gordon1-1/+4
2007-02-27Code Police: Remove tabs throught apps/ . Hopefully no actual code Jonathan Gordon1-1/+1
2007-02-25Cleaned up code a bit, fixed possible bug during committing numeric indices a...Miika Pekkarinen1-70/+123
2007-02-25Fixed database export crashing with long tags. And failing without DB loaded ...Miika Pekkarinen1-2/+2
2007-02-15Shave a few bytes off the binary size, especially on hwcodec targetsLinus Nielsen Feltzing1-13/+0
2007-02-13Make database endianess independent.Miika Pekkarinen1-50/+74
2007-02-10FS#6638 - Album artist and comment patch for WPS and tagcache. ExportMiika Pekkarinen1-6/+20
2006-12-25Next round of static'ing and related fixes.Jens Arnold1-4/+4
2006-12-05Removed the cpu boost tracking debug feature for now because ofMiika Pekkarinen1-7/+7
2006-11-19Check if file has already been removed from DB when manually invokingMiika Pekkarinen1-0/+12
2006-11-10Don't add extra slash at beginning when creating db.Miika Pekkarinen1-1/+2
2006-11-10Support building tagcache db natively on PC using the core of theMiika Pekkarinen1-105/+165
2006-10-24Changelog importing was broken.Miika Pekkarinen1-5/+6
2006-10-24Allow all tag type in formatting string. Included example withMiika Pekkarinen1-3/+3
2006-10-21Hopefully now fixed the last 64-bit compiler warning.Miika Pekkarinen1-1/+2
2006-10-21Fixed the simulator warnings.Miika Pekkarinen1-2/+2
2006-10-21Implement fast_readline as a function and use it for tagtree also.Miika Pekkarinen1-43/+12
2006-10-15(1) New syntax to support conditional formatting.Miika Pekkarinen1-158/+197