summaryrefslogtreecommitdiffstats
path: root/abs/extra/myth2ipod/myth2ipod-userjob.sh
blob: 9ed65b2d2f4ba364949d58c5b556cf0c09bc3ee7 (plain)
1
2
3
4
5
6
#!/bin/bash
. /etc/profile
#su  mythtv -c "TERM=vt100 /usr/bin/myth2ipod "$1" "$2"  >/tmp/logfile"
su  mythtv -c "TERM=vt100 /usr/bin/myth2ipod "$1" "$2" "
#or to also use commercial flagging cutlist
#su  mythtv -c "TERM=vt100 /usr/bin/myth2ipod -cut "$1" "$2"  >/tmp/logfile"