Hi, I have been asked to set up a system to show photographs at a wedding (this can then apply to any other type of event).<div><br></div><div>The features are:</div><div><ul><li>Display a slideshow of images</li><li>Allow images to be sent to an email address.</li>
<li>Copy images over by hand.</li><li>Display the email address to send images to.</li><li>Preferentially have some priority control on images so new ones are shown first.</li></ul><div>I don&#39;t know if any particular image software for linux exists that can do much of this. But What I was thinking of doing was a light weight window manager and using a shell script with the following logic:</div>
</div><div><ol><li>Check email account, download new messages, extract images and copy to image dir.</li><li>Update a database with new images (sqlite for example from shell script).</li><li>Select image file from database (which contains numbers on priority and times image shown) semi random favouring new images or those with high priority.</li>
<li>Handing the file name to an application (qiv for example) which will then display that image.</li><li>Every 5 images (perhaps we can make this variable) display a nice image saying &quot;send your picture to <a href="mailto:whatever@email.com">whatever@email.com</a>&quot;</li>
</ol><div>What do you guys think?</div></div><div>Am I reinventing the wheel?</div><div>Has anyone set up anything like this before?</div>