I'm trying to do a slideshow that will repeat itself using a DLNA server and a media player attached to TVs. The only problem is that when running a slideshow off of the DLNA server, it runs through the folder of pictures once, and then stops. I need it to be on repeat all day.
My possible solution to this is to have a script that until I tell it to stop, will run, and then copy a file, then delete it, then copy the next picture, then delete the original, etc so that way it has a constant influx of pictures but I won't have to have 40k pictures on my server wasting all of that space so it can run all day. The slide show has to run for 12 hours a day so that is why there would need to be 40 thousand pictures to last all day.
Also, to make it even more complex and fun, would it be possible to make it so that I can add in more pictures on the fly and it will still copy them and delete them? I don't know how it would work, but instead of it being like "copy picture1.jpg" is it possible to like "copy first file added"?
In theory this sounds like a good idea, but I don't know if it is even possible as I have limited scripting knowledge.
I don't want to spend hours and days on this just to find out that it's not even possible.
My possible solution to this is to have a script that until I tell it to stop, will run, and then copy a file, then delete it, then copy the next picture, then delete the original, etc so that way it has a constant influx of pictures but I won't have to have 40k pictures on my server wasting all of that space so it can run all day. The slide show has to run for 12 hours a day so that is why there would need to be 40 thousand pictures to last all day.
Also, to make it even more complex and fun, would it be possible to make it so that I can add in more pictures on the fly and it will still copy them and delete them? I don't know how it would work, but instead of it being like "copy picture1.jpg" is it possible to like "copy first file added"?
In theory this sounds like a good idea, but I don't know if it is even possible as I have limited scripting knowledge.
I don't want to spend hours and days on this just to find out that it's not even possible.