juliensalinas / torrengo

Torrengo is a CLI (command line) program written in Go which concurrently searches torrents from various sources.
https://juliensalinas.com/en/golang-concurrent-torrent-scraper-cli-torrengo/
GNU General Public License v3.0
98 stars 15 forks source link

Feature request: transmission support #3

Closed oblitum closed 4 years ago

oblitum commented 5 years ago

Hi, nice tool. I'm just trying it in place of torrench, since the author vanished from the web for some months already. First thing I miss is no ability to send torrent to transmission. It would be great to have ;-)

mikeboiko commented 5 years ago

Yes, I would also love this feature! I could write some code for this and do a PR if you're interested.

eschizoid commented 5 years ago

@oblitum @mikeboiko I think I have implemented that functionality here, perhaps it helps:

https://github.com/eschizoid/flixctl/blob/master/torrent/service.go#L180

juliensalinas commented 4 years ago

Hello guys, I just added Transmission and QBittorrent as 2 new possible client torrents. Hope it helps!

mikeboiko commented 4 years ago

nice, you the man!

oblitum commented 4 years ago

@juliensalinas I see a reference to "transmission-gtk" in the sources, but transmission server doesn't need a gui client, I actually use a terminal one and don't have transmission-gtk in my machine. Is that relevant? Otherwise just ignore the concern. Although, I'm not using torrengo anymore, currently using a new torrench.