From c7a82269a19b6272536059e9aaec940db600e1b2 Mon Sep 17 00:00:00 2001 From: Francisco Pombal Date: Mon, 23 Mar 2020 00:02:53 +0000 Subject: [PATCH] Slight adjustment to app/preferences JSON result example --- Web-API-Documentation.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/Web-API-Documentation.md b/Web-API-Documentation.md index e965e6a..a664c70 100644 --- a/Web-API-Documentation.md +++ b/Web-API-Documentation.md @@ -502,7 +502,7 @@ Example: "alt_dl_limit": 10240, "alt_up_limit": 10240, "alternative_webui_enabled": false, - "alternative_webui_path": "", + "alternative_webui_path": "/home/user/Documents/qbit-webui", "announce_ip": "", "announce_to_all_tiers": true, "announce_to_all_trackers": false, @@ -541,8 +541,8 @@ Example: "enable_super_seeding": false, "enable_upload_suggestions": false, "encryption": 0, - "export_dir": "", - "export_dir_fin": "", + "export_dir": "/home/user/Downloads/all", + "export_dir_fin": "/home/user/Downloads/completed", "file_pool_size": 40, "incomplete_files_ext": false, "ip_filter_enabled": false, @@ -597,7 +597,11 @@ Example: "save_path": "/home/user/Downloads/", "save_path_changed_tmm_enabled": false, "save_resume_data_interval": 60, - "scan_dirs": {}, + "scan_dirs": + { + "/home/user/Downloads/incoming/games": 0, + "/home/user/Downloads/incoming/movies": 1, + }, "schedule_from_hour": 8, "schedule_from_min": 0, "schedule_to_hour": 20, @@ -613,7 +617,7 @@ Example: "socket_backlog_size": 30, "start_paused_enabled": false, "stop_tracker_timeout": 1, - "temp_path": "/home/user/Downloads/", + "temp_path": "/home/user/Downloads/temp", "temp_path_enabled": false, "torrent_changed_tmm_enabled": true, "up_limit": 0,