SD card mount location issue
Syltaris opened this issue · comments
^ seems like this path doesn't work for generic SD cards, the plugin will return 'not found' error when attempting to install
maybe instead of hardcoding this, is it possible to sweep/scan the location for potential SD card directories and use that to install instead?
or maybe provide a way to specify individual SD card locations?
Yeah this one became obvious only after it made contact with a lot of users. I will likely add another option in the settings menu to specify a path. I just need to wrap my head around all the uses cases that are popping up to try and cover as much ground as possible on this one.
You could copy that logic and add it to the overrides file (you can see the path in that same file), that way you can have your own custom solution that won't get clobbered by updates. This is a new concept I added recently so it might change, but it's a way to add "extensions" to extensions.
It's going to be turtles all the way down (if you know the reference).
duplicate of #37