From 4ff0157f65cb8187a8ba9f906cf38ed2ef1065fe Mon Sep 17 00:00:00 2001 From: Nabil Khan Date: Wed, 25 Mar 2026 12:59:09 +0600 Subject: [PATCH] Feat:Separate Temporary Download Directory and Final Output Directory #1221 --- modules/module.args.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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',