summaryrefslogtreecommitdiffstats
path: root/abs/extra/mythappletrailers/play_trailer.sh
diff options
context:
space:
mode:
authorCecil <knoppmyth@gmail.com>2012-09-17 20:07:21 (GMT)
committerCecil <knoppmyth@gmail.com>2012-09-17 20:07:21 (GMT)
commit2fc10a5c1424f25c1bec90c60b5754550ff5cce7 (patch)
tree4869f5d2d4d5ef84f14f513b1ac6bf78684501c8 /abs/extra/mythappletrailers/play_trailer.sh
parent5b60b2a21e504020b1724a2c01c5f398b04b8f79 (diff)
downloadlinhes_pkgbuild-2fc10a5c1424f25c1bec90c60b5754550ff5cce7.zip
linhes_pkgbuild-2fc10a5c1424f25c1bec90c60b5754550ff5cce7.tar.gz
linhes_pkgbuild-2fc10a5c1424f25c1bec90c60b5754550ff5cce7.tar.bz2
mythappletrailers:Closes 849. Adds Play All, Shuffle and Play Random trailer to the menu.
Diffstat (limited to 'abs/extra/mythappletrailers/play_trailer.sh')
-rw-r--r--abs/extra/mythappletrailers/play_trailer.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/abs/extra/mythappletrailers/play_trailer.sh b/abs/extra/mythappletrailers/play_trailer.sh
new file mode 100644
index 0000000..b584bd1
--- /dev/null
+++ b/abs/extra/mythappletrailers/play_trailer.sh
@@ -0,0 +1,8 @@
+#!/bin/bash
+for TRAILER in $(cat $1)
+do
+ /usr/bin/loading.sh
+ mplayer -fs -zoom -really-quiet -user-agent "QuickTime/7.6.2" -cache 16000 $TRAILER
+done
+
+