Update images or use server images

Asked by Nico

im new to the product and trying to find the right digital signage solution for us.

We have a set of images that need to be shown, these images are generated each morning, or are available real time through a web link.

so my easy question would be, how can i automatate this process, i have a tool that can pull the images from the real time site into a JPG, but how do i push this new jpg to Xibo ? overwriting/removing the previous version.

i hope there is something in Xibo that can help me.

Regards,

Nico

Question information

Language:
English Edit question
Status:
Solved
For:
Xibo Edit question
Assignee:
No assignee Edit question
Solved by:
Nico
Solved:
Last query:
Last reply:
Revision history for this message
Dan Garner (dangarner) said :
#1

You could look at the XiboAPI (http://xibo.org.uk/manual/index.php?toc=developer_api&p=admin/api_library) LibraryMediaFileRevise method.

Revision history for this message
Nico (nicosijtsma) said :
#2

i resolved it with the Embedded option. <img src="http://localhost/images/image1.jpg"></img> My tool will update that image reguarly.

guess that works :)