diff options
author | Michael Hanson <hansonorders@verison.net> | 2010-03-25 00:40:35 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verison.net> | 2010-03-25 00:40:35 (GMT) |
commit | bd1571b47ff76a352c67f0b87e77843812b6c99b (patch) | |
tree | 91d6cdaf99598f7e60c5b0044eda02dc641d84a7 /abs/core-testing/tweaker/bin | |
parent | 369bb6314419c513693a3b5546f6272bd0a6a20c (diff) | |
parent | 53c208f892ad378efebba5974dda374f5575f6bf (diff) | |
download | linhes_pkgbuild-bd1571b47ff76a352c67f0b87e77843812b6c99b.zip linhes_pkgbuild-bd1571b47ff76a352c67f0b87e77843812b6c99b.tar.gz linhes_pkgbuild-bd1571b47ff76a352c67f0b87e77843812b6c99b.tar.bz2 |
Merge branch 'master' of mihanson@knoppmyth.net:LinHES-PKGBUILD
Diffstat (limited to 'abs/core-testing/tweaker/bin')
-rwxr-xr-x | abs/core-testing/tweaker/bin/twk_general.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core-testing/tweaker/bin/twk_general.pl b/abs/core-testing/tweaker/bin/twk_general.pl index 23572bc..f89912c 100755 --- a/abs/core-testing/tweaker/bin/twk_general.pl +++ b/abs/core-testing/tweaker/bin/twk_general.pl @@ -410,7 +410,7 @@ sub implement_option { change_or_make_setting('UserJob1', 'myth2ipod \"%DIR%\" \"%FILE%\"'); change_or_make_setting('UserJob2', 'myt2xvid3 \"%DIR%\" \"%FILE%\"'); change_or_make_setting('UserJob3', 'myth2x264 \"%DIR%/%FILE%\" \"%TITLE% - %SUBTITLE%\" \"%CHANID%\" \"%STARTTIME%\" \"%JOBID%\"'); - change_or_make_setting('UserJob4', 'removecommercials \"%DIR%\" \"%FILE%\" \"%CHANID%\" \"%STARTTIME%\" \"%JOBID%\"'); + change_or_make_setting('UserJob4', 'removecommercials.sh \"%DIR%\" \"%FILE%\" \"%CHANID%\" \"%STARTTIME%\" \"%JOBID%\"'); change_or_make_setting('UserJobDesc1', 'Transcode for iPod'); change_or_make_setting('UserJobDesc2', 'Transcode to xvid'); change_or_make_setting('UserJobDesc3', 'Transcode to h264'); |