jez500 / chorus

A Web UI for XBMC, focused on user experience and music. Get the latest version here: https://github.com/xbmc/chorus2
358 stars 55 forks source link

basePath doesn't work for image url #55

Open Crupuk opened 10 years ago

Crupuk commented 10 years ago

I use apache mod_proxy to get access to my xbmc interface.

The url that i choose is : http://domain/xbmc/ which doesn't work with Chorus .

Each Ajax request is redirected to : http://domain/

If i change the basePath in chorus.min.js the requests to jsonrpc work, but not the image.

Like you can see i'm not english.. So i apologize .

Thanks

bradvido commented 9 years ago

I also had an issue since a have a proxy infront of XBMC. I fixed it and created a PR: https://github.com/jez500/chorus/pull/77

edit: I just noticed this PR only fixed jsonrpc calls (still having issues with images)