-
-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Request] Add support for getTopSongs
#365
Comments
It's not implemented because of this : "Returns top songs for the given artist, using data from last.fm." |
You are right, I did not notice the remark about last.fm. Other server have support for last.fm, so maybe this could be implemented using that data if you choose to add this aspect to your application. I have already added some code to my plugin so now I can handle the unimplemented call more gracefully, but yes, maybe returning something related with local playcount might be very much ok! |
Juste noticed this endpoint (http://www.subsonic.org/pages/api.jsp#getTopSongs) is using an artist name to lookup for the artist: LMS will raise an error if multiple matching artists are found. |
Thank you! |
Hello, would it be possible to add support for the
getTopSongs
method in the subsonic api implementation?Currently I get a "Not implemented" exception (through py-sonic).
Thank you for your attention.
The text was updated successfully, but these errors were encountered: