QUOTE
- What's the current status of the plugin?
it can do export / import, however i'm waiting for foosion to finish next version of foo_lua - and that won't happen anytime soon, as he works on other plugins with higher priority
QUOTE
- Where can I get the plugin?
it's not in state to be released for public atm
QUOTE
- How customizable is the output? (I would like one big file containing all bands, all albums, all tracks, etc.)
as it is now, you just select stuff in your playlist and then select the command / press shortcut to export / import. i made it to do that on directory basis, so every bunch of following items with the same directory gets one file in that dir. that could get changed in 'release' version. i think that whole database export / import could be added ....
QUOTE
- Will it export all file tag data of any file? (mp3, ogg, mpc, etc.)
yes, other than technical (i may change that in the future). atm i export / import only replaygain subset of technical tags
QUOTE
- What's the exact output format concerning the xml tags and attributes? (from a symantic web point of view some tagnames might have to be altered to create an output which can be used in a wider area)
that may change. as it is now, it makes well-formatted xml files, however the tags subset is not (that is selectable in the config section of my script) fixed, i.e. if it can use some tag's name as xml entity without breaking the rest (for example it wouldn't use it for tag which is already used in other meaning like <xml>, <tags>, <tag>, <files>, <file> and <common>) it would use it. other ways to go are: 2) always use <tag> with attribute 'name' for every tag, or 3) allow limited subset of tags, i.e. basic tags, to be used without <tag>, like 'artis' etc. we have to discuss that. atm it can do any of these, by simply changing lists of valid and / or invalid tags (tags' names which can be used directly as an entity).
QUOTE
I could help out perfectioning it if you like, but like I said earlier, I have to get some other stuff done first (catching up some uni projects

).
sure, we can share some ideas
QUOTE
It would be great if it can be used as a main foobar playlist format but in my opinion that would be something for a later stage.
yeah, i agree ... but that would need someone else to make it or at least simple code to call my script. it's possible that foosion would add some callbacks in the future though