#637210 exfalso: importexport plugin should export rating

#637210#5
Date:
2011-08-09 13:34:14 UTC
From:
To:
I don't know exactly what the rules here are, but I feel like the
import/export plugin should export rating even though it's "internal"
metadata.  My python abilities are non-existant, but changing this block:

            for key in keys:
                if key.startswith('~'): continue
                for val in song.list(key):
                    print>>out, '%s=%s' % (key, val.encode('utf-8'))
            print>>out

to this:

            for key in keys:
                if key.startswith('~#rating'): print>>out, 'rating=%f' % (song[key])
                if key.startswith('~'): continue
                for val in song.list(key):
                    print>>out, '%s=%s' % (key, val.encode('utf-8'))
            print>>out

did the trick for me at least...something more elegant can probably be
done by someone more skilled in the art.

#637210#10
Date:
2014-08-05 13:07:24 UTC
From:
To:

#637210#15
Date:
2014-10-04 17:03:56 UTC
From:
To:
Dear submitter,

as the package quodlibet-plugins has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/763934

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmaster@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)