I have made a digital photo frame as a side project. @See details here (sorry in French for now) To simplify the control of the slideshow, I have written a quick app with React Native.
The server repo is ==> https://github.com/GWillmann/SlideshowUDPServer
The app repo is => https://github.com/GWillmann/SlideshowApp
This repo contains the code for server written in Python running on the raspberry
Place server.py somewhere in your raspberry. Change this value in server.py:
SLIDESHOW_ROOT_FOLDER = '[PATH TO YOUR SLIDESHOW FOLDERS]'
To run it after every boot, append this line to the file ~/.bashrc
python /home/pi/development/python/server.py &
This side project was greatly inspired by
Without thoses resources, it would probably have never seen the bright lights of Github repos!
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.