diff options
Diffstat (limited to 'abs/extra-testing/mythappletrailers/fix_aple_url.sh')
-rw-r--r-- | abs/extra-testing/mythappletrailers/fix_aple_url.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/abs/extra-testing/mythappletrailers/fix_aple_url.sh b/abs/extra-testing/mythappletrailers/fix_aple_url.sh new file mode 100644 index 0000000..a08be65 --- /dev/null +++ b/abs/extra-testing/mythappletrailers/fix_aple_url.sh @@ -0,0 +1,3 @@ +#!/bin/sh +cat /home/mythtv/appletrailer.xml | sed -e 's|http:/\/\movies.apple|http:\/\/apple|g' > /tmp/appletrailer.xml +mv /tmp/appletrailer.xml /home/mythtv |