2012-05-04, 16:32
Version 0.9.0
Changes:
- Fix for photos with width greater than 2048
On my REPO.
This worked for me. I uploaded some photos with width 5184. They didn't display. XBMC logs: Texture manager unable to load file: http://url.....pic.jpg
I copied the url to my browser, image loads fine. So nothing wrong the url the addon is gettting.
I tried a trick I've used before, which is to add a random variable to the end of the url (as in http:://url...pic.jpg&t=1336140705.81) and it worked. Actually I meant to put "?t=" but put the "&" instead on accident. The "&" worked but the "?" doesn't, which is puzzling. I have no idea why this fixes it and no idea why I ever tried it in the first place
Changes:
- Fix for photos with width greater than 2048
On my REPO.
This worked for me. I uploaded some photos with width 5184. They didn't display. XBMC logs: Texture manager unable to load file: http://url.....pic.jpg
I copied the url to my browser, image loads fine. So nothing wrong the url the addon is gettting.
I tried a trick I've used before, which is to add a random variable to the end of the url (as in http:://url...pic.jpg&t=1336140705.81) and it worked. Actually I meant to put "?t=" but put the "&" instead on accident. The "&" worked but the "?" doesn't, which is puzzling. I have no idea why this fixes it and no idea why I ever tried it in the first place
