From a7a541f90120c6b5fdb6d797637a47e008dfe54d Mon Sep 17 00:00:00 2001 From: bobokun Date: Fri, 26 Feb 2021 19:46:13 -0500 Subject: [PATCH] Update config.yml Added new remote_dir and removed unnecessary directory paths --- config.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/config.yml b/config.yml index 5b3e9ed..dca09d8 100644 --- a/config.yml +++ b/config.yml @@ -3,13 +3,14 @@ qbt: host: 'localhost:8080' user: 'username' pass: 'password' +remote_dir: + #'Docker container path of root save directory' : 'Local path of root save directory' + #<'/container/path/data/'> : <'/host/path/data/'> + '/data/torrents/' : '/mnt/cache/data/torrents/' directory: # Do not remove these - # Cross-seed var: Ensure there is a / at the end or it won't work properly + # Cross-seed var: cross_seed: '/your/path/here/' - movies: '/your/path/here/' - tv: '/your/path/here/' - unknown: '/your/path/here/' # Category/Pathing Parameters cat: # : @@ -30,4 +31,4 @@ tags: blutopia: Blutopia hdts: HDTorrents tv-vault: TV-Vault - cartoonchaos: CartoonChaos \ No newline at end of file + cartoonchaos: CartoonChaos