summaryrefslogtreecommitdiffstats
path: root/apps/tagcache.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-31Need to reload tagcache in ram if dircache buffer has been stolen.Miika Pekkarinen1-0/+3
2006-05-30Fixed incorrect memory allocation bug with tagcache.Miika Pekkarinen1-1/+18
2006-05-28Load uniqued tags correctly at commit (should fix duplicates). TryMiika Pekkarinen1-11/+18
2006-05-27Init dircache after applying settings and use a splash. Possible preventMiika Pekkarinen1-2/+2
2006-05-11Fixed a problem with tagcache search skipping long tags. Thanks forMiika Pekkarinen1-1/+1
2006-04-23Much faster optimized version of tagcache commit. Added a few items toMiika Pekkarinen1-193/+210
2006-04-19Fixed: Generate chunked playlist correctly, don't sort <All tracks>Miika Pekkarinen1-2/+16
2006-04-18Performance optimizations for tagcache commit. Still more left to be done.Miika Pekkarinen1-122/+173
2006-04-16Commit tagcache in background when possible (at least dircache enabled).Miika Pekkarinen1-11/+61
2006-04-13Fixed a bug in retrieving track filename when tagcache is loaded in ram.Miika Pekkarinen1-0/+20
2006-04-12Show progress while committing tagcache.Miika Pekkarinen1-13/+35
2006-04-10Major improvement in playlist creation speed with tagcache. Fixed alsoMiika Pekkarinen1-37/+111
2006-04-09Small optimization to use the already opened master lookup index.Miika Pekkarinen1-22/+6
2006-04-08Enable conditional clauses for string tags in disk mode also.Miika Pekkarinen1-2/+37
2006-04-05Tagcache engine: Better handling for track numbers and genre strings.Miika Pekkarinen1-16/+20
2006-04-03Initial conditional filtering support for the tagcache engine and aMiika Pekkarinen1-33/+125
2006-04-03Fill the numeric tags.Miika Pekkarinen1-1/+11
2006-04-02Properly scan tagcache fast against dircache.Miika Pekkarinen1-1/+1
2006-03-30Added track number sorting to the tagcache and a few new tags to theMiika Pekkarinen1-15/+231
2006-03-27Alignment fix for ipods.Miika Pekkarinen1-19/+35
2006-03-27Allow multiple tracks with the same title.Miika Pekkarinen1-10/+28
2006-03-27More alignment fixes.Miika Pekkarinen1-3/+14
2006-03-26Fixed the define in config.h and more tagcache alignment issues.Miika Pekkarinen1-1/+12
2006-03-26Fixed the yellow builds.Miika Pekkarinen1-1/+1
2006-03-26Fixed possible data alignment problem while committing the tagcache.Miika Pekkarinen1-1/+1
2006-03-26Properly allocating the temporary buffer.Miika Pekkarinen1-3/+1
2006-03-26Initial version of tagcache! There are still some bugs in the engineMiika Pekkarinen1-0/+1868