Re: gtorrent script

2023-09-10 Thread Linux for blind general discussion
On 9/10/23 15:56, Linux for blind general discussion wrote: This is an update to my gtorrent script. When the script runs it runs quietly and saves output to gtorrent.log. cut here: #!/usr/bin/env bash # file: gtorrent.sh - get torrents with aria2c. # dependencies: aria2. GF=gtorrent.inp

Re: gtorrent script

2023-09-10 Thread Linux for blind general discussion
This is an update to my gtorrent script. When the script runs it runs quietly and saves output to gtorrent.log. cut here: #!/usr/bin/env bash # file: gtorrent.sh - get torrents with aria2c. # dependencies: aria2. GF=gtorrent.inp if test -f "$GF"; then aria2c --quiet=true --inte

gtorrent script

2023-09-07 Thread Linux for blind general discussion
What follows is a rather reliable torrent download script. It uses aria2 to download torrents and runs on a command line. It also uses gtorrent.inp which you create with one torrent url on each line. I control the download torrent by commenting the urls I don't want downloaded. I haven't figured