nvllsvm / Audinaut

A Subsonic client for Android
GNU General Public License v3.0
135 stars 18 forks source link

Does not work with Ampache's Subsonic API #15

Open m-boyd opened 7 years ago

m-boyd commented 7 years ago

Environment

Description

Error message after configuring Ampache server with Subsonic backend enabled: "Connection failure. A network error occurred. Please check the server address or try again later."

nvllsvm commented 7 years ago

Audinaut will only officially support Libresonic as a server. Other servers will not be looked into by me, though I may accept a patch if someone makes one.

anotherwon commented 6 years ago

AFAIK ampache implements an old API version. See also: https://github.com/ampache/ampache/issues/1405

lachlan-00 commented 5 years ago

i've started updating the subsonic api in ampache https://github.com/ampache/ampache/pull/1965

Right now it's just supporting token auth with user + apikey but that's a start! I'm going to bump it up to 1.13.0 which seems to be the minimum for token auth.

lachlan-00 commented 4 years ago

I've added the missing methods from 1.13 into my pull. Just waiting on another pull before i put it in develop as well as check for missing attributes.

What's the minimum subsonic API version Audinaut supports? it seems okay on my server but i can't really tell if it needs anything extra compared to dsub/ultrasonic.

I was just going to stop at 1.13 but if there's a need i can bump it up.

lachlan-00 commented 4 years ago

My pull will be merged this week once i've done some more testing. Thanks for waiting 2 years. :/

lachlan-00 commented 4 years ago

@m-boyd token auth is merged into the latest Ampache develop