backus / looper

Little tool to play a playlist of videos from a directory on a Raspberry Pi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Starting notes

Set screen blanking delay to 10 minutes

$ xset -display :0 s 600

Disable screen blanking delay

$ xset -display :0 s off

Play video on HDMI display

$ omxplayer -p -o hdmi <file>

About

Little tool to play a playlist of videos from a directory on a Raspberry Pi

License:MIT License


Languages

Language:Ruby 100.0%