RPISlideShow / 2013-04-29 08:46:20

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^NEWLINE