diff options
| author | James Meyer <james.meyer@operamail.com> | 2013-02-01 01:51:25 (GMT) |
|---|---|---|
| committer | James Meyer <james.meyer@operamail.com> | 2013-02-01 01:51:25 (GMT) |
| commit | f5e4d5cd76772c52fe652d4a6472266109298bdd (patch) | |
| tree | 6506ee810bdec8199445e053529af0a15d38b9ab /abs/core/linhes-scripts/myth2x264 | |
| parent | 5211b30fbeab9533f21e3d320ca1d8494d50a86b (diff) | |
| download | linhes_pkgbuild-f5e4d5cd76772c52fe652d4a6472266109298bdd.zip linhes_pkgbuild-f5e4d5cd76772c52fe652d4a6472266109298bdd.tar.gz linhes_pkgbuild-f5e4d5cd76772c52fe652d4a6472266109298bdd.tar.bz2 | |
linhes-scripts: myth2mp3, myth2x264, myth2xvid: use mythutil to get cutlist
In mythtv .25 mythcommflag --getcutlist is depreciated
Conflicts:
abs/core/linhes-scripts/PKGBUILD
Diffstat (limited to 'abs/core/linhes-scripts/myth2x264')
| -rwxr-xr-x | abs/core/linhes-scripts/myth2x264 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/abs/core/linhes-scripts/myth2x264 b/abs/core/linhes-scripts/myth2x264 index 014fcbe..4c234d5 100755 --- a/abs/core/linhes-scripts/myth2x264 +++ b/abs/core/linhes-scripts/myth2x264 @@ -1,6 +1,7 @@ #!/bin/sh # convert recording to x264 encoded avi -# version 0.6 +# version 0.7 +# consider using myth2mkv instead of this script # usage: # first parameter must be %DIR%/%FILE% of the recording @@ -154,7 +155,7 @@ check_myth_jobcmds # check if using cutlist if [ $USECUTLIST = Y ]; then - MYTHCOMMFRAMES=`mythcommflag --getcutlist -f $MENINPUTFILE | grep 'Cutlist:' | cut -d \ -f 2` + MYTHCOMMFRAMES=`mythutil --getcutlist --chanid "$3" --starttime "$4" | grep 'Cutlist:' | cut -d \ -f 2` if [ -n "$MYTHCOMMFRAMES" ]; then echo "Extracting Cutlist..." >> $LOGFILE update_comment "Extracting Cutlist" |
