Prior99 / mopidy-subidy

Mopidy extension for playing music from Subsonic servers.
BSD 3-Clause "New" or "Revised" License
30 stars 12 forks source link

Not all albums are listed under "Subsonic -> Albums" virtual folder #30

Closed NyaomiDEV closed 3 years ago

NyaomiDEV commented 4 years ago

I have a whole lot of albums stored on my Subsonic server. When I try to list them via Subidy, I can get to the letter H (sorted alphabetically); not beyond that letter. I know for sure I have albums with names starting with alphabetical letters beyond H, like M (like the Metal Gear Solid original soundtrack).

Bonus issue, album arts are not displayed at all when navigating "Subsonic -> Albums" through the Iris web frontend.

brynedwards commented 4 years ago

Probably because the results are limited to 500: https://github.com/Prior99/mopidy-subidy/blob/35340c5c69327ed90e784142549c024086735fd9/mopidy_subidy/subsonic_api.py#L17

Edit: this limit is apparently mentioned in the subsonic API spec (see here). For what it's worth, I'm using supysonic and this limit does not apply; I can list over 500 albums (at least 758!) by passing a larger size parameter. I'm not sure about any other subsonic implementations.

NyaomiDEV commented 4 years ago

Someone should take this project and update it, by the way. I don't get why it's now featured in Mopidy's official website if it's basically dead

Prior99 commented 4 years ago

This project is actively looking for a new maintainer. I am no longer using Mopidy or Subsonic. There is a PR for updating this project to the latest version of Python and make it compatible again. Are you available as a maintainer?

NyaomiDEV commented 4 years ago

I really don't know anything about python programming so I will pass. Can't you reach out to Mopidy developers? They're sort of maintaining some otherwise inactive extensions.

Prior99 commented 4 years ago

This is already happening, but thanks for the hint. This project is also not unmaintained - a bugfix PR would be welcome.