BlitterStudio / MB_SubSonic

MusicBee SubSonic plugin
GNU General Public License v3.0
115 stars 13 forks source link

No tracks listed from supysonic server #45

Closed lunik1 closed 6 years ago

lunik1 commented 6 years ago

Hi. I am using supysonic server but this plugin does not seem to support it. The server responds to ping as expected but no tracks are listed under the server in musicbee.

Supysonic targets version 1.8 of the Subsonic API, which as far as I understand is lower than the version targeted by this plugin. I have tried switching to a hex-encoded password which fixed a missing parameter error but no luck beyond that.

midwan commented 6 years ago

The minimum version of the API supported by the plugin is v1.13, so it might be due to that. I'm afraid there's no easy way around this, as supporting older versions would require considerable effort with the current implementation (several things have changed since 1.8).

Is there a reason you can't use another Subsonic-compatible server? E.g. AirSonic?

lunik1 commented 6 years ago

supysonic is much lighter on resources, which helps since I'm running on a pi, but since it's not likely to be supported I'll look into it. Thanks!

jalabulajunx commented 6 years ago

Airsonic should work on pi. I have been running Airsonic on pi3 for the last one year.