rockbox/apps/tagdb
Niels Laukens d1c294c17d Initial import of tagdb
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7039 a1c6a512-1295-4272-9138-f99709370657
2005-07-06 11:03:20 +00:00
..
album.c Initial import of tagdb 2005-07-06 11:03:20 +00:00
album.h Initial import of tagdb 2005-07-06 11:03:20 +00:00
array_buffer.c Initial import of tagdb 2005-07-06 11:03:20 +00:00
array_buffer.h Initial import of tagdb 2005-07-06 11:03:20 +00:00
artist.c Initial import of tagdb 2005-07-06 11:03:20 +00:00
artist.h Initial import of tagdb 2005-07-06 11:03:20 +00:00
config.h Initial import of tagdb 2005-07-06 11:03:20 +00:00
db.c Initial import of tagdb 2005-07-06 11:03:20 +00:00
db.h Initial import of tagdb 2005-07-06 11:03:20 +00:00
file.c Initial import of tagdb 2005-07-06 11:03:20 +00:00
file.h Initial import of tagdb 2005-07-06 11:03:20 +00:00
header.c Initial import of tagdb 2005-07-06 11:03:20 +00:00
header.h Initial import of tagdb 2005-07-06 11:03:20 +00:00
main.c Initial import of tagdb 2005-07-06 11:03:20 +00:00
Makefile Initial import of tagdb 2005-07-06 11:03:20 +00:00
malloc.c Initial import of tagdb 2005-07-06 11:03:20 +00:00
malloc.h Initial import of tagdb 2005-07-06 11:03:20 +00:00
parser.c Initial import of tagdb 2005-07-06 11:03:20 +00:00
README Initial import of tagdb 2005-07-06 11:03:20 +00:00
song.c Initial import of tagdb 2005-07-06 11:03:20 +00:00
song.h Initial import of tagdb 2005-07-06 11:03:20 +00:00
tag_dummy.c Initial import of tagdb 2005-07-06 11:03:20 +00:00
tag_dummy.h Initial import of tagdb 2005-07-06 11:03:20 +00:00
unique.c Initial import of tagdb 2005-07-06 11:03:20 +00:00
unique.h Initial import of tagdb 2005-07-06 11:03:20 +00:00

The code is currently a working mess... needs cleanup
also it should be transformed into rockbox-format (header in each file).

things that work:
* DB creation

things that don't work (yet)
* Sorting
* reading files to parse the tags