diff options
Diffstat (limited to 'abs/core-testing/linhes-scripts/shootscreens-mythtv.sh')
-rwxr-xr-x | abs/core-testing/linhes-scripts/shootscreens-mythtv.sh | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/abs/core-testing/linhes-scripts/shootscreens-mythtv.sh b/abs/core-testing/linhes-scripts/shootscreens-mythtv.sh deleted file mode 100755 index 111b980..0000000 --- a/abs/core-testing/linhes-scripts/shootscreens-mythtv.sh +++ /dev/null @@ -1,19 +0,0 @@ -#! /bin/bash - -. /etc/osd_cat.cfg || { - color=yellow - outline=2 - outlinecolour=black - shadow=0 - shadowcolour=black - font="-adobe-helvetica-bold-*-*-*-34-*-*-*-*-*-*-*" -} - -echo "This could take several minutes," > /tmp/screens -echo "depending on your hardware and the" >> /tmp/screens -echo "number and type of videos you have." >> /tmp/screens -echo "It will only work on videos scanned" >> /tmp/screens -echo "with Video Manager." >> /tmp/screens -cat /tmp/screens | osd_cat --pos=middle --align=center --delay=0 --offset=200 --color=$color --outline=$outline --outlinecolour=$outlinecolour --shadow=$shadow --shadowcolour=$shadowcolour --font=$font & -shootscreens.sh 1 -/bin/rm -f /tmp/screens
\ No newline at end of file |