xel86 / magnetfinder

Multi-threaded CLI torrent scraper for displaying searched for magnet links; tailored for use with plex & ssh.
GNU General Public License v3.0
63 stars 5 forks source link

request for no interactive mode #8

Closed balupton closed 3 years ago

balupton commented 3 years ago

would be good to have an option like --no-interactive to have the results only be the name, then a tab character, then the magnet link, e.g.

> magnetfinder -aq 'big buck bunny'
big-buck-bunny-NTSC.iso magnet:?xt=urn:btih:FC84B941DC640BE59C90D7AB58819D50EDCFF906&dn=big-buck-bunny-NTSC.iso
Big Buck Bunny 480p (x264, he-aac)  magnet:?xt=urn:btih:05D51D7153228E08D94F850E5D2CE0A9E764752E&dn=Big+Buck+Bunny+480p+%28x264%2C+he-aac%29

would also be good for a paramater to specify how many results/rows should be returned

xel86 commented 3 years ago

Added both a --no-interactive and --show argument to allow for torrents to be displayed as suggested without interacting. Use --show to truncate the amount of torrents displayed and show only the amount specified. Added in this commit ee4b536a35f8eb5aca3a67e6cf5a8c5c9eb81a72. Closing both this issue and #9

I appreciate your input through the issues you posted, and hope you make good use of my program! Let me know if you think of anything else :)