Page 1 of 1

Help connecting Subsonic Android app to Ampache (Windows 10)

PostPosted: Sun Sep 13, 2020 12:06 pm
by theirlaw
I have setup an Ampache server on my computer, and downloaded the Subsonic app, but need help connecting the two - where do I begin? what information can I provide or check that will help me in diagnosiing this issue?

Thanks.

Re: Help connecting Subsonic Android app to Ampache (Windows

PostPosted: Sun Sep 13, 2020 12:31 pm
by G8DHE
Have you tried the Ampache support ?

Re: Help connecting Subsonic Android app to Ampache (Windows

PostPosted: Sun Sep 13, 2020 12:55 pm
by theirlaw
G8DHE wrote:Have you tried the Ampache support ?


I've searched a few places - reddit, ampache official website, but I can't find any.

Re: Help connecting Subsonic Android app to Ampache (Windows

PostPosted: Mon Sep 14, 2020 10:54 am
by 3Dscrewer
I don't know so much about Ampache but you have to use something like http://yourdomain.XXX:8080 or http://yourdomain.XXX:8080/Ampache for your server settings inside the app. Just the same how you connect to the interface
Subsonic App is from 2018, Ampache update is just a few days old, may be it will not work with newer versions.
I suggest using DSUB look here https://github.com/daneren2005/Subsonic/releases it is just updated. For installing the APK from Website, you have to switch your phone to developer mode.
In the past Ampache have had a couple of issues using the subsonic.api, the reason why I didn't try it. I don't know if they are fixed.

Re: Help connecting Subsonic Android app to Ampache (Windows

PostPosted: Thu Sep 17, 2020 5:42 pm
by acroyear
Ampache is still very behind, only returning/responding to API 1.11 (currently the official API is 1.16.1). Lots of stuff doesn't work, like playlist icons, icons returning at the requested size. Several features around music folders don't work. It is a bit frustrating.

Ampache now (as of Aug 6th) has an official JSON based API, so I may just rewrite my apps to talk that API directly in the SubFire 3.x library I'm (re)writing rather than keep hacking around the limitations of the Subsonic adapter. I'm guessing by promoting their own API changes, they haven't really done much to improve the Subsonic adapter.