tracker-add icon indicating copy to clipboard operation
tracker-add copied to clipboard

Fully automated script for adding more trackers to Transmission.

Results 7 tracker-add issues
Sort by recently updated
recently updated
newest added

-q Quiet. Return 0 if PATTERN is found, 1 otherwise if transmission-remote "$HOSTPORT" --authenv --torrent "${torrent_hash}" -td "${tracker}" | grep -q 'success'; then echo ' failed.' else echo ' done.'...

If I stop it, the files are still there so there might be a problem with the `rm` expression.

Transmission remote returns a line with a header: ``` $ transmission-remote 127.0.0.1:9091 --authenv --list ID Done Have ETA Up Down Ratio Status Name 2 100% 45.27 GB Done 348.0 0.0...

Hello, thanks for sharing this very useful set of scripts. When running tracker-add-auto-router.sh, I hit the following issue: ``` m1:tracker-add kalou$ ./tracker-add-auto-router.sh date: illegal option -- d usage: date [-jnRu]...

* make it work with multiple URLs in `list_url` That was presumably the intention of naming the variable `list_url`, but surrounding it with `""` prevents this from working properly. *...

- make a readable layout with indents - moved out the method definition from the while-do cycle (potential memory hog) - raised the sleeping of a cycle to 10 minutes...