User Tools

Site Tools


badgerslideshow

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
badgerslideshow [2021/11/11 14:37]
matthews
badgerslideshow [2021/12/14 18:02]
matthews
Line 1: Line 1:
 +
 +
 +====== Automated Slideshow ======
 +===== Using feh =====
 +  sudo apt install feh
 +  feh -rzsZFD 5 /home/my_folder
 +
 +===== Using a Shell Script and gthumb =====
 +
 [[https://superuser.com/questions/211561/loop-pictures-from-a-folder-and-display-fullscreen-slideshow|Linux command for slideshow]] [[https://superuser.com/questions/211561/loop-pictures-from-a-folder-and-display-fullscreen-slideshow|Linux command for slideshow]]
  
Line 12: Line 21:
   * Try adding and removing pictures from the picture directory. It won't actually update until its finished going through the whole directory each time, but it will update. The echo $i is in there just so you can see what picture it just copied into place each time.   * Try adding and removing pictures from the picture directory. It won't actually update until its finished going through the whole directory each time, but it will update. The echo $i is in there just so you can see what picture it just copied into place each time.
   * When you are ready to stop the slideshow, you can press Ctrl-C in the terminal window.   * When you are ready to stop the slideshow, you can press Ctrl-C in the terminal window.
 +
 +====== Setting up rsync ======
 +  * [[https://www.digitalocean.com/community/tutorials/how-to-use-rsync-to-sync-local-and-remote-directories|How to Use Rsync to Synchronize Two Folders]]
badgerslideshow.txt ยท Last modified: 2021/12/14 18:02 by matthews