URL Picture in Visualization? - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32) +--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26) +---- Forum: Screensavers and visualisations (https://forum.kodi.tv/forumdisplay.php?fid=38) +---- Thread: URL Picture in Visualization? (/showthread.php?tid=66220) |
URL Picture in Visualization? - DannyBres - 2010-01-05 I want my Xbox 360 GamerCard to be displayed on my visualization screen. So I need to load an .png image from a URL. Is this possible within a visualization? I only started modding visualizations yesterday and so far to add images I have used <texture>Localfileaddress</texture>. How can i display that image in a visualization? http://card.mygamercard.net/nxe/DannyBres.png Does anyone know how to do this? or on any work arounds?! Thanks - Nuka1195 - 2010-01-06 if it is, you probably need background="true" - DannyBres - 2010-01-06 sorry what? I do not understand. EDIT: Just read the guide and i see what background means..... I was to know if it is possible to say do something like Quote:<texture>http://www.somewhere.com/my.png</texture> and load that image - DannyBres - 2010-01-07 surely there is an XBMC developer that knows if this is even possible so i can stop trying to find out how to do it! - jmarshall - 2010-01-07 <texture background="true">http://url.goes/here.png</texture> - DannyBres - 2010-01-08 THANKS, works a treat!!!!! How come this is not in the manual? jmarshall, is that anyway I can get the image to refresh every x amount of minutes? - jmarshall - 2010-01-08 Because you haven't added it? And no, there's no way to request a refresh, other than altering it via a skin variable or something (you'll need to use a different URL) - DannyBres - 2010-01-08 good point! Never edited a wiki before tho! Bit scared! - DannyBres - 2010-01-08 jmarshall Wrote:And no, there's no way to request a refresh, other than altering it via a skin variable or something (you'll need to use a different URL) How do I go about learning how to do that?! |