Remove output directory documentation

Removed the section detailing the output directory and its usage.
This commit is contained in:
Nabil Khan 2026-03-25 19:37:52 +06:00 committed by GitHub
parent 994d352aea
commit 879ea052cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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**
| --- | --- | --- | --- | --- | --- | ---|