Goose
(Goose)
1. März 2021 um 15:14
2
Sie können einen eigenen benutzerdefinierten Befehl schreiben, um ccextractor auszuführen, anstatt die integrierte Option zu verwenden, wie hier erklärt wird:
Thanks to user Trayal:
To anyone who is interested, I was able to get this to work through custom commands directly by adding the following to my profile in profiles.conf.
CustomCommandPath="ccextractor\ccextractorwinfull.exe"
CustomCommandParameters= -wtvmpeg2 "%sourcefile%" -o "%destinationpath%\%showname%_S%season%##E%episode%##.srt"
CustomCommandHangPeriod=0
CustomCommandCritical=true
CustomCommandUISession=False
CustomCommandShowWindow=False
You’ll need to customize the parameters to mat…