Skip to content

Application to turn your Raspberry Pi into a dedicated looping video playback device, good for art installations, information displays, or just playing cat videos all day.

License

Notifications You must be signed in to change notification settings

ADNewsom09/pi_video_looper

This branch is 12 commits ahead of, 58 commits behind adafruit/pi_video_looper:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

135b233 · Apr 19, 2018

History

34 Commits
May 27, 2016
Apr 17, 2018
Feb 11, 2015
Feb 11, 2015
Apr 19, 2018
Feb 11, 2015
Feb 11, 2015
Feb 4, 2016
Mar 5, 2015
Feb 11, 2015
Feb 11, 2015
Mar 15, 2018

Repository files navigation

pi_video_looper

Application to turn your Raspberry Pi into a dedicated looping video playback device, good for art installations, information displays, or just playing cat videos all day.

Run these commands

sudo apt-get install git
git clone https://github.com/ADNewsom09/pi_video_looper.git

wait for the install to complete

cd pi_video_looper
sudo ./install.sh

To Stop: Press Esc or from ssh sudo supervisorctl stop video_looper

To permanently disable video looper, i.e. to prevent it from ever starting on boot again, you can run a small script included with the video looper code. Connect to the Raspberry Pi in a terminal/SSH session and navigate to the folder where video_looper was downloaded. If you followed the installation in this guide then run:

cd pi_video_looper Now run the disable script by executing:

sudo ./disable.sh

Don't worry if you see an error message displayed that video looper is already stopped (this might happen if video looper isn't running when its disabled). After running the script above video looper will be disabled and should not run on boot.

To disable lightning bolt error

avoid_warnings=1

to your /boot/config.txt

About

Application to turn your Raspberry Pi into a dedicated looping video playback device, good for art installations, information displays, or just playing cat videos all day.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 96.3%
  • Shell 3.7%