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

incorrect image paths #61

Closed Thulinma closed 10 years ago

Thulinma commented 10 years ago

Hey there - awesome interface! However, I'm having a weird problem: all image paths are wrong. Let me illustrate with an example:

This is one of the attempted image paths, and throws a 404 error:

http://server:8080/image/image%3A%2F%2F%252fmnt%252fgigaflop%252fMovies%252fBatteries_Not_Included_(1987)%252fBatteries_Not_Included_(1987).tbn%2F

The correct path, which works, would have been:

http://server:8080/image/image://%2fmnt%2fgigaflop%2fMovies%2fBatteries_Not_Included_(1987)%2fBatteries_Not_Included_(1987).tbn/

Any idea what could cause this sort of thing and/or how I can troubleshoot it? I'm sure it's something in my config... But have no idea what it could be.

Any help would be appreciated! Keep up the good work. :-)

Thulinma commented 10 years ago

Derp. Of course, the moment I post this here, I find the solution: http://forum.xbmc.org/showthread.php?tid=194632

Move along, nothing to see here. :-)