https://github.com/dmalikov/transmission-proxy
https://github.com/dmalikov/transmission-proxy
haskell transmission
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dmalikov/transmission-proxy
- Owner: dmalikov
- License: mit
- Created: 2017-01-29T19:23:36.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-08-03T14:36:47.000Z (over 6 years ago)
- Last Synced: 2025-01-31T09:12:51.930Z (about 1 year ago)
- Topics: haskell, transmission
- Language: Haskell
- Size: 44.9 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](http://travis-ci.org/dmalikov/transmission-proxy)
# transmission-proxy
Simple script for sending torrent files to a remote transmission server with ability to set location directory according to a tracker name.
`transmission-proxy` just watches given directory for a new torrent file, lookups for a directory name based on a tracker name and calls `transmission-remote` with a necessary `--download-dir` argument.
Yep, just that. Nothing more.
## Usage
Create a `~/.transmission.proxy.rc` configuration file like:
```
{
"baseDir":"",
"transmission":{
"host":"",
"downloadDirPrefix":"",
"auth":{
"username":"",
"password":""
},
"trackers":{
"please.passthepopcorn.me":"ptp",
"tracker.broadcasthe.net":"btn",
"tracker.what.cd":"wcd",
...
}
}
}
```
```
$> stack exec transmission-proxy
```