RPISlideShow

Using a Raspberry PI as digial picture frame is quite cool and easy with a simple script. This script uses fbi, linux framebuffer imageviewer. To get fbi, just:

sudo apt-get install fbi

Then, create a file Slideshow.sh, make it executable (chmod +x), and paste the following code into it:

find . -type f -iname "*.jpg" -printf "%p\n" > /tmp/ListOfPhotos.txt
fbi -l /tmp/ListOfPhotos.txt --autodown -v -u -e -t 30

Finally, run this script in the root directory of your photos... Enjoy!


The last three changes:

Tygre - 2015-05-09 11:01:06 am  |  Tygre - 2013-04-29 08:46:19 am