Skip to content

Instantly share code, notes, and snippets.

View flying-sausages's full-sized avatar
🕴️
🌭

flying-sausages

🕴️
🌭
View GitHub Profile
@flying-sausages
flying-sausages / trkrsort.sh
Last active May 3, 2020 02:56
Transmission post-download script: Sort Torrents in folders by tracker
#! /bin/bash
#Requires transmission-remote in $PATH.
#Make sure you are allowing the RPC and are not being limited by the whitelist
#First see how can you log in to transmission and then adjust these values
#Try running `transmission-remote` first and see what happens
TR_USERNAME="username"
TR_PASSWORD="password"
# might be able to leave empty, test it out. I'm running mine through an nginx reverse proxy.
TR_HOST="https://localhost/transmission/rpc"