Displaying remote images in dialog boxes
Posted: 25 Jun 2011 10:09
Given that the "vlc.dialog:add_image()" function only works with local images, what's the best way to display a remote image in a dialog box? I want to avoid using an external command (e.g. wget) to download the image to disk first. The extension shown in this article might do what I want, but I can't seem to find its source code anywhere. Does anyone know where I can find it or how to go about displaying remote images in dialog boxes?