Skip to content

Commit

Permalink
Merge pull request #88 from datawhores/sortdocs
Browse files Browse the repository at this point in the history
Sortdocs
  • Loading branch information
jbsparrow authored Sep 13, 2024
2 parents 7f86fc0 + b72ebc7 commit 2e3bb36
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions docs/reference/cli-arguments.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ For items not explained below, you can find their counterparts in the Configurat
--send-unsupported-to-jdownloader
// Sorting Options
--sort-downloads
--sort-downloads : enable sorting of downloads
--sort-all-downloads : sort all downloads within the scan_dir
--sort-folder
--scan-folder : set a directory to scan
--sort-folder : set directory to move scanned files to
--scan-folder : set a directory to scan recursively for files
// UI Options
Expand Down
8 changes: 4 additions & 4 deletions docs/reference/configuration-options/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ You can use the shared path flags below in any part of the sorting schemas. You
Shared Path Flags:

* sort\_dir - sort\_folder path
* base\_dir - the highest level folder name inside the folder being scan 'scan_folder' (model name / thread name)
* base\_dir - the highest level folder name inside the folder being scanned 'scan_folder' (model name / thread name)
* parent\_dir - the folder name of where the file is (album name)
* filename - the files name (stem)
* ext - the files extension
Expand All @@ -299,11 +299,11 @@ Shared Path Flags:
***

* scan\_folder
Sets the starting point for the file scan

This sets the folder to sort, all child folders within this folder will be sorted.
This is done recursively for all files within the child folders
Each direct child of the scan_folder is recursively scanned ,and files are moved based on your settings

If this value is not set, then the download folder will be sorted
If this is not set then the downloads_dir is used instead
***

* sort\_downloads
Expand Down

0 comments on commit 2e3bb36

Please sign in to comment.