diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-09-01 02:44:03 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-09-01 02:44:03 (GMT) |
commit | e701828d0ad4e5b2476f6e88163f17eb182fcf96 (patch) | |
tree | ee11467ddec37a022a85e2d1f86f01cffbbef853 /abs/extra-testing/mythappletrailers/trailers | |
parent | 57f9faeb2bc2a0d0022d9bbcc8077327f4365b1f (diff) | |
download | linhes_pkgbuild-e701828d0ad4e5b2476f6e88163f17eb182fcf96.zip linhes_pkgbuild-e701828d0ad4e5b2476f6e88163f17eb182fcf96.tar.gz linhes_pkgbuild-e701828d0ad4e5b2476f6e88163f17eb182fcf96.tar.bz2 |
MythAppleTrailers:Fixes the URL change.
Diffstat (limited to 'abs/extra-testing/mythappletrailers/trailers')
-rwxr-xr-x | abs/extra-testing/mythappletrailers/trailers | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/extra-testing/mythappletrailers/trailers b/abs/extra-testing/mythappletrailers/trailers index aa705c9..241a60a 100755 --- a/abs/extra-testing/mythappletrailers/trailers +++ b/abs/extra-testing/mythappletrailers/trailers @@ -1,2 +1,2 @@ #!/bin/sh -su mythtv -c '/usr/bin/php -q /usr/bin/myth_trailers_grabber > /home/mythtv/appletrailer.xml' 2>/dev/null +su mythtv -c '/usr/bin/php -q /usr/bin/myth_trailers_grabber > /home/mythtv/appletrailer.xml && /usr/bin/fix_aple_url.sh' 2>/dev/null |