summaryrefslogtreecommitdiffstats
path: root/apps/tagcache.h
AgeCommit message (Expand)AuthorFilesLines
2011-01-17Fix player becoming unresponsive on Stop / Pause in some cases.Dominik Riebeling1-0/+1
2011-01-02Commit part of FS#11748 by Michael Hohmuth. Adds support for automatically r...Michael Giacomelli1-2/+3
2010-09-30use correct condition for #if for tagcache_fill_tags().Teruaki Kawashima1-0/+2
2010-05-20accept FS#10992 by Rui Araújo to fix FS#10976 - make the <Untagged> string t...Jonathan Gordon1-0/+3
2010-03-03FS#10756 - Free unused init codeThomas Martitz1-1/+1
2009-06-20Keep simulators happy.Miika Pekkarinen1-1/+1
2009-06-20A bunch of stability fixes into tagcache engine and database browser. Mainly ...Miika Pekkarinen1-14/+19
2009-06-06Add a system-wide BIT_N macro, implemented via an LUT on SH, and use it in th...Andrew Mahone1-6/+2
2009-06-03Replace bitfield for tagcache tag sets with array of char on SH.Andrew Mahone1-1/+2
2009-06-03Replace arrays of tags that are numeric/sorted/uniqued with bitfields flaggin...Andrew Mahone1-2/+17
2009-03-06Fix FS#9977 - Thanks to Brian Sutherland for intensive testing and effortThomas Martitz1-1/+1
2008-10-15Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. M...Björn Stenberg1-1/+1
2008-08-29Fixed a possible index id destruction and temporary problems with the DB when...Miika Pekkarinen1-2/+6
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-03Renamed build_tagcache to tagcache_build to make it consistent with the funct...Bertrik Sikken1-1/+1
2008-05-03Made source files #include the header file that they implement to make sure t...Bertrik Sikken1-1/+2
2008-03-25Tiny fix of spelling in comment.Steve Bavin1-1/+1
2008-02-17Fixed red, forgot to commit header changes.Miika Pekkarinen1-0/+1
2007-12-18Preserve song statistics when moving files or altering metadata. Conditions r...Miika Pekkarinen1-7/+5
2007-12-16Added file modify time field to the DB. Now metadata changes should be detect...Miika Pekkarinen1-3/+16
2007-10-30some improvements to FS#8008 - see tracker entry for detailsRobert Kukla1-4/+3
2007-10-29rework my previous commit (FS#8008) to be able to work for any of the strings...Jonathan Gordon1-4/+6
2007-10-29Accept FS#8008 - allows the current artist or album to be used in databse sea...Jonathan Gordon1-1/+7
2007-10-21Fixed debug menu crashing. Show last file processed by tagcache engine in deb...Miika Pekkarinen1-0/+7
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