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.c
Age
Commit message (
Expand
)
Author
2008-03-09
FS#8707 - Enable "Load to RAM" (HAS_TC_RAMCACHE) compilation without Director...
Miika Pekkarinen
2008-02-17
FS#8565 - fix for runtime data causing extra spin ups. Included a debug menu ...
Miika Pekkarinen
2008-02-04
add support for database.unignore files (adds dirs to the database which woul...
Marcoen Hirschberg
2008-01-25
Fix a bug in tagcache tag length check, thanks to Rhino Banga.
Peter D'Hoye
2008-01-13
Fixed the red.
Miika Pekkarinen
2008-01-13
Always check for deleted files, no matter how slow it might be when DB autoup...
Miika Pekkarinen
2008-01-07
FS#8423 - Fixes quirks in routine used to remove obsolote entries from tagcac...
Miika Pekkarinen
2007-12-18
Preserve song statistics when moving files or altering metadata. Conditions r...
Miika Pekkarinen
2007-12-16
Added file modify time field to the DB. Now metadata changes should be detect...
Miika Pekkarinen
2007-11-23
Free resources properly. Fixes all kind of strange issues (shutdown problems ...
Miika Pekkarinen
2007-11-21
consolidate the 3 file_exists() functions into one; use the version that expl...
Robert Kukla
2007-11-21
FS#5690 - folders with a file named database.ignore will be skipped by the da...
Jonathan Gordon
2007-10-21
Fixed debug menu crashing. Show last file processed by tagcache engine in deb...
Miika Pekkarinen
2007-10-16
Take out some NOCACHEBSS_ATTR's that were accidentally left. Put some threadi...
Michael Sevakis
2007-10-16
Finally full multicore support for PortalPlayer 502x targets with an eye towa...
Michael Sevakis
2007-10-01
Use a struct mp3entry instead of a struct trackinfo for temporary storage of ...
Nicolas Pennequin
2007-09-19
Remove the ID3 tag version priority setting on the grounds of it being pretty...
Thom Johansen
2007-09-15
Fixed an out of buffer boundaries lookup when database has been loaded in ram.
Miika Pekkarinen
2007-08-14
Make get_metadata act on a struct mp3entry rather than a struct track_info.
Nicolas Pennequin
2007-08-08
Add support for grouping tags. From FS#7362.
Dan Everton
2007-08-03
Add support for parsing the disc number tag from metadata and use of it in th...
Dan Everton
2007-07-21
Queue song statistical data to the tagcache system and update entirely in bac...
Miika Pekkarinen
2007-07-20
Makes apps and plugins interract with directories using a posix-like api inst...
Kevin Ferrare
2007-06-25
When building the database and a track doesn't have an album artist tag, copy...
Dan Everton
2007-05-27
Prevent destroying dircache pointers in tagcache DB while updating runtime st...
Miika Pekkarinen
2007-05-07
Minor header file cleanup - try and include the minimal number of files, and ...
Dave Chapman
2007-04-29
Improved speed when deleting tags and prevent remaining ghost entries with da...
Miika Pekkarinen
2007-04-12
Now track total playtime should be accessible as well by using Pm and Ps virt...
Miika Pekkarinen
2007-04-12
Added virtual tags in database to break track length to minutes and seconds.
Miika Pekkarinen
2007-03-26
Rating support for database and WPS (based on FS# 6301). A value between 0 an...
Robert Kukla
2007-03-20
More logf fixes. speex.c wants to format 64bit args so I didn't change that o...
Michael Sevakis
2007-03-18
Fix several printf-style warnings in logf builds.
Magnus Holmgren
2007-03-11
Fixed database displaying duplicate entries after deleting tracks and databas...
Miika Pekkarinen
2007-03-10
Yield regularly during commits so the UI doesn't lock up
Steve Bavin
2007-03-08
Really don't try to initialise while the database status is unknown
Steve Bavin
2007-03-07
Lead user through database initialisation
Steve Bavin
2007-03-07
Sort tagcache so that <Untagged> appears alongside <All tracks>
Steve Bavin
2007-03-04
Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - ...
Daniel Ankers
2007-03-04
Do the '<Untagged>' check in a more compact way.
Magnus Holmgren
2007-03-04
Ignore me. I am silly.
Linus Nielsen Feltzing
2007-03-04
You can not use sizeof to find the length of a string
Linus Nielsen Feltzing
2007-03-04
don't hard code size
Robert Kukla
2007-03-04
don't display "<Untagged>" (tagcache place holder for empty string) in wps
Robert Kukla
2007-03-02
remove numerical genre and use genre_string consistently:
Robert Kukla
2007-03-01
Introducing the root menu!
Jonathan Gordon
2007-02-27
Code Police: Remove tabs throught apps/ . Hopefully no actual code
Jonathan Gordon
2007-02-25
Cleaned up code a bit, fixed possible bug during committing numeric indices a...
Miika Pekkarinen
2007-02-25
Fixed database export crashing with long tags. And failing without DB loaded ...
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
[next]