Ey, Muine has a powerful plugin system! :) Here is a simple plugin that adds an entry in the main menu allowing you to export the database to a text file. Hope this helps. Salu2 On 10/3/07, Todd Slater <dontodd gmail com> wrote: > Wouter, > > Thanks for the response. It's really not critical, it just would have > been nice ;). > > Thanks, > > Todd > > On 10/2/07, Wouter Bolsterlee <uws+gnome xs4all nl> wrote: > > 2007-10-02 klockan 16:32 skrev Todd Slater: > > > I'd like to get a plain text file listing all my music in the format > > > > > > Artist|Album|Song > > > > > > or something like that. I thought songs.db was sqlite, but file says > > > its gdbm. Is there a way to work with that file without having to know > > > programming? > > > > No, this is not possible as far as I know. DBM files are not that hard to > > open using a few lines of Python (or any other language), but the problem is > > that Muine uses a custom binary format for the values stored in the DBM > > file. I fiddled a bit with pythons struct.(un)pack(), but did not succeed. > > I'm sorry. > _______________________________________________ > muine-list mailing list > muine-list gnome org > http://mail.gnome.org/mailman/listinfo/muine-list >
Attachment:
Export.cs
Description: Binary data