Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).