From 879ea052cb3f23dc6ad6c8c2a2e73ca0a1fccda4 Mon Sep 17 00:00:00 2001 From: Nabil Khan Date: Wed, 25 Mar 2026 19:37:52 +0600 Subject: [PATCH] Remove output directory documentation Removed the section detailing the output directory and its usage. --- docs/DOCUMENTATION.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/docs/DOCUMENTATION.md b/docs/DOCUMENTATION.md index 1defd20..c55d64b 100644 --- a/docs/DOCUMENTATION.md +++ b/docs/DOCUMENTATION.md @@ -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** | --- | --- | --- | --- | --- | --- | ---|