Feat:Separate Temporary Download Directory and Final Output Directory #1221

This commit is contained in:
Nabil Khan 2026-03-25 12:59:09 +06:00 committed by GitHub
parent ce0ccc3534
commit 4ff0157f65
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -666,6 +666,18 @@ const args: TAppArg<boolean | number | string | unknown[]>[] = [
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',