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 Amarok to dump the database at various points during the collection scanning process (unless that got removed during a refactoring at some point).<div>
<br></div><div>Cheers,</div><div>Max<br><br><div class="gmail_quote">On Wed, Jun 15, 2011 at 4:52 PM, Bart Cerneels <span dir="ltr"><<a href="mailto:bart.cerneels@kde.org">bart.cerneels@kde.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div><div></div><div class="h5">On Wed, Jun 15, 2011 at 16:32, sandeep <<a href="mailto:sandy.8925@gmail.com">sandy.8925@gmail.com</a>> wrote:<br>
> Hi,<br>
> Is there any way to see what tables exist in the embedded database used by<br>
> Amarok and the columns in those tables? Is it documented?<br>
> Thanks,<br>
> Sandeep<br>
<br>
</div></div>DatabaseUpdater::createTables() is what you need. It's not better<br>
documented than in the code.<br>
Ask on this list if anything is unclear.<br>
<br>
Bart<br>
_______________________________________________<br>
Amarok-devel mailing list<br>
<a href="mailto:Amarok-devel@kde.org">Amarok-devel@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/amarok-devel" target="_blank">https://mail.kde.org/mailman/listinfo/amarok-devel</a><br>
</blockquote></div><br></div>