Sync from libre.fm?
-
-
@orinovet
libre.fm uses a identical API, even the API key is the same. So all that needs to be done is to add a combobox where you can select between last.fm and libre.fm and it uses different config depending on which one you select, I think it's just the hostname and username that is different.
The code is here:
https://github.com/strawberrymusicplayer/strawberry/blob/master/src/dialogs/lastfmimportdialog.cpp
https://github.com/strawberrymusicplayer/strawberry/blob/master/src/scrobbler/lastfmimport.cpp