https://github.com/nhoad/transmission-add
Simple client for adding torrents to different transmission daemons. Intended to be used with a web browser.
https://github.com/nhoad/transmission-add
Last synced: 5 months ago
JSON representation
Simple client for adding torrents to different transmission daemons. Intended to be used with a web browser.
- Host: GitHub
- URL: https://github.com/nhoad/transmission-add
- Owner: nhoad
- License: other
- Created: 2010-08-07T22:28:42.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2011-01-14T03:46:04.000Z (over 15 years ago)
- Last Synced: 2024-12-30T13:51:53.312Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 97.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
transmission-add
Dependencies:
-------------
Python 2.6, at least
pygtk > 2.0
transmissionrpc (http://bitbucket.org/blueluna/transmissionrpc/wiki/Home)
General:
--------
transmission-add is a simple gui app to add torrents to different
transmission daemons easily.
It's intended to be used with a web browser. I wrote it because there's no way
for the browser to distinguish which server you want to add a particular
torrent to (i.e., video to a media server, iso to regular desktop)
Installation:
-------------
Copy to a bin folder of your choice. Personally, I make a symbolic link from ~/bin/
Then, run chmod +x on the script.
After that, configure your browser to run .torrent files with my script.
Configuration:
--------------
Configuration is done in the main.py file. Simply open it, the configuration
options are all at the top. If you would like to see a real config file
created for this program, see the AUTHORS file.