You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
It seems the windows binary v1.5 doesn't accept -dry-run or -v as params, as per readme file excerpt below:
The command I am using is below with the error output:
I have found that the readme needs updating to reflect 3 things if using windows:
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 #10 (comment)
The text was updated successfully, but these errors were encountered: