From 3515995bb245b561f0875bd9e282edcc2d393581 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 13 Dec 2020 08:11:32 +0100 Subject: [PATCH] Add folders options --- transmission/config.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/transmission/config.json b/transmission/config.json index 68f1b1d94..29c25cab9 100644 --- a/transmission/config.json +++ b/transmission/config.json @@ -1,6 +1,6 @@ { "name": "Transmission NAS", - "version": "1.3", + "version": "1.4", "slug": "transmission", "description": "The torrent client for Hass.io with OpenVPN support", "url": "https://github.com/pierrickrouxel/hassio-addon-transmission", @@ -48,7 +48,9 @@ "openvpn_enabled": false, "openvpn_config": "", "openvpn_username": "", - "openvpn_password": "" + "openvpn_password": "", + "download_dir": "/share/downloads", + "incomplete_dir": "/share/incomplete" }, "schema": { "log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)", @@ -59,7 +61,9 @@ "openvpn_enabled": "bool", "openvpn_config": "str", "openvpn_username": "str", - "openvpn_password": "str" + "openvpn_password": "str", + "download_dir": "str", + "incomplete_dir": "str" }, "environment": { "LOG_FORMAT": "{LEVEL}: {MESSAGE}"