This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /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" |
NewerOlder