Version 16 (modified by wereHamster, 12 years ago) (diff) |
---|
Transmission Scripts
Introduction
Thanks to the powerful rpc, transmission-remote can talk to any client that has the rpc enabled. This means that a script written using transmission-remote or rpc can, without rewrite, comunicate with all the Transmission clients: GTK+ client, Mac client and the daemon.
Mac OS users may wonder wether there will be Applescript scripts, the answer is no. Although Applescript is a nice technology, it's a pain to implement. However, Mac OS X is a Unix after all, so any script you find here will also work on the Mac. Even from within Applescript, you can run these scripts by typing: do shell script "path/to/script".
How-To
If you are interested at writing scripts for Transmission, Have a look at the following pages:
- Transmission man pages?
- Configuration Files
- Editing Configuration Files
- Environment Variables
- RPC Protocol Specification
Scripts
Start/Stop?
- init.d script (Debian & Ubuntu)
Utility
Comments
wereHamster:
- http://pastie.org/338556: Python script to fetch new torrents from tvrss
- http://pastie.org/338555: PHP script to stop finished torrents
- http://pastie.org/357236: Shell script to queue torrents so that only a certain number is active at any given time