add playout

This commit is contained in:
j 2017-03-01 10:20:55 +01:00
commit 77df4a4151
4 changed files with 1022 additions and 0 deletions

12
playout/install.sh Normal file
View file

@ -0,0 +1,12 @@
add-apt-repository ppa:j/pandora
apt update
apt install python3-ox python3-dev python3-requests ffmpeg mpv libmpv-dev
cat > /etc/acpi/events/powerbtn << EOF
event=button[ /]power
action=/sbin/poweroff
EOF
gsettings set org.gnome.desktop.screensaver ubuntu-lock-on-suspend 'false'
gsettings set org.gnome.settings-daemon.plugins.power idle-dim 'false'
gsettings set org.gnome.settings-daemon.plugins.power sleep-inactive-ac-type 'nothing'