lastfm to amarokdb playcounts is a standalone Amarok script. It replaces the playcounts in your amarok database with those from your last.fm account.
You run it with:
python updateAmarokDB2.py username
It only works with the embedded database.
Developer comments
I've written it for myself and am putting it online in hope that someone else finds use for it too.
Product's homepage
Requirements:
· amaroK
What's New in This Release: [ read full changelog ]
· Now catches the exception that is caused by a reply from last.fm that is different than expected, no longer hangs up if the artist sought is not found.
· Fixed a bug that caused the script to not find the database if it was in the .kde folder. Thanks to mintlars for finding and fixing this one.
· Lowered the amount of communication with last.fm server (execution is faster now).