From fd4e5b64482e014023f898ad451f11b1d8288477 Mon Sep 17 00:00:00 2001 From: bakerboy448 <55419169+bakerboy448@users.noreply.github.com> Date: Mon, 8 Nov 2021 21:31:47 -0600 Subject: [PATCH] fix yml formatting of sample config --- config.yml.sample | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/config.yml.sample b/config.yml.sample index da36277..29df058 100644 --- a/config.yml.sample +++ b/config.yml.sample @@ -1,23 +1,23 @@ # qBittorrent parameters qbt: - host: 'localhost:8080' - user: 'username' - pass: 'password' + host: "localhost:8080" + user: "username" + pass: "password" directory: # Do not remove these - # Cross-seed var: #Output directory of cross-seed + # Cross-seed var: #Output directory of cross-seed # root_dir var: #Root downloads directory used to check for orphaned files # remote_dir var: # Path of docker host mapping of root_dir - cross_seed: '/your/path/here/' - root_dir: '/data/torrents/' - remote_dir: '/mnt/user/data/torrents/' + cross_seed: "/your/path/here/" + root_dir: "/data/torrents/" + remote_dir: "/mnt/user/data/torrents/" # Category/Pathing Parameters cat: # : #Path of your save directory. Can be a keyword or full path - movies: '/data/torrents/Movies' - tv: 'TV' + movies: "/data/torrents/Movies" + tv: "TV" # Tag Parameters tags: @@ -51,9 +51,9 @@ nohardlinks: max_ratio: 4.0 # seeding time var: Will set the torrent Maximum seeding time (min) until torrent is stopped from seeding max_seeding_time: 86400 - + #Can have additional categories set with separate ratio/seeding times defined. - series-completed: + series-completed: # exclude_tags var: Will exclude the following tags when searching through the category. exclude_tags: - Beyond-HD @@ -63,4 +63,4 @@ nohardlinks: # max_ratio var: Will set the torrent Maximum share ratio until torrent is stopped from seeding/uploading max_ratio: 4.0 # seeding time var: Will set the torrent Maximum seeding time (min) until torrent is stopped from seeding - max_seeding_time: 86400 \ No newline at end of file + max_seeding_time: 86400