Search found 1 match

by spamalam
Mon Feb 17, 2020 12:13 pm
Forum: Support
Topic: Turning off seed ratio per torrent ignored?
Replies: 0
Views: 5588

Turning off seed ratio per torrent ignored?

I am trying to put per tracker ratios but it seems that either I'm making a mistake, there's a bug, or the functionality doesn't work the way I expect. #!/bin/bash for i in `transmission-remote --auth USERNAME:PASSWORD -l | grep -v ID | grep -v Sum | awk '{ print $1 }'`; do CHECK=`transmission-remot...