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.
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)