Bureaucrats, staff, Administrators
938
edits
No edit summary |
|||
Line 37: | Line 37: | ||
'''NameSpace''': FileDiscovery | '''NameSpace''': FileDiscovery | ||
{| class="wikitable" | |||
|- | |||
Recursively descent into Subdirectories | ! Parameter | ||
! Shorthand | |||
! Description | |||
! Usage | |||
Appends the full filepath to the specified path | ! Default Value | ||
|- | |||
| --Recursive | |||
| -R | |||
Filepaths contained in the specified file will not be processed | | Recursively descent into Subdirectories | ||
| --Recursive | |||
| False | |||
|- | |||
Will set | | --ProcessedLogPath | ||
| --PLPath | |||
| Appends the full filepath to the specified path | |||
| --ProcessedLogPath=<FilePath1>[:<FilePath2>...] | |||
Only/ | | | ||
|- | |||
| --SkipLogPath | |||
| --SLPath | |||
Sets the maximal number of files which will be processed concurrently. First param (max) sets a global limit. (path,max) pairs sets limits per path. | | Filepaths contained in the specified file will not be processed | ||
| --SkipLogPath=<FilePath1>[:<FilePath2>...] | |||
| | |||
|- | |||
| --DoneLogPath | |||
| --DLPath | |||
| Will set --SkipLogPath and --ProcessedLogPath to the specified filepath | |||
| --DoneLogPath=<Filepath> | |||
| | |||
|- | |||
| --WithExtensions | |||
| --WExts | |||
| Only/Don't Process files with selected Extensions | |||
| --WithExtensions=[-]<Extension1>[,<Extension2>...] | |||
| | |||
|- | |||
| --Concurrent | |||
| --Conc | |||
| Sets the maximal number of files which will be processed concurrently. First param (max) sets a global limit. (path,max) pairs sets limits per path. | |||
| --Concurrent=<max>[:<path1>,<max1>;<path2>,<max2>...] | |||
| 1 | |||
|- | |||
|} | |||
'''NameSpace''': Processing | '''NameSpace''': Processing | ||
{| class="wikitable" | |||
|- | |||
! Parameter | |||
! Shorthand | |||
! Description | |||
! Usage | |||
! Default Value | |||
|- | |||
Pause console before exiting | | --ProducerMinReadLength | ||
| | |||
| | |||
| | |||
Circular buffer size for hashing | | 1 | ||
|- | |||
| --ProducerMaxReadLength | |||
| | |||
Select consumers to use. Use without arguments to list available consumers | | | ||
| | |||
| 8 | |||
|- | |||
| --PrintAvailableSIMDs | |||
| | |||
| | |||
| | |||
| False | |||
|- | |||
| --PauseBeforeExit | |||
| --PBExit | |||
| Pause console before exiting | |||
| --PauseBeforeExit | |||
| False | |||
|- | |||
| --BufferLength | |||
| --BLength | |||
| Circular buffer size for hashing | |||
| --BufferLength=<Size in MiB> | |||
| 64 | |||
|- | |||
| --Consumers | |||
| --Cons | |||
| Select consumers to use. Use without arguments to list available consumers | |||
| --Consumers=<ConsumerName1>[,<ConsumerName2>...] | |||
| | |||
|} | |||
'''NameSpace''': FileMove '''–Test''' | '''NameSpace''': FileMove '''–Test''' | ||
Line 198: | Line 247: | ||
'''–Ed2kLogPath''' | '''–Ed2kLogPath''' | ||
== Development == | == Development == |