在 ccextractor 中啟用 -wtvmpeg2 選項

感谢用户 Trayal:

对于有兴趣的人,我通过直接在 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

您需要根据需要自定义参数以匹配您的命名方案。

更新:由于 MCEBuddy 在检测到 WTV 文件时会自动执行此操作,因此这现在应该是多余的。