activityworkshop / GpsPrune

GpsPrune is a map-based application for viewing, editing and converting coordinate data from GPS systems.
GNU General Public License v2.0
67 stars 22 forks source link

[Feature Request] A setting to avoid the window "Download linked media" #103

Open jdbonjour opened 1 week ago

jdbonjour commented 1 week ago

When loading a GPX file containing media information (http...), a window "Download linked media" appears, and we need to either click [Block] or [Allow] for each media ! So it would be useful to have a configuration parameter (BlockAll or AllowAll) to avoid this window

activityworkshop commented 1 week ago

It shouldn't ask you this "for each media", it should only ask once per domain. The expectation was that a single file probably refers to media on the same domain, so the number of questions should be small. And an "Allow All" button would prevent you from seeing what the domains are.

Maybe if there's a large number of different domains used by a single file then it should list them all in advance and just ask you once to "allow all these domains" or "block all these domains"? That would definitely need fewer clicks than allowing or blocking each one by one.

jdbonjour commented 1 week ago

Yes, a solution oriented "allow all these domains" or "block all these domains" would be a good step in the right direction! Thanks very much in advance !