Closed hacketiwack closed 1 year ago
Please note that this pull request has been made to specifically solve this problem.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Expected Behavior
A user has the ability to decide where their downloads - completed and incomplete - will be stored. This also applies to the watch directory. The configuration is made in the
settings.json
through the GUI. Whenever the container is restarted, the default directories, namedcomplete
,incomplete
andwatch
, must not be re-created if the user has set different ones in their configuration (settings.json
).Current Behavior
Currently, even if the user changed these directories and set them to different locations, the default ones are re-created for no reason.
Steps to Reproduce
download-dir
,incomplete-dir
, andwatch-dir
)Environment
OS: All CPU architecture: x86_64/arm32/arm64 How docker service was installed:
As explained in the documentation.
Command used to create docker container (run/create/compose/screenshot)
Same as in the documentation.
Docker logs
No logs are relevant for this issue.