summaryrefslogtreecommitdiffstats
path: root/apps/tagcache.c
AgeCommit message (Expand)AuthorFilesLines
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-06-04Make sure a temporary file does not exists preventing the database re-initial...Miika Pekkarinen1-0/+1
2008-05-03Renamed build_tagcache to tagcache_build to make it consistent with the funct...Bertrik Sikken1-5/+5
2008-05-03Made source files #include the header file that they implement to make sure t...Bertrik Sikken1-0/+2
2008-04-28Moved atoi declaration to stdlib.h. Deleted atoi.hBertrik Sikken1-1/+0
2008-04-24fix 64bit sim warningJonathan Gordon1-1/+1
2008-04-24structec makes a poor assumption that all targets use 1 byte chars, 2 byte sh...Jonathan Gordon1-12/+12
2008-04-19FS#8795 - Fixed fault of the escape processing in Changelog (by Kenjiro Arai).Miika Pekkarinen1-9/+5
2008-04-19Made strictly local functions static (command_queue_sync_callback and run_com...Bertrik Sikken1-2/+2
2008-03-09FS#8707 - Enable "Load to RAM" (HAS_TC_RAMCACHE) compilation without Director...Miika Pekkarinen1-2/+2
2008-02-17FS#8565 - fix for runtime data causing extra spin ups. Included a debug menu ...Miika Pekkarinen1-18/+21
2008-02-04add support for database.unignore files (adds dirs to the database which woul...Marcoen Hirschberg1-10/+14
2008-01-25Fix a bug in tagcache tag length check, thanks to Rhino Banga.Peter D'Hoye1-6/+6
2008-01-13Fixed the red.Miika Pekkarinen1-0/+7
2008-01-13Always check for deleted files, no matter how slow it might be when DB autoup...Miika Pekkarinen1-26/+26
2008-01-07FS#8423 - Fixes quirks in routine used to remove obsolote entries from tagcac...Miika Pekkarinen1-7/+10
2007-12-18Preserve song statistics when moving files or altering metadata. Conditions r...Miika Pekkarinen1-42/+233
2007-12-16Added file modify time field to the DB. Now metadata changes should be detect...Miika Pekkarinen1-64/+131
2007-11-23Free resources properly. Fixes all kind of strange issues (shutdown problems ...Miika Pekkarinen1-1/+4
2007-11-21consolidate the 3 file_exists() functions into one; use the version that expl...Robert Kukla1-5/+1
2007-11-21FS#5690 - folders with a file named database.ignore will be skipped by the da...Jonathan Gordon1-0/+10
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