index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
tagcache.h
Age
Commit message (
Expand
)
Author
2007-03-01
Introducing the root menu!
Jonathan Gordon
2007-02-25
Cleaned up code a bit, fixed possible bug during committing numeric indices a...
Miika Pekkarinen
2007-02-15
Shave a few bytes off the binary size, especially on hwcodec targets
Linus Nielsen Feltzing
2007-02-13
Make database endianess independent.
Miika Pekkarinen
2007-02-10
FS#6638 - Album artist and comment patch for WPS and tagcache. Export
Miika Pekkarinen
2006-11-25
Tag cache renamed to the less cryptic "Database" throughout the UI and manual...
Jonas Häggqvist
2006-11-19
Check if file has already been removed from DB when manually invoking
Miika Pekkarinen
2006-11-10
Support building tagcache db natively on PC using the core of the
Miika Pekkarinen
2006-10-25
Don't fail with very long lines.
Miika Pekkarinen
2006-10-25
ifdef all the tagcache code, allows rombox to be compiled again, Thanks Austi...
Jonathan Gordon
2006-10-24
Allow all tag type in formatting string. Included example with
Miika Pekkarinen
2006-10-15
(1) New syntax to support conditional formatting.
Miika Pekkarinen
2006-10-10
FS#6155: "oneof" oeprator limited to a list of 3 or less values.
Miika Pekkarinen
2006-10-09
FS#6137: add "oneof" operator to tagnavi.conf syntax.
Miika Pekkarinen
2006-10-04
Fixed find_index returning incorrect entry unless entries are found.
Miika Pekkarinen
2006-09-23
Properly shutdown audio playback early and flush system, including not
Miika Pekkarinen
2006-08-30
Fixed tagcache returning incorrect entries.
Miika Pekkarinen
2006-08-25
Tagcache: Don't show duplicate entries and automatically inherit
Miika Pekkarinen
2006-08-13
FS#5805 NOT operator for tagnavi.config by Jochen Kemnade.
Miika Pekkarinen
2006-08-09
Unload tagcache from ram when entering USB mode.
Miika Pekkarinen
2006-08-05
Initial support and use for EEPROM memory on H120 & H140 players when
Miika Pekkarinen
2006-08-02
Tagcache: Fixed runtime stats not being gathered when tagcache is kept
Miika Pekkarinen
2006-07-22
Removed the 10000 files static commmit-time limit from tagcache.
Miika Pekkarinen
2006-07-20
Support importing runtimedb data from ascii files.
Miika Pekkarinen
2006-07-16
Initial changelog support (only export, no import yet) and added
Miika Pekkarinen
2006-07-15
Initial runtimedb support for tagcache. Only for developers,
Miika Pekkarinen
2006-07-10
Tagcache update: Support removal of entries and no longer the need for
Miika Pekkarinen
2006-04-23
Much faster optimized version of tagcache commit. Added a few items to
Miika Pekkarinen
2006-04-18
Performance optimizations for tagcache commit. Still more left to be done.
Miika Pekkarinen
2006-04-12
Show progress while committing tagcache.
Miika Pekkarinen
2006-04-10
Major improvement in playlist creation speed with tagcache. Fixed also
Miika Pekkarinen
2006-04-08
Enable conditional clauses for string tags in disk mode also.
Miika Pekkarinen
2006-04-04
Initial support for the advanced conditional fully configurable tagcache
Miika Pekkarinen
2006-04-03
Initial conditional filtering support for the tagcache engine and a
Miika Pekkarinen
2006-03-30
Added track number sorting to the tagcache and a few new tags to the
Miika Pekkarinen
2006-03-26
Fill WPS tags from tagcache if available.
Miika Pekkarinen
2006-03-26
Initial version of tagcache! There are still some bugs in the engine
Miika Pekkarinen