mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 13:53:15 -07:00
Create TransmissionToMedia.cfg.sample
This commit is contained in:
parent
363519c2ef
commit
f9f8e2dbf0
1 changed files with 18 additions and 0 deletions
18
TransmissionToMedia.cfg.sample
Normal file
18
TransmissionToMedia.cfg.sample
Normal file
|
@ -0,0 +1,18 @@
|
|||
[CouchPotato]
|
||||
category = movies
|
||||
destination = /abs/path/to/complete/movies
|
||||
|
||||
[SickBeard]
|
||||
category = tv
|
||||
destination = /abs/path/to/complete/tv
|
||||
|
||||
[Transmission]
|
||||
copy = 1
|
||||
unrar = /abs/path/to/unrar
|
||||
unzip = /abs/path/to/unzip
|
||||
parcheck = /abs/path/to/par2
|
||||
|
||||
[Notes]
|
||||
copy = 0 will create hard links to your original download.
|
||||
If moving to new hard-disk or network mount, use copy = 1
|
||||
copy = 0 is much faster and uses less disk space.
|
Loading…
Add table
Add a link
Reference in a new issue