summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/mythappletrailers/myth_trailers_grabber
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2009-08-22 00:30:40 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2009-08-22 00:30:40 (GMT)
commit079854f3f2d8eb546b08b5092f110c8e8fbae142 (patch)
treeb4abe54ff953b24001ae55f151cdb5cd9d94eb91 /abs/extra-testing/mythappletrailers/myth_trailers_grabber
parentdb17e125c87e8056e2d0cdc5f1985ab62e713c84 (diff)
downloadlinhes_pkgbuild-079854f3f2d8eb546b08b5092f110c8e8fbae142.zip
linhes_pkgbuild-079854f3f2d8eb546b08b5092f110c8e8fbae142.tar.gz
linhes_pkgbuild-079854f3f2d8eb546b08b5092f110c8e8fbae142.tar.bz2
mythappletrailers:Bumped.
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 2039d7c..8743840 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 NSPlayer -cache 16000';
+$STREAMING_EXEC_CMD = '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