WhatCD/Gazelle

No album art or avatars on local install for testing?

justalewis opened this issue · 1 comments

Hi,

I installed Gazelle for testing the WhatCD Android app. On my localhost:8080 install I don't get any image art in the "Cover" area of the torrent details page (see pic). I've tried both a URL as well as a local file location c:\ . . . "
I just tested personal profile avatars and they don't work either. Is there an image handler thing I should change? Sorry, I'm a noob!

Any ideas of how to make this work? Thnx!
gest

UPDATE
After messing around a bit, I discovered that the problem is that all image handling requests end up rendering with "http://localhost/image.php?c=1&i=" as part of the URL address. This is directly followed by the actual URL "https%3A%2F%2Fs8.postimg.org%2Foac2yuplh%2Fglp.jpg". So, the image location is being defined by Gazelle as "http://localhost/image.php?c=1&i=https%3A%2F%2Fs8.postimg.org%2Foac2yuplh%2Fglp.jpg".

Can anyone let me know if there's a place change an image setting to remove the localhost/image.php?c=1&i=" portion of image handling? Thnx a ton!!!

Presumably, since you're installing this locally, you're using some sort of a Staff account.

Go to Toolbox > Permissions Manager, select the class that your user account is (likely SysOp) and click Edit. Uncheck the "Proxy images through the server." You may need to log out and log back in for this to work.