summaryrefslogtreecommitdiffstats
path: root/apps/tagcache.c
AgeCommit message (Expand)AuthorFilesLines
2006-08-30Fixed tagcache returning incorrect entries.Miika Pekkarinen1-8/+15
2006-08-27Fixed: With dircache+tagcache in RAM using Search by filename->PlayerMiika Pekkarinen1-4/+5
2006-08-26Fixed performance problems when initializing tagcache.Miika Pekkarinen1-0/+14
2006-08-25Browse by year (now numeric tags are fully supported too).Miika Pekkarinen1-15/+30
2006-08-25Use uniqbuf for unique tags only.Miika Pekkarinen1-1/+1
2006-08-25Tagcache: Don't show duplicate entries and automatically inheritMiika Pekkarinen1-30/+59
2006-08-15eeprom driver for the h3x0 series, cleaned up the h1x0 series driver a bit, a...Peter D'Hoye1-4/+4
2006-08-14Fixed a problem when using filename tag as a search clause.Miika Pekkarinen1-0/+3
2006-08-13FS#5806 with code cleanup.Miika Pekkarinen1-6/+17
2006-08-13FS#5805 NOT operator for tagnavi.config by Jochen Kemnade.Miika Pekkarinen1-1/+12
2006-08-12Better UI response with playlist operations.Miika Pekkarinen1-0/+1
2006-08-11Properly handle early USB mode, dircache and tagcache state files withMiika Pekkarinen1-1/+1
2006-08-09Unload tagcache from ram when entering USB mode.Miika Pekkarinen1-0/+7
2006-08-05Initial support and use for EEPROM memory on H120 & H140 players whenMiika Pekkarinen1-1/+108
2006-08-02Tagcache: Fixed runtime stats not being gathered when tagcache is keptMiika Pekkarinen1-14/+58
2006-08-02Fix warning when building without HAVE_TC_RAMCACHE.Jens Arnold1-0/+2
2006-07-25Nice diagram explaining better tagcache internals.Miika Pekkarinen1-0/+36
2006-07-24Don't corrupt runtimedb when tagcache is loaded in ram.Miika Pekkarinen1-9/+16
2006-07-24Fixed bug in finding entry from disk by filename and not starting autoMiika Pekkarinen1-1/+5
2006-07-23Don't write ram flags to disk (causes internal error).Miika Pekkarinen1-0/+8
2006-07-23Automatically import the changelog after initializing tagcache.Miika Pekkarinen1-41/+58
2006-07-23Fixed a bug in tagcache initialization.Miika Pekkarinen1-4/+8
2006-07-23Better header checking. Only manually remove incorrect entries. FixedMiika Pekkarinen1-91/+94
2006-07-22Only ignore deleted entries (previously was corrupting the masterMiika Pekkarinen1-7/+2
2006-07-22Initialize the status structure correctly.Miika Pekkarinen1-3/+2
2006-07-22Removed the 10000 files static commmit-time limit from tagcache.Miika Pekkarinen1-7/+19
2006-07-20Support importing runtimedb data from ascii files.Miika Pekkarinen1-196/+449
2006-07-16Killed one warning.Miika Pekkarinen1-1/+1
2006-07-16Initial changelog support (only export, no import yet) and addedMiika Pekkarinen1-2/+119
2006-07-15Initial runtimedb support for tagcache. Only for developers,Miika Pekkarinen1-84/+180
2006-07-12Filename tags were incorrectly retrieved from dircache when tagcache was load...Miika Pekkarinen1-20/+35
2006-07-12Don't skip before data has been read in.Miika Pekkarinen1-4/+4
2006-07-12Tagcache autoupdate without dircache was not functional at all.Miika Pekkarinen1-1/+2
2006-07-10Tagcache update: Support removal of entries and no longer the need forMiika Pekkarinen1-94/+366
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