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
48 stars 7 forks source link

[ISSUE] No Smart Playlists? #32

Open dathbe opened 6 months ago

dathbe commented 6 months ago

Describe the issue After doing a lot of testing, it seems that the skill will only play static playlists, and not smart playlists (those imported with .nsp files as documented here and here).

Operating System Docker on Debian.

To Reproduce "Ask AskNavidrome" [ready] "Play dumbplaylist" [music starts] "Ask AskNavidrome" [ready] "Play nonexistentplaylist" [I couldn't find a playlist nonexistentplaylist in the collection] (as expected) "Ask AskNavidrome" [ready] "Play smartplaylist" [blue light circles on Alexa for a bit, then silence].

Logs The only log I'm getting shows no errors: 2023-12-27 00:52:42,366 - werkzeug - INFO - [ip address redacted] - - [27/Dec/2023 00:52:42] "POST / HTTP/1.1" 200 -

Comments I suspect that there's something slightly different in the way Navidrome identifies smart playlists that does not allow them to be called without a tweak to the skill.