mirror of
https://github.com/Jonny007-MKD/OTR-DecodeAll
synced 2025-01-22 08:49:50 +01:00
Added NYrks decoder
This commit is contained in:
parent
f2955a3dde
commit
e7244596ec
1 changed files with 13 additions and 3 deletions
16
config
16
config
|
@ -26,12 +26,22 @@ function funcConfigPre { # These values are set at the beginning of the script
|
||||||
# This way they can't be overridden, but can use the final config variables
|
# This way they can't be overridden, but can use the final config variables
|
||||||
function funcConfigPost {
|
function funcConfigPost {
|
||||||
cmdDecode="/usr/bin/otrtool" # path to otrkey decoder
|
cmdDecode="/usr/bin/otrtool" # path to otrkey decoder
|
||||||
cmdDecodeArgs="-x -e $user -p $pass -D $uncutDir" # for peropeters otrdecoder
|
cmdDecodeArgs="-x -e $user -p $pass -D $uncutDir" # for pyropeters otrdecoder
|
||||||
#cmdDecode="/home/pi/otr/otr/bin/qemu-x86_64 -L /home/pi/otr/otr /home/pi/otr/otr/bin64/otrdecoder-64 "
|
|
||||||
|
#cmdDecode="/home/pi/bin/qemu-x86_64 -L /home/pi/ /home/pi/bin64/otrdecoder-64"
|
||||||
#cmdDecodeArgs="-e $user -p $pass -o "$uncutDir" -i" # for original otrdecoder
|
#cmdDecodeArgs="-e $user -p $pass -o "$uncutDir" -i" # for original otrdecoder
|
||||||
|
|
||||||
|
#cmdDecode="/usr/bin/otrpidecoder" # path to NYrks otrdecoder
|
||||||
|
#cmdDecodeArgs="-d -e $user -p $pass"
|
||||||
|
#uncutDir="$inDir" # no output dir supported!
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
cmdCut="/home/deluged/multicutmkv.sh" # path to multicut
|
cmdCut="/home/deluged/multicutmkv.sh" # path to multicut
|
||||||
cmdCutArgs=
|
cmdCutArgs=
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
cmdSaneRenamix="/home/deluged/saneRenamix.sh" # path to saneRenamix
|
cmdSaneRenamix="/home/deluged/saneRenamix.sh" # path to saneRenamix
|
||||||
cmdSaneRenamixArgs="-s -f"
|
cmdSaneRenamixArgs="-s -f"
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue