mirror of
https://github.com/anidl/multi-downloader-nx.git
synced 2026-05-09 19:40:33 +00:00
Feat:Separate Temporary Download Directory and Final Output Directory #1221
This commit is contained in:
parent
ce0ccc3534
commit
4ff0157f65
1 changed files with 12 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue