diff --git a/modules/module.args.ts b/modules/module.args.ts index f8bc37c..e0e0ec3 100644 --- a/modules/module.args.ts +++ b/modules/module.args.ts @@ -666,6 +666,18 @@ const args: TAppArg[] = [ default: '[${service}] ${showTitle} - S${season}E${episode} [${height}p]' } }, + { + name: 'outputDir', + group: 'fileName', + describe: 'Set a custom directory for the final muxed file (supports template variables). Temporary files remain in the default content folder.', + docDescribe: true, + service: ['all'], + type: 'string', + usage: '${outputDir}', + default: { + default: '' + } + }, { name: 'numbers', group: 'fileName',