summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/mythappletrailers/myth_trailers_grabber
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2009-08-22 05:16:31 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2009-08-22 05:16:31 (GMT)
commit7c50483a24f3972c6de42dbd9b8d7dfdbd9f82c9 (patch)
treebb05a91b03b29b8e3e8cbde50db739185b6e1a5b /abs/extra-testing/mythappletrailers/myth_trailers_grabber
parent079854f3f2d8eb546b08b5092f110c8e8fbae142 (diff)
downloadlinhes_pkgbuild-7c50483a24f3972c6de42dbd9b8d7dfdbd9f82c9.zip
linhes_pkgbuild-7c50483a24f3972c6de42dbd9b8d7dfdbd9f82c9.tar.gz
linhes_pkgbuild-7c50483a24f3972c6de42dbd9b8d7dfdbd9f82c9.tar.bz2
mythappletrailers:Loading . . .
Diffstat (limited to 'abs/extra-testing/mythappletrailers/myth_trailers_grabber')
-rwxr-xr-xabs/extra-testing/mythappletrailers/myth_trailers_grabber2
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/extra-testing/mythappletrailers/myth_trailers_grabber b/abs/extra-testing/mythappletrailers/myth_trailers_grabber
index 8743840..ae32e75 100755
--- a/abs/extra-testing/mythappletrailers/myth_trailers_grabber
+++ b/abs/extra-testing/mythappletrailers/myth_trailers_grabber
@@ -30,7 +30,7 @@
// CONFIGURATION
// command to use when streaming content from the internet - cache 50% before displaying and use 32MB of memory
-$STREAMING_EXEC_CMD = 'mplayer-wrapper.pl -fs -zoom -really-quiet -user-agent "QuickTime/7.6.2" -cache 16000';
+$STREAMING_EXEC_CMD = 'loading.sh &amp;&amp; mplayer-wrapper.pl -fs -zoom -really-quiet -user-agent "QuickTime/7.6.2" -cache 16000';
$APPLE_FEED = 'http://www.apple.com/trailers/home/xml/current.xml';
/************************************************************************/
// Shouldn't Need To modify anything beyond here