Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jdupl/torrent-preprocessor-3000
A small script/program to ensure torrents from a server are transfered/copied to another server with nfs/smb shares with network fault tolerance.
https://github.com/jdupl/torrent-preprocessor-3000
Last synced: about 5 hours ago
JSON representation
A small script/program to ensure torrents from a server are transfered/copied to another server with nfs/smb shares with network fault tolerance.
- Host: GitHub
- URL: https://github.com/jdupl/torrent-preprocessor-3000
- Owner: jdupl
- License: gpl-2.0
- Created: 2014-01-24T01:04:14.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-10T01:07:11.000Z (over 10 years ago)
- Last Synced: 2024-04-20T06:40:09.846Z (7 months ago)
- Language: Python
- Size: 223 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
torrent-preprocessor-3000
=========================A small script/program to ensure torrents from a server are transfered/copied to another server with nfs/smb shares with network fault tolerance.
## Usage
Copy the python file on your server and make it excutable with `chmod o+x /path/to/myfile.py`.
Edit the following lines of the new file
```
DESTINATION = "CHANGE ME"
LOG_FILE = "CHANGE ME"```
### Deluge webui
To use with deluge, use the [execute extension](http://dev.deluge-torrent.org/wiki/Plugins/Execute) and call the script with full path.
No need to supply arguments (the plugin takes care of it).
### qBittorrent-nox
To use with qBittorrent-nox, enter the following command to execute in the download tab `/home/myuser/qBittorrent.py %n %f`.
**Warning** the previous command might not handle whitespaces correctly. Using `/home/myuser/qBittorrent.py "%n" "%f"` would normally work, but it [does not](https://github.com/qbittorrent/qBittorrent/issues/1395).