Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
{
  "commands": {
     "command_name": {
       "env": { //optional
         "PYTHONPATH": "/app/script/lib:${PYTHONPATH}",
       },
       "cmd": "python3 -u main.py",
       "option_prefix": "-", //optional, by default minion will use "--" so change to short "-",
       "minion_use_taskfiles": True, //optional, by default False
       "minion_message_template": "python -u main.py /app/Models ${option:video-file} ${option:output-transcription-file} ${arg:1}", //optional, template conversion for minion messages
     }
  }
}

...