mirror of
https://github.com/anidl/multi-downloader-nx.git
synced 2026-05-06 10:09:27 +00:00
Remove output directory documentation
Removed the section detailing the output directory and its usage.
This commit is contained in:
parent
994d352aea
commit
879ea052cb
1 changed files with 0 additions and 11 deletions
|
|
@ -473,17 +473,6 @@ Set the filename template. Use ${variable_name} to insert variables.
|
|||
You can also create folders by inserting a path seperator in the filename
|
||||
You may use 'title', 'episode', 'showTitle', 'seriesTitle', 'season', 'width', 'height', 'service' as variables.
|
||||
|
||||
### Output Directory
|
||||
#### `--outputDir`
|
||||
| **Service** | **Usage** | **Type** | **Required** | **Alias** | **Default** | **cli-default Entry** |
|
||||
| --- | --- | --- | --- | --- | --- | --- |
|
||||
| All | `--outputDir ${outputDir}` | `string` | `No` | `NaN` | Final output is written to the default content directory when not set | `outputDir: ` |
|
||||
|
||||
|
||||
Sets the output directory for the final muxed file. Use `${variable_name}` to insert variables.
|
||||
You can also create subfolders by including path separators in the directory path. You may use `title`, `episode`, `showTitle`, `seriesTitle`, `season`, `width`, `height`, and `service` as variables.
|
||||
example `--outputDir '/home/Anime/${seriesTitle}/S${season}/'`
|
||||
|
||||
#### `--numbers`
|
||||
| **Service** | **Usage** | **Type** | **Required** | **Alias** | **Default** |**cli-default Entry**
|
||||
| --- | --- | --- | --- | --- | --- | ---|
|
||||
|
|
|
|||
Loading…
Reference in a new issue