|
|
@ -1183,7 +1183,7 @@ class ConfigFolders(object): |
|
|
|
|
|
|
|
SWITCH_LIST = \ |
|
|
|
('par2_multicore', 'par_option', 'enable_unrar', 'enable_unzip', 'enable_filejoin', |
|
|
|
'enable_tsjoin', 'fail_on_crc', 'top_only', |
|
|
|
'enable_tsjoin', 'overwrite_files', 'top_only', |
|
|
|
'auto_sort', 'check_new_rel', 'auto_disconnect', 'flat_unpack', |
|
|
|
'safe_postproc', 'no_dupes', 'replace_spaces', 'replace_dots', 'replace_illegal', 'auto_browser', |
|
|
|
'ignore_samples', 'pause_on_post_processing', 'quick_check', 'nice', 'ionice', |
|
|
@ -1257,7 +1257,7 @@ SPECIAL_BOOL_LIST = \ |
|
|
|
'queue_complete_pers', 'api_warnings', 'allow_64bit_tools', |
|
|
|
'never_repair', 'allow_streaming', 'ignore_unrar_dates', 'rss_filenames', |
|
|
|
'osx_menu', 'osx_speed', 'win_menu', 'uniconfig', 'use_pickle', 'allow_incomplete_nzb', |
|
|
|
'randomize_server_ip', 'no_ipv6', 'keep_awake', 'overwrite_files', 'empty_postproc', |
|
|
|
'randomize_server_ip', 'no_ipv6', 'keep_awake', 'empty_postproc', |
|
|
|
'web_watchdog', 'wait_for_dfolder', 'warn_empty_nzb', 'enable_bonjour', 'script_can_fail', |
|
|
|
'warn_dupl_jobs', 'new_nzb_on_failure', 'enable_par_cleanup' |
|
|
|
) |
|
|
|