srichter / asksonic

An Alexa skill to play music from Subsonic API compatible music servers
MIT License
59 stars 17 forks source link

Bug fixes for AskSonic when LAST FM isn't enabled and if Songs in album are unplayable. #34

Closed davegermiquet closed 8 months ago

davegermiquet commented 8 months ago

Sometimes the api fails because the ID In subsonic is there but none of the songs are playable. and it comes back with the exception cannot find albumid.

Also if last.fm is not enabled it will come back with errors with the scrobble. I added a try catch. This fixed the issue of songs not being played next, and sometimes songs not being played ast all

This was tested with the sonic player funkwhale.

davegermiquet commented 8 months ago

implemented with playlist feature pull request.