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 Nils Wallménius (nls) - Tuesday, 16 December 2008, 09:27 GMT+2
Opened by Clément Pit--Claudel (CFP) - Tuesday, 22 January 2008, 18:23 GMT+2
Last edited by Nils Wallménius (nls) - Tuesday, 16 December 2008, 09:27 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
Closed by Nils Wallménius (nls)
Tuesday, 16 December 2008, 09:27 GMT+2
Reason for closing: Fixed
Additional comments about closing: fixed in r19448
Tuesday, 16 December 2008, 09:27 GMT+2
Reason for closing: Fixed
Additional comments about closing: fixed in r19448
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.
Please let me report the impression that makes sondb in your environment.
build for songdb.exe
$ cd utils/songdb
$ make
Please read utils/songdb/readme.txt about the usage etc.