From f9f8e2dbf016df7f654104c22cf18aaad870983f Mon Sep 17 00:00:00 2001 From: clinton-hall Date: Thu, 31 Jan 2013 22:02:01 -0800 Subject: [PATCH] Create TransmissionToMedia.cfg.sample --- TransmissionToMedia.cfg.sample | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 TransmissionToMedia.cfg.sample diff --git a/TransmissionToMedia.cfg.sample b/TransmissionToMedia.cfg.sample new file mode 100644 index 00000000..b375f9dd --- /dev/null +++ b/TransmissionToMedia.cfg.sample @@ -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.