Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Converting foobar database to MySQL? (Read 3675 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Converting foobar database to MySQL?

Is it possible to convert the foobar database to a MySQL database?  Or another way to atleast get the Artist, Year, and Album Title into a database?  Thanks for any help, I'm at a loss right now.

Converting foobar database to MySQL?

Reply #1
If you were feeling labourious, you could write a proper Copy formatting string, put the output into a flatfile and import it.

Converting foobar database to MySQL?

Reply #2
Quote
If you were feeling labourious, you could write a proper Copy formatting string, put the output into a flatfile and import it.

I'll try that but I don't have that much time  How can I set the output to go into a flatfile?

Converting foobar database to MySQL?

Reply #3
I think SQLite is a better choice if anyone wants to embed a database into foobar2000.

Converting foobar database to MySQL?

Reply #4
Quote
I think SQLite is a better choice if anyone wants to embed a database into foobar2000.

Thanks but I should mention that I'm going to be using JSP to display the results and I'm not quite show on how to connect to sqlite with JSP

Converting foobar database to MySQL?

Reply #5
Where can I find further information about the structure of fb's database?

Converting foobar database to MySQL?

Reply #6
Quote
I'll try that but I don't have that much time   How can I set the output to go into a flatfile?

The idea is to setup up the copying string to output to a format that whatever you write to dump the data to the database can read.