-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
qBittorrent Injection doesn't handle download/save path correctly #34
Comments
That's very strange - I wouldn't have expected the recheck to check the download directory preferentially over the final destination directory. I don't actually use qbit so I might need the help of someone with more experience here. In the meantime, is it possible to set label-specific rules so that torrents with a |
Do you mean you are using the qBit feature to store incomplete downloads in a separate DIR? I have that enabled too but it works for me... it sets the right location based on the hardlink... however the torrent is added at 0% and I have to manually force recheck and then start it. I have |
Every time I add a torrent (for upload or reseed), I have to have the save directory AND the download directory set to the same path (where the files are located), otherwise it reads 0% on force re-check.
You can set default save paths for each category, but qBittorrent only respects that with automatic torrent management enabled (which automatically sorts torrents into paths based on category) or with the option
Yes, I use category paths in manual mode for my save directories (i.e.,
I do have My workaround has evolved to completely disabling the download path (was previously |
Pathing in qBittorrent, particularly with AutoTMM, was difficult for us when we started to expand linking's functionality in cross-seed v6. I'm happy to help with some of the more specific "gotchas" if need be, but it's going to require a bit more logic surrounding injection specific to what would be expected and the behavior you want fert to take @moleculekayak You can hit me up on github (anyone looking to help) directory of in our (cross-seed) discord. Just let me know. |
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.The text was updated successfully, but these errors were encountered: