summaryrefslogtreecommitdiffstats
path: root/abs/core/linhes-scripts/shootscreens-mythtv.sh
blob: db0114727034589d86e6706ae58d408daa0e6bd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
#! /bin/bash 
# available sizes: 34, 25, 24, 20, 18, 17, 14, 12, 11, 10
export 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 --font=$FONT --shadow=3 --pos=middle --align=centre --offset=200 --color=yellow --delay=0 &
shootscreens.sh 1
/bin/rm -f /tmp/screens