airdcpp-web / airdcpp-webclient

Communal peer-to-peer file sharing application for file servers/NAS devices
https://airdcpp-web.github.io
179 stars 32 forks source link

Add the ability to batch add extensions for types on the "Search types" or "Edit search type" screens #480

Open Korb opened 1 month ago

Korb commented 1 month ago

Is your feature request related to a problem? Please describe. Adding dozens of extensions one by one for each type is a very tedious task. Especially considering that after each action (adding a new input field or adding a new value) the list is scrolled to its beginning.

Describe the solution you'd like I propose to add the ability to import a plain text file with a list of extensions (separated by a line break, comma, semicolon, or pipe).

Describe alternatives you've considered Implement the extension list in the same way as the value of the Skiplist share (don't share the following files (separate files with '|', wildcards allowed)) field in the Sharing options tab of the application settings.