Watch directories for transmission
Project description
Watch directories to trigger transmission downloads.
Trawa is a small python script to monitor watch directories, each having a specific configuration. Any file dropped in these directories is sent to a transmission instance using rpcxml.
You can define for each directory to watch, a file mask and a set of rpc parameters to send to transmission. The following example will watch 2 directories and set a specific download_dir for each of the two categories:
dirs: - watch_path: /home/lke/torrents/linux/images file_mask: '*.torrent' descrip: Linux images rpc_params: download_dir: /downloads/linux_images - watch_path: /home/lke/torrents/audio/samples file_mask: '*.torrent' descrip: Audio samples rpc_params: download_dir: /mnt/ext4/audio/samples
Only newly created torrent files are watched. Torrent files are never removed.
Note: For the complete list of rpc parameters, see Transmission RPC proto spec <https://github.com/transmission/transmission/wiki/RPC-Protocol-Specification>.
Note: Don’t append the trailing / for watch_path
INSTALL / USE
Python3 only, untested with Python2.
You can directly install from github provided you have python3 pip:
pip3 install git+https://github.com/architek/trawa
To run:
trawa
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for trawa-0.5.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | fd4f18cf70abda796f465c5f841acc9fa13d8a8277f1866cf1d72379d61c3c29 |
|
MD5 | ce41550b7c221e7d866635d37a1914e1 |
|
BLAKE2b-256 | 4daf69ff46e55c92a696fc04f9549a81255ea4163a285ecdd60ff8be019368d5 |