Params -dry-run | -v | \ in path doesn't work on Windows
It seems the windows binary v1.5 doesn't accept -dry-run or -v as params, as per readme file excerpt below:
There are also some optional params:
-v Enables verbose logging
-dry-run will scan the folder for video files, but not call the Sonarr API
The command I am using is below with the error output:
SonarrAutoImport -dry-run
[11:21:52.373--INF] === Sonarr Auto Import Log Started ===
[11:21:52.430--INF] LogLevel: Information
[11:21:52.517--ERR] Settings not found: ry-run
I have found that the readme needs updating to reflect 3 things if using windows:
- use --dry-run instead of -dry-run
- use --v instead of -v
- use double backslashes in paths
Also, the readme could do with a good description as to the difference between "mappingPath" and "downloadsFolder". This has been provided in a separate issue by @ jortan with thanks.
Originally posted by @jortan in https://github.com/Webreaper/SonarrAutoImport/issues/10#issuecomment-1216620365
downloadsFolder is the path to media files to be processed from the perspective of SonarrAutoImport script
mappingPath is the path to media files to be processed from the perspective of Sonarr
These should point to the same destination. In some scenarios (docker) the same destination might require a different path.
Sounds good - want to submit a PR with the appropriate readme changes?
Sounds good - want to submit a PR with the appropriate readme changes?
Happy to but I haven't done this before. I think this is the process looking at GitHub help, could you confirm?
- You need to assign me to this issue
- I create a pull request
- I make changes to readme.md
- I send to you for review/approval
- You merge changes and up-issue