summaryrefslogtreecommitdiffstats
path: root/apps/tagcache.h
AgeCommit message (Expand)AuthorFilesLines
2007-08-08Add support for grouping tags. From FS#7362.Dan Everton1-3/+3
2007-08-03Add support for parsing the disc number tag from metadata and use of it in th...Dan Everton1-3/+3
2007-07-21Queue song statistical data to the tagcache system and update entirely in bac...Miika Pekkarinen1-0/+6
2007-04-12Now track total playtime should be accessible as well by using Pm and Ps virt...Miika Pekkarinen1-0/+1
2007-04-12Added virtual tags in database to break track length to minutes and seconds.Miika Pekkarinen1-0/+1
2007-03-26Rating support for database and WPS (based on FS# 6301). A value between 0 an...Robert Kukla1-4/+4
2007-03-08Really don't try to initialise while the database status is unknownSteve Bavin1-0/+1
2007-03-07Lead user through database initialisationSteve Bavin1-1/+1
2007-03-01Introducing the root menu!Jonathan Gordon1-0/+1
2007-02-25Cleaned up code a bit, fixed possible bug during committing numeric indices a...Miika Pekkarinen1-5/+6
2007-02-15Shave a few bytes off the binary size, especially on hwcodec targetsLinus Nielsen Feltzing1-1/+0
2007-02-13Make database endianess independent.Miika Pekkarinen1-0/+1
2007-02-10FS#6638 - Album artist and comment patch for WPS and tagcache. ExportMiika Pekkarinen1-4/+4
2006-11-25Tag cache renamed to the less cryptic "Database" throughout the UI and manual...Jonas Häggqvist1-5/+5
2006-11-19Check if file has already been removed from DB when manually invokingMiika Pekkarinen1-0/+1
2006-11-10Support building tagcache db natively on PC using the core of theMiika Pekkarinen1-1/+8
2006-10-25Don't fail with very long lines.Miika Pekkarinen1-1/+1
2006-10-25ifdef all the tagcache code, allows rombox to be compiled again, Thanks Austi...Jonathan Gordon1-0/+2
2006-10-24Allow all tag type in formatting string. Included example withMiika Pekkarinen1-1/+1
2006-10-15(1) New syntax to support conditional formatting.Miika Pekkarinen1-1/+3
2006-10-10FS#6155: "oneof" oeprator limited to a list of 3 or less values.Miika Pekkarinen1-1/+1
2006-10-09FS#6137: add "oneof" operator to tagnavi.conf syntax.Miika Pekkarinen1-1/+1
2006-10-04Fixed find_index returning incorrect entry unless entries are found.Miika Pekkarinen1-0/+1
2006-09-23Properly shutdown audio playback early and flush system, including notMiika Pekkarinen1-0/+1
2006-08-30Fixed tagcache returning incorrect entries.Miika Pekkarinen1-1/+4
2006-08-25Tagcache: Don't show duplicate entries and automatically inheritMiika Pekkarinen1-3/+8
2006-08-13FS#5805 NOT operator for tagnavi.config by Jochen Kemnade.Miika Pekkarinen1-3/+4
2006-08-09Unload tagcache from ram when entering USB mode.Miika Pekkarinen1-0/+1
2006-08-05Initial support and use for EEPROM memory on H120 & H140 players whenMiika Pekkarinen1-0/+2
2006-08-02Tagcache: Fixed runtime stats not being gathered when tagcache is keptMiika Pekkarinen1-0/+1
2006-07-22Removed the 10000 files static commmit-time limit from tagcache.Miika Pekkarinen1-3/+0
2006-07-20Support importing runtimedb data from ascii files.Miika Pekkarinen1-1/+8
2006-07-16Initial changelog support (only export, no import yet) and addedMiika Pekkarinen1-3/+5
2006-07-15Initial runtimedb support for tagcache. Only for developers,Miika Pekkarinen1-3/+9
2006-07-10Tagcache update: Support removal of entries and no longer the need forMiika Pekkarinen1-6/+5
2006-04-23Much faster optimized version of tagcache commit. Added a few items toMiika Pekkarinen1-4/+25
2006-04-18Performance optimizations for tagcache commit. Still more left to be done.Miika Pekkarinen1-1/+23
2006-04-12Show progress while committing tagcache.Miika Pekkarinen1-0/+2
2006-04-10Major improvement in playlist creation speed with tagcache. Fixed alsoMiika Pekkarinen1-1/+5
2006-04-08Enable conditional clauses for string tags in disk mode also.Miika Pekkarinen1-0/+1
2006-04-04Initial support for the advanced conditional fully configurable tagcacheMiika Pekkarinen1-0/+1
2006-04-03Initial conditional filtering support for the tagcache engine and aMiika Pekkarinen1-1/+20
2006-03-30Added track number sorting to the tagcache and a few new tags to theMiika Pekkarinen1-2/+6
2006-03-26Fill WPS tags from tagcache if available.Miika Pekkarinen1-1/+1
2006-03-26Initial version of tagcache! There are still some bugs in the engineMiika Pekkarinen1-0/+78