rosskouk / asknavidrome

An Alexa skill to allow streaming of music from Subsonic API compatible media servers on Amazon Echo devices.
https://rosskouk.github.io/asknavidrome
MIT License
52 stars 7 forks source link

Update 'Last Played' when playing through asknavidrome #33

Open dathbe opened 9 months ago

dathbe commented 9 months ago

Is your feature request related to a problem? Please describe. Plays through the asknavidrome skill do not update 'Last Played' date or 'Plays' count in Navidrome.

Describe the solution you'd like I would like plays through asknavidrome skill to update the 'Last Played' date and 'Plays' count in Navidrome.

Describe alternatives you've considered N/A

Additional context I believe there is a setting in the Subsonic API to allow for this because Substreamer (iOS app) is able to update playcounts when playing through the app. I'm only just beginning to learn the Subsonic API, but I would guess the relevant call to implement is here: http://www.subsonic.org/pages/api.jsp#scrobble .