While searching for a music database I came across musicbrainz, I found a SQLite Musicbrainz database.
You can find the database scheme here.
and a file with create table statements and explanatory comments here.
The problem is that I only need the artist names and their songs in my data base.
I tried to create a new database with the artists and song names for hours yesterday, but i couldn't get it to work.
What i'm trying to do is something like this:
Artist| Song |
--------------
Eminem|When i'm gone
Eminem|Lose yourself
The Eagles|Hotel California
Thanks everybody!