X0R0X / cli-torrent-dl

CLI utility to search and download torrents from major torrent sites
Other
121 stars 11 forks source link

Add config for more torrent clients #34

Closed howarddo2208 closed 1 year ago

howarddo2208 commented 1 year ago

I'm using rtorrent and after download I receive error no qbittorrent, I would like if there is a config for this.

X0R0X commented 1 year ago

Hi, You can set the preferred torrent client in config.json ("torrent_client_cmd" field) - it should be located in ~/.config/torrentdl/config.json; "%s" is substitued with the torrent magnet link to open; in case of qbittorrent, the string is "qbittorrent %s". Cheers ;)

howarddo2208 commented 1 year ago

Thanks!

X0R0X commented 1 year ago

np mate ;)