Slight adjustment to app/preferences JSON result example

Francisco Pombal 2020-03-23 00:02:53 +00:00
parent c5dff101ab
commit c7a82269a1

@ -502,7 +502,7 @@ Example:
"alt_dl_limit": 10240, "alt_dl_limit": 10240,
"alt_up_limit": 10240, "alt_up_limit": 10240,
"alternative_webui_enabled": false, "alternative_webui_enabled": false,
"alternative_webui_path": "", "alternative_webui_path": "/home/user/Documents/qbit-webui",
"announce_ip": "", "announce_ip": "",
"announce_to_all_tiers": true, "announce_to_all_tiers": true,
"announce_to_all_trackers": false, "announce_to_all_trackers": false,
@ -541,8 +541,8 @@ Example:
"enable_super_seeding": false, "enable_super_seeding": false,
"enable_upload_suggestions": false, "enable_upload_suggestions": false,
"encryption": 0, "encryption": 0,
"export_dir": "", "export_dir": "/home/user/Downloads/all",
"export_dir_fin": "", "export_dir_fin": "/home/user/Downloads/completed",
"file_pool_size": 40, "file_pool_size": 40,
"incomplete_files_ext": false, "incomplete_files_ext": false,
"ip_filter_enabled": false, "ip_filter_enabled": false,
@ -597,7 +597,11 @@ Example:
"save_path": "/home/user/Downloads/", "save_path": "/home/user/Downloads/",
"save_path_changed_tmm_enabled": false, "save_path_changed_tmm_enabled": false,
"save_resume_data_interval": 60, "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_hour": 8,
"schedule_from_min": 0, "schedule_from_min": 0,
"schedule_to_hour": 20, "schedule_to_hour": 20,
@ -613,7 +617,7 @@ Example:
"socket_backlog_size": 30, "socket_backlog_size": 30,
"start_paused_enabled": false, "start_paused_enabled": false,
"stop_tracker_timeout": 1, "stop_tracker_timeout": 1,
"temp_path": "/home/user/Downloads/", "temp_path": "/home/user/Downloads/temp",
"temp_path_enabled": false, "temp_path_enabled": false,
"torrent_changed_tmm_enabled": true, "torrent_changed_tmm_enabled": true,
"up_limit": 0, "up_limit": 0,