forked from sim0n00ps/OF-DL
Fix links
This commit is contained in:
parent
1572c1eee8
commit
37fae9185a
@ -1,6 +1,6 @@
|
||||
# All Configuration Options
|
||||
|
||||
This page contains detailed information for each configuration option supported by OF-DL. For information about the structure of the `config.conf` file or a simple list of these configuration options, go to the [configuration page](/docs/config/configuration).
|
||||
This page contains detailed information for each configuration option supported by OF-DL. For information about the structure of the `config.conf` file or a simple list of these configuration options, go to the [configuration page](/config/configuration).
|
||||
|
||||
## BypassContentForCreatorsWhoNoLongerExist
|
||||
|
||||
@ -26,7 +26,7 @@ Description: This configuration options allows you to set file name formats for
|
||||
This is useful if you want to have different file name formats for different creators. The values set here will override the global values set in the config file
|
||||
(see [PaidPostFileNameFormat](#paidpostfilenameformat), [PostFileNameFormat](#postfilenameformat),
|
||||
[PaidMessageFileNAmeFormat](#paidmessagefilenameformat), and [MessageFileNameFormat](#messagefilenameformat)).
|
||||
For more information on the file name formats, see the [custom filename formats](/docs/config/custom-filename-formats) page.
|
||||
For more information on the file name formats, see the [custom filename formats](/config/custom-filename-formats) page.
|
||||
|
||||
Example:
|
||||
```
|
||||
@ -392,7 +392,7 @@ Default: `""`
|
||||
|
||||
Allowed values: Any valid string
|
||||
|
||||
Description: Please refer to [custom filename formats](/docs/config/custom-filename-formats#messagefilenameformat) page to see what fields you can use.
|
||||
Description: Please refer to [custom filename formats](/config/custom-filename-formats#messagefilenameformat) page to see what fields you can use.
|
||||
|
||||
## NonInteractiveMode
|
||||
|
||||
@ -412,7 +412,7 @@ If set to `false`, the default behaviour will apply, and you will be able to cho
|
||||
Before you can run OF-DL in NonInteractiveMode, you must either
|
||||
|
||||
1. Generate an auth.json file by running OF-DL with NonInteractiveMode disabled and authenticating OF-DL using the standard method **OR**
|
||||
2. Generate an auth.json file by using a [legacy authentication method](/docs/config/auth#legacy-methods)
|
||||
2. Generate an auth.json file by using a [legacy authentication method](/config/auth#legacy-methods)
|
||||
|
||||
|
||||
## NonInteractiveModeListName
|
||||
@ -447,7 +447,7 @@ Default: `""`
|
||||
|
||||
Allowed values: Any valid string
|
||||
|
||||
Description: Please refer to [custom filename formats](/docs/config/custom-filename-formats#paidmessagefilenameformat) page to see what fields you can use.
|
||||
Description: Please refer to [custom filename formats](/config/custom-filename-formats#paidmessagefilenameformat) page to see what fields you can use.
|
||||
|
||||
## PaidPostFileNameFormat
|
||||
|
||||
@ -457,7 +457,7 @@ Default: `""`
|
||||
|
||||
Allowed values: Any valid string
|
||||
|
||||
Description: Please refer to [custom filename formats](/docs/config/custom-filename-formats#paidpostfilenameformat) page to see what fields you can use.
|
||||
Description: Please refer to [custom filename formats](/config/custom-filename-formats#paidpostfilenameformat) page to see what fields you can use.
|
||||
|
||||
## PostFileNameFormat
|
||||
|
||||
@ -467,7 +467,7 @@ Default: `""`
|
||||
|
||||
Allowed values: Any valid string
|
||||
|
||||
Description: Please refer to the [custom filename formats](/docs/config/custom-filename-formats#postfilenameformat) page to see what fields you can use.
|
||||
Description: Please refer to the [custom filename formats](/config/custom-filename-formats#postfilenameformat) page to see what fields you can use.
|
||||
|
||||
## RenameExistingFilesWhenCustomFormatIsSelected
|
||||
|
||||
|
@ -34,7 +34,7 @@ dotnet publish -p:Version=%VERSION% -c Release
|
||||
cd 'OF DL/bin/Release/net8.0'
|
||||
```
|
||||
|
||||
- Download the windows release as described on [here](/docs/installation/windows#installation).
|
||||
- Download the windows release as described on [here](/installation/windows#installation).
|
||||
- Add the `config.json` and `rules.json` files as well as the `cdm` folder to the `OF DL/bin/Release/net8.0` folder.
|
||||
|
||||
- Run the application
|
||||
|
Loading…
x
Reference in New Issue
Block a user