linuxserver / docker-jackett

GNU General Public License v3.0
390 stars 96 forks source link

Is the downloads volume used? #103

Closed briandipalma closed 4 years ago

briandipalma commented 4 years ago

Not a bug per se but I don't see what the volume config

-v <path to blackhole>:/downloads

is used for, I see no reference to it in the Dockerfile. Is this something left over from an earlier version? Happy to raise a PR to remove it from the README if so.

tobbenb commented 4 years ago

We removed it from the dockerfile in case people don't want to use /downloads as the path. If it's defined in the dockerfile and not used as a volume bind, a volume is made without the user knowing it.

The /downloads bind mount is for downloads.

briandipalma commented 4 years ago

OK so this is for some sort of manual torrent download feature that Jackett supports I'm guessing? So I should probably set it to the Transmission watch directory so that I get semi-automatic downloads?

tobbenb commented 4 years ago

I thought jackett was a torrent downloader, but reading the readme it's not. So not sure what the /downloads folder is for.

briandipalma commented 4 years ago

OK so it seems we're both confused. It's not important but it would be good to clarify what exactly it's for and if it's not required it I can remove it from the docs.

tobbenb commented 4 years ago

It's to pass the torrent file to the torrent client.

TrikkStar commented 3 years ago

It's to pass the torrent file to the torrent client.

Could you perhaps update this accordingly in the parameter description? As right now it still says "Path to torrent blackhole." which is pretty vague, also would be nice if it was appropriately marked as optional.