diff options
author | Cecil <knoppmyth@gmail.com> | 2012-09-17 20:07:21 (GMT) |
---|---|---|
committer | Cecil <knoppmyth@gmail.com> | 2012-09-17 20:07:21 (GMT) |
commit | 2fc10a5c1424f25c1bec90c60b5754550ff5cce7 (patch) | |
tree | 4869f5d2d4d5ef84f14f513b1ac6bf78684501c8 /abs/extra/mythappletrailers/trailers | |
parent | 5b60b2a21e504020b1724a2c01c5f398b04b8f79 (diff) | |
download | linhes_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/trailers')
-rwxr-xr-x | abs/extra/mythappletrailers/trailers | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/extra/mythappletrailers/trailers b/abs/extra/mythappletrailers/trailers index 241a60a..9611439 100755 --- a/abs/extra/mythappletrailers/trailers +++ b/abs/extra/mythappletrailers/trailers @@ -1,2 +1,2 @@ #!/bin/sh -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 +su mythtv -c '/usr/bin/php -q /usr/bin/myth_trailers_grabber > /home/mythtv/appletrailer.xml && /usr/bin/fix_aple_url.sh && /usr/bin/gen_trailer_menu.sh' 2>/dev/null |