mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 22:03:13 -07:00
started adding descriptions for utorrent
This commit is contained in:
parent
5b77c67940
commit
db9c6f735d
1 changed files with 21 additions and 0 deletions
21
README.md
21
README.md
|
@ -298,3 +298,24 @@ If you are using NZBGet perform the following steps to configure postprocessing
|
|||
Use \r\n for new line.
|
||||
|
||||
Email_Message='The download of <name> has <status>. \r\n This has been processed by the script <script> for category <cat>'
|
||||
|
||||
### µTorrent
|
||||
|
||||
If you are using µTorrent perform the following steps to configure postprocessing for "uTorrentToCouchPotato":
|
||||
|
||||
1. Rename the uTorrentToMedia.cfg.sample to uTorrentToMedia.cfg and edit the parameters:
|
||||
|
||||
i. .
|
||||
|
||||
ii. .
|
||||
|
||||
iii. .
|
||||
|
||||
|
||||
2. In µTorrent go to preferences > Advanced > Run Program > Run this program when torrent finishes:
|
||||
|
||||
i. Set full path to script, pass paramaters as "%D" "%N" "%L" and then output to a desired log.
|
||||
|
||||
/usr/local/utorrent/nzbToMedia/uTorrentToMedia.py "%D" "%N" "%L" >> /usr/local/utorrent/log.txt.
|
||||
|
||||
ii.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue