borzunov / bit-torrent

📁 🌎 BitTorrent client built with Python + asyncio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is supported relative paths?

latot opened this issue · comments

commented

Hi!, i have a qustion, well the title, a have torrents in a external hdd, and i seed them, but it change the absolute path when i reconnect it, so, the project supports relative path? (ex. ./torrents/fuuu)

Thx.

Hi @latot!

The CLI version supports relative paths by default (you can use --download-dir option). The GUI version does not support them by default, but you can change this line to hardcode such a path:

self._download_dir = './torrents/fuuu'