summaryrefslogtreecommitdiff
path: root/apps/tagcache.c
AgeCommit message (Expand)Author
2006-08-09Unload tagcache from ram when entering USB mode.Miika Pekkarinen
2006-08-05Initial support and use for EEPROM memory on H120 & H140 players whenMiika Pekkarinen
2006-08-02Tagcache: Fixed runtime stats not being gathered when tagcache is keptMiika Pekkarinen
2006-08-02Fix warning when building without HAVE_TC_RAMCACHE.Jens Arnold
2006-07-25Nice diagram explaining better tagcache internals.Miika Pekkarinen
2006-07-24Don't corrupt runtimedb when tagcache is loaded in ram.Miika Pekkarinen
2006-07-24Fixed bug in finding entry from disk by filename and not starting autoMiika Pekkarinen
2006-07-23Don't write ram flags to disk (causes internal error).Miika Pekkarinen
2006-07-23Automatically import the changelog after initializing tagcache.Miika Pekkarinen
2006-07-23Fixed a bug in tagcache initialization.Miika Pekkarinen
2006-07-23Better header checking. Only manually remove incorrect entries. FixedMiika Pekkarinen
2006-07-22Only ignore deleted entries (previously was corrupting the masterMiika Pekkarinen
2006-07-22Initialize the status structure correctly.Miika Pekkarinen
2006-07-22Removed the 10000 files static commmit-time limit from tagcache.Miika Pekkarinen
2006-07-20Support importing runtimedb data from ascii files.Miika Pekkarinen
2006-07-16Killed one warning.Miika Pekkarinen
2006-07-16Initial changelog support (only export, no import yet) and addedMiika Pekkarinen
2006-07-15Initial runtimedb support for tagcache. Only for developers,Miika Pekkarinen
2006-07-12Filename tags were incorrectly retrieved from dircache when tagcache was load...Miika Pekkarinen
2006-07-12Don't skip before data has been read in.Miika Pekkarinen
2006-07-12Tagcache autoupdate without dircache was not functional at all.Miika Pekkarinen
2006-07-10Tagcache update: Support removal of entries and no longer the need forMiika Pekkarinen
2006-05-31Need to reload tagcache in ram if dircache buffer has been stolen.Miika Pekkarinen
2006-05-30Fixed incorrect memory allocation bug with tagcache.Miika Pekkarinen
2006-05-28Load uniqued tags correctly at commit (should fix duplicates). TryMiika Pekkarinen
2006-05-27Init dircache after applying settings and use a splash. Possible preventMiika Pekkarinen
2006-05-11Fixed a problem with tagcache search skipping long tags. Thanks forMiika Pekkarinen
2006-04-23Much faster optimized version of tagcache commit. Added a few items toMiika Pekkarinen
2006-04-19Fixed: Generate chunked playlist correctly, don't sort <All tracks>Miika Pekkarinen
2006-04-18Performance optimizations for tagcache commit. Still more left to be done.Miika Pekkarinen
2006-04-16Commit tagcache in background when possible (at least dircache enabled).Miika Pekkarinen
2006-04-13Fixed a bug in retrieving track filename when tagcache is loaded in ram.Miika Pekkarinen
2006-04-12Show progress while committing tagcache.Miika Pekkarinen
2006-04-10Major improvement in playlist creation speed with tagcache. Fixed alsoMiika Pekkarinen
2006-04-09Small optimization to use the already opened master lookup index.Miika Pekkarinen
2006-04-08Enable conditional clauses for string tags in disk mode also.Miika Pekkarinen
2006-04-05Tagcache engine: Better handling for track numbers and genre strings.Miika Pekkarinen
2006-04-03Initial conditional filtering support for the tagcache engine and aMiika Pekkarinen
2006-04-03Fill the numeric tags.Miika Pekkarinen
2006-04-02Properly scan tagcache fast against dircache.Miika Pekkarinen
2006-03-30Added track number sorting to the tagcache and a few new tags to theMiika Pekkarinen
2006-03-27Alignment fix for ipods.Miika Pekkarinen
2006-03-27Allow multiple tracks with the same title.Miika Pekkarinen
2006-03-27More alignment fixes.Miika Pekkarinen
2006-03-26Fixed the define in config.h and more tagcache alignment issues.Miika Pekkarinen
2006-03-26Fixed the yellow builds.Miika Pekkarinen
2006-03-26Fixed possible data alignment problem while committing the tagcache.Miika Pekkarinen
2006-03-26Properly allocating the temporary buffer.Miika Pekkarinen
2006-03-26Initial version of tagcache! There are still some bugs in the engineMiika Pekkarinen