blueluna / transmission_supervisor
Adds additional management of transmission bittorent client transfers
$ hg clone http://bitbucket.org/blueluna/transmission_supervisor/
Transmission Supervisor
transmission-supervisor is a helper daemon for transmission-damon, a bittorent client. transmission-supervisor adds functionality for management of transmission-daemons bittorent transfers. At the moment following tasks can be performed by transmission-supervisor.
- Remove a bittorent transfer when a user specified seeding ration has been reached. This also moves the transfered files to a user specified directory.
- Add torrents from tvrss.net based on television series name.
More tasks can be added through a extension API.
Install
NOTE: transmission-supervisor is still under development and has some rough edges.
Meet the requirements.
- A POSIX operating system, tested on Ubuntu 8.04 and FreeBSD 7.0
- transmission-daemon 1.3+
- Python 2.5+
- Following Python modules
- transmission 0.1+
- SQLAlchemy 0.4.8+ (If TVRSSExtension is used)
Clone the repository.
Install using Python setuptools, you may have to run setup.py as super user.
Now transmission-supervisor should be installed.
Configure
The default path for the configuration file is /.config/transmission-supervisor/supervisor.conf. The configuration file is formatted using json and should look something like.
Installing an expansion
TODO
This revision is from 2008-10-27 22:39
