Enhancement: Multiple Selectors for Smartnaming + PR Inquiry #1750
Replies: 1 comment
-
I hope they consider implementing this suggestion as a feature. I found this discussion while searching for a way to do multiple selectors. I ended up also modifying the extension to add a couple more selector fields and it helps a ton. It was a pretty simple change if you know what you're looking at, but it took me forever as a hobbyist. |
Beta Was this translation helpful? Give feedback.
-
Your question
I made these changes to VDH because this feature has been requested before, but it hasn't been added yet, and I really needed it.
I added multiple selectors to the smartnaming section. Ideally, I would have made it dynamic, allowing users to specify how many selectors they want, which would then generate the corresponding number of entry fields. However, I’m rather busy and didn’t have the time to implement something like that, so I went with a quicker solution. It’s not as elegant, but it gets the job done.
I'd like to know where I can submit a PR if the developers are interested in integrating this into the main app.
By the way, I also modified the regex to allow saving files with square brackets, underscores, and dots. I'm not sure why those were removed, but they’re important for how I name my files.
Let me know what you think!
Addon & CoApp version and details
version: 9.3.0.2
target: microsoft
channel: stable
lang: en-GB
coapp: {"found":true,"new_version":false,"path":"E:\Program Files\DownloadHelper CoApp\vdhcoapp.exe","version":"2.0.19"}
license: {"accepted":true,"email":"","key":"a8e809d71b334c67"}
platform: x86-64 win
UA: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 Edg/133.0.0.0
{
"valid_license_message_has_been_displayed": true,
"used_history_button": true,
"last_download_directory": {
"__serializer_tag": "option_some",
"__serializer_value": {
"__serializer_tag": "primitive"
}
},
"view_options": {
"all_tabs": false,
"hide_downloaded": false,
"low_quality": false,
"show_button_clean": true,
"show_button_clean_all": true,
"show_button_convert_local": false,
"sort_by_status": true,
"sort_reverse": false
},
"use_legacy_ui": false,
"use_sidebar": true,
"open_count_store": 2,
"successfull_dl": 47,
"never_show_successfull_dl_message": true,
"download_history": {
"__serializer_tag": "map",
"__serializer_value": []
}
}
Beta Was this translation helpful? Give feedback.
All reactions