Ticket #293 (closed defect: duplicate)

Opened 2 years ago

Last modified 2 years ago

Coherence doesn't handle Ampache links when using non standard port (8080)

Reported by: spawn57 Assigned to: dev
Priority: minor Milestone:
Component: MediaServer Backend Ampache Version:
Keywords: ampache notport80 Cc:

Description

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?] # ticket doesn't allow me to put two [

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

Change History

24.02.2010 17:44:12 changed by dev

  • status changed from new to closed.
  • resolution set to duplicate.

duplicate of #291