Skip to content

Commit

Permalink
Updated wiki with path formatting options re #158
Browse files Browse the repository at this point in the history
  • Loading branch information
Inrixia committed Apr 5, 2023
1 parent f97cc55 commit 9a87503
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions wiki/settings.md
Expand Up @@ -74,7 +74,7 @@ You can put video id's here and the downloader will find, sort and download them

**filePathFormatting**:<br>
This defined the path/filename formatting for downloaded videos...<br>
You can refer to `_filePathFormattingOPTIONS` for options on what can be used.<br>
You can refer to the `Path Formatting Options` section in this wiki for what can be used.<br>
Strings surounded by % will be replaced with their respective values.<br>

```json
Expand All @@ -87,6 +87,7 @@ Strings surounded by % will be replaced with their respective values.<br>

**extras.stripSubchannelPrefix**:<br>
Removes the Subchannel prefix from the video title when a video is sorted into a subchannel.<br>
Note that this only works for videos that are sorted using title matching for channels. Newer channel id matching will not remove any prefix.<br>
For example:<br>
`TechLinked - SXXEXX - VideoTitle` - **true**<br>
vs
Expand Down Expand Up @@ -160,7 +161,7 @@ Windows example:

**postProcessingCommand**:<br>
A command to run after each video has sucessfully downloaded.<br>
You can refer to `_filePathFormattingOPTIONS` for options on what can be used.<br>
You can refer to the `Path Formatting Options` section in this wiki for what can be used.<br>
Strings surounded by % will be replaced with their respective values.<br>

```json
Expand All @@ -169,6 +170,19 @@ Strings surounded by % will be replaced with their respective values.<br>

<br>

## 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.
Expand Down

0 comments on commit 9a87503

Please sign in to comment.