-
Notifications
You must be signed in to change notification settings - Fork 11
Description
When adding torrents to qBittorrent, if the default download directory (different than the save directory for completed torrents) is set, the recheck fails, as qBittorrent checks the download directory on force recheck. This causes torrents to be detected at 0% (despite working hardlinks in the OPS/RED output directories) and will begin downloading them.
I am not savvy enough to suggest a solution, but my workaround was to set the global download directory to the OPS output directory (as all the torrents I'm trying to seed come from RED). An ideal solution would be to address the handling of download vs. save directories in qBittorrent and/or not start the torrents if the check results in a 0% result (kind of like how cross-seed handles partial matches).
P.S. also maybe add documentation to add the user: 1000:1000 to the docker compose, as this runs as root when using docker, which resulted in permissions errors for my torrent client.