This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#8499 - Can't build database PC tool (was: Building database from computer)
Attached to Project:
Rockbox
Opened by Clément Pit--Claudel (CFP) - Tuesday, 22 January 2008, 18:23 GMT+2
Last edited by Jonas Häggqvist (rasher) - Wednesday, 23 January 2008, 18:50 GMT+2
Opened by Clément Pit--Claudel (CFP) - Tuesday, 22 January 2008, 18:23 GMT+2
Last edited by Jonas Häggqvist (rasher) - Wednesday, 23 January 2008, 18:50 GMT+2
|
DetailsHello !
I spend a lot of time rebuilding my gigabeat id3 database everytime I add music on my player. Would'nt it be great to just port the database building code to Windows/Linux in order to build rockbox database from your computer ? Thank you ! |
This task depends upon
I'll try to give more details before closing.
Can you just name the file, so I have a look at it ?
The file is tools/database.c
You can build it with "make database", but it doesn't seem to compile ATM. Also it's still very basic, but I know it worked for me at one point.
Apart from this, should'nt #include "../apps/tagcache.h" be used instead of #include "tagcache.h" ?
Thanks.