Giter VIP home page Giter VIP logo

transmission's Introduction

10.5281/zenodo.1050424

Intro

This (addtracker) is a bash script to add public trackers to Torrents being downloaded in the hope of getting more peers.

The public trackers are retrieved from a dynamically list (ngosang). If the dynamic list is offline, it will use a static one.

Usage

./addtracker

Show current Torrents

./addtracker $number1 $number2

Add public trackers to the Torrents of number $number1 and $number2

./addtracker $word1 $word2

Add public trackers to the all the Torrents found with $word1 or $word2 in the name (case insensitive)

./addtracker .

Add public trackers to all Torrents.

More scripts

Transmission custom scripts for Openwrt.

OpenVPN custom scripts for NordVPN in OpenWRT

Tips

Show only Torrent number and name:

transmission-remote -l | sed -n 's/\(^.\{4\}\).\{64\}/\1/p'

Show only Torrent number of the first file with the $name:

transmission-remote -l | grep -i $name | sed -n 's/ *\([0-9]\+\).*/\1/p'

Blocklists

https://gist.github.com/johntyree/3331662

transmission's People

Contributors

oilervoss avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.