Write Song Rating into Songs using FMPS tags

Locked
TheGhost
Posts: 1
Joined: Mon Jun 11, 2012 3:20 am

Write Song Rating into Songs using FMPS tags

Post by TheGhost »

Discovered Guayadeque recently. Really nice player especially the intelligent playlist is such a joy.

What I would really like to see is support to store song ratings etc. using FMPS standard, that all written tags are visible within other players that support this standard.

Players that (planning to) use FMPS tags are: Amarok, Ampache, Banshee, Quod Libet, Songbird,VideoLAN, XMMS2, Youki, Clementine

You can find further specs here:

- https://groups.google.com/forum/?fromgroups#!forum/fmps
- http://gitorious.org/xdg-specs/xdg-spec ... cation.txt

It would be really nice if you support the tags and it would help people from the players above to migrate to Guayadeque without retagging the whole collection.
y2kng
Posts: 3
Joined: Mon Jun 11, 2012 6:46 pm

Write Song Rating into Songs using FMPS tags

Post by y2kng »

http://gmusicbrowser.org/faq.html also already uses the standard:
you can enable the saving of ratings and play counts in the tag (using the fpms standard) in the "Fields" tab of the preferences (Note that it requires a restart, and only affect future changes, to write current ratings and play counts to tags, use the "Update tags" button in the "Tags" tab of the preferences).

this is what I currently use for my ratings and It would be great to have portability. would love to make the switch but I am stuck
y2kng
Posts: 3
Joined: Mon Jun 11, 2012 6:46 pm

Write Song Rating into Songs using FMPS tags

Post by y2kng »

http://pastebin.com/p5uYZJU6

a fairly complete python script I've written to migrate to POPM based ratings from FMPS without removing the original rating or playcounts.

let me know if anything is broken in it.

to run it open up terminal and and execute:

python /path/to/FMPS2POPM.py
Locked