bugfix typo

This commit is contained in:
James 2019-09-03 21:10:28 +01:00
parent 0c621e64ab
commit 2e6d52c4ae
3 changed files with 5 additions and 3 deletions

View File

@ -1,4 +1,6 @@
Internet radio selector GUI designed for use on a touchscreen audio device (O2 Joggler in this case).
# Internet radio selector GUI.
Designed to go fullscreen on a touchscreen device.
# Requirments

2
gui
View File

@ -65,7 +65,7 @@ export MAIN_DIALOG
case $1 in
-d | --dump) echo "$MAIN_DIALOG" ;;
*) $GTKDIALOG --space-expand=true --space-fill=true --program=MAIN_DIALOG ;;
*) $GTKDIALOG -G +10000 +10000 --space-expand=true --space-fill=true --program=MAIN_DIALOG ;;
esac
killall mpv

2
play
View File

@ -1,6 +1,6 @@
#!/bin/bash
killall mpv
echo "ict-title: " >> /tmp/play
echo "icy-title: " >> /tmp/play
echo "---------------" >> /tmp/play
echo $1 >> /tmp/play
mpv --quiet $1 >> /tmp/play 2>&1 &