Re: Amarok mysql database details

2011-06-15 Thread Nikhil Marathe
On Wed, Jun 15, 2011 at 7:32 AM, sandeep wrote: > Hi, > Is there any way to see what tables exist in the embedded database used by > Amarok and the columns in those tables? Is it documented? You can follow http://amarok.kde.org/wiki/Development/MySQL_Embedded#Tips to load the database in the MySQ

Re: Amarok mysql database details

2011-06-15 Thread Maximilian Kossick
Additionally, you can dump the complete database content into csv files, one per table, including column headers. There's a way to start the dump from the script console, but I forgot which command it is exactly. They'll be in your home directory. For even more fun, you can magically configure Amar

Re: Amarok mysql database details

2011-06-15 Thread Bart Cerneels
On Wed, Jun 15, 2011 at 16:32, sandeep wrote: > Hi, > Is there any way to see what tables exist in the embedded database used by > Amarok and the columns in those tables? Is it documented? > Thanks, > Sandeep DatabaseUpdater::createTables() is what you need. It's not better documented than in the

Amarok mysql database details

2011-06-15 Thread sandeep
Hi, Is there any way to see what tables exist in the embedded database used by Amarok and the columns in those tables? Is it documented? Thanks, Sandeep ___ Amarok-devel mailing list Amarok-devel@kde.org https://mail.kde.org/mailman/listinfo/amarok-deve

Re: Review Request: tag reading support for s3m, it and xm files

2011-06-15 Thread Bart Cerneels
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/101598/#review3900 --- Style and logic looks OK to me. I can't comment on the functiona