summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/myth2xvid/myth2xvid-userjob.sh
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2009-07-19 07:25:03 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2009-07-19 07:25:03 (GMT)
commit3a6c9ac5490d235e388cbe2daf3196dfd0d5f3d8 (patch)
tree2e37adc360d1ec9fa04660a6e916f8da8129e1ce /abs/extra-testing/myth2xvid/myth2xvid-userjob.sh
parent0009bffd7067606a96b9354f8fc2e6ad7d8c0815 (diff)
downloadlinhes_pkgbuild-3a6c9ac5490d235e388cbe2daf3196dfd0d5f3d8.zip
linhes_pkgbuild-3a6c9ac5490d235e388cbe2daf3196dfd0d5f3d8.tar.gz
linhes_pkgbuild-3a6c9ac5490d235e388cbe2daf3196dfd0d5f3d8.tar.bz2
Myth2Xvid:Initial inclusion.
Diffstat (limited to 'abs/extra-testing/myth2xvid/myth2xvid-userjob.sh')
-rwxr-xr-xabs/extra-testing/myth2xvid/myth2xvid-userjob.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/abs/extra-testing/myth2xvid/myth2xvid-userjob.sh b/abs/extra-testing/myth2xvid/myth2xvid-userjob.sh
new file mode 100755
index 0000000..9ed65b2
--- /dev/null
+++ b/abs/extra-testing/myth2xvid/myth2xvid-userjob.sh
@@ -0,0 +1,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"