From 9a87503fc1b1c2bc949ee9bc174e75cdd3e7ecf3 Mon Sep 17 00:00:00 2001 From: Inrixia Date: Wed, 5 Apr 2023 16:14:16 +1200 Subject: [PATCH] Updated wiki with path formatting options re #158 --- wiki/settings.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/wiki/settings.md b/wiki/settings.md index 93db0e9..6d86aed 100644 --- a/wiki/settings.md +++ b/wiki/settings.md @@ -74,7 +74,7 @@ You can put video id's here and the downloader will find, sort and download them **filePathFormatting**:
This defined the path/filename formatting for downloaded videos...
-You can refer to `_filePathFormattingOPTIONS` for options on what can be used.
+You can refer to the `Path Formatting Options` section in this wiki for what can be used.
Strings surounded by % will be replaced with their respective values.
```json @@ -87,6 +87,7 @@ Strings surounded by % will be replaced with their respective values.
**extras.stripSubchannelPrefix**:
Removes the Subchannel prefix from the video title when a video is sorted into a subchannel.
+Note that this only works for videos that are sorted using title matching for channels. Newer channel id matching will not remove any prefix.
For example:
`TechLinked - SXXEXX - VideoTitle` - **true**
vs @@ -160,7 +161,7 @@ Windows example: **postProcessingCommand**:
A command to run after each video has sucessfully downloaded.
-You can refer to `_filePathFormattingOPTIONS` for options on what can be used.
+You can refer to the `Path Formatting Options` section in this wiki for what can be used.
Strings surounded by % will be replaced with their respective values.
```json @@ -169,6 +170,19 @@ Strings surounded by % will be replaced with their respective values.

+## Path Formatting Options + +The following options are available to be used: + +- **%channelTitle%** Title of the channel the video belongs to +- **%year%** Year the video was released +- **%month%** Month the video was released +- **%day%** Day the video was released +- **%hour%** Hour the video was released +- **%minute%** Minute the video was released +- **%second%** Second the video was released +- **%videoTitle%** Title of the video + ## Plex Use **quickstartPrompts** to easily set plex settings.