spl0k / supysonic

Supysonic is a Python implementation of the Subsonic server API.
https://supysonic.readthedocs.io
GNU Affero General Public License v3.0
260 stars 57 forks source link

ignored_articles is not sent with getIndexes and getArtists #194

Closed sumnerevans closed 3 years ago

sumnerevans commented 3 years ago

Hello, I'm the maintainer of Sublime Music and I have gotten a report of ignored_articles not being sent from Supysonic: https://gitlab.com/sublime-music/sublime-music/-/issues/264. I plan to create a fix for this on my end, but it would be nice if Subpysonic sent ignored_articles in both of those endpoints.

spl0k commented 3 years ago

Hello.

Supysonic target's Subsonic API version 1.9.0, this attribute was added with API version 1.10.0. Changing the target API would require some work to be compliant/coherent. Plus this attribute would most likely be an empty value until we implement the feature behind it.

baldurmen commented 3 years ago

FWIW, this issue also affects me :)

I maintain sublime-music in Debian and it's a very nice client! It's a shame it doesn't work well with supysonic, as it would make a good music server-client combo.

Hopefully this can be solved before the next Debian stable release.