I'm using ampache 3.5.4 and Coherence 0.6.4 and tried coherence with a desktop computer. Coherence is able to see ampache fine and is able to list all the tracks on the server. However when I link to a track, it doesn't work.
Note that I use a nonstandard port, port 8080, and not port 80 for ampache.
config is as follows:
[[AmpacheStore]]
name = Ampache
url = http://192.168.1.2:8080/ampache/server/xml.server.php
# key = your password # not your normal ampache user password,
# this is for the XML-API
user = <hidden>
password = <hidden>
after clicking a link to a track, the location in the browser is
http://192.168.1.2/ampache/play/index.php?ssid=963dc243bdc4e6a9421ef75060205f08&oid=7126&uid=17&name=/Blue%20%C3%96yster%20Cult%20-%20%28Don%27t%20Fear%29%20The%20Reaper.mp3
it should be:
http://192.168.1.2:8080/ampache/play/index.php?ssid=963dc243bdc4e6a9421ef75060205f08&oid=7126&uid=17&name=/Blue%20%C3%96yster%20Cult%20-%20%28Don%27t%20Fear%29%20The%20Reaper.mp3