Exporting legacy settings may break if strings like lastDownloadDirectory contain a "#"? #2436
Unanswered
Black-Platypus
asked this question in
Help and Q&A
Replies: 1 comment
-
Thanks for the feedback, I forwarded to the dev team. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Your question
I just tried to check and set some settings using the old UI, because the new UI still doesn't give you all the options, and I exported the settings for safekeeping.
I got a .txt file with JSON in it, but it was broken:
it ends with
Where I chose a directory called
K:\[Series]\# new
Anything from the hash character (
#
) onwards is just missingAddon & CoApp version and details
version: 9.5.0.1
target: google
channel: stable
lang: en-US
coapp: {"found":true,"new_version":false,"path":"C:\Program Files\DownloadHelper CoApp\vdhcoapp.exe","version":"2.0.19"}
license: {"unset":true}
platform: x86-64 win
UA: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36
{
"http_media_download_strategy": "inbrowser",
"used_history_button": true,
"download_directory": "K:\[Series]\# new",
"never_show_no_incognito_msg_again": true,
"view_options": {
"all_tabs": false,
"hide_downloaded": true,
"low_quality": false,
"show_button_clean": true,
"show_button_clean_all": true,
"show_button_convert_local": false,
"sort_by_status": true,
"sort_reverse": false
},
"default_action": "copy",
"use_wide_ui": false,
"use_legacy_ui": false,
"use_sidebar": true,
"open_count_store": 2,
"successfull_dl": 14,
"never_show_successfull_dl_message": true,
"download_history": {
"__serializer_tag": "map",
"__serializer_value": []
}
}
Beta Was this translation helpful? Give feedback.
All reactions