mattttvaughn / chronicle

GNU General Public License v3.0
216 stars 58 forks source link

Feature Request: change download location #49

Closed kilmerc closed 2 years ago

kilmerc commented 2 years ago

Right now when I click download location it just shows me where they are located, but I would like the ability to direct to a different directory. Thanks for all your efforts!

mattttvaughn commented 2 years ago

This brings us into the tricky Android issues world. Currently the app doesn't have to wrangle with permissions issues by storing downloaded files in a directory specifically created for it (this works for internal storage, but also weird storage like SD cards).

We'd have to start jumping through hoops of perrmissions, revoked permissions, and Android 10+s whack new file access.

There's also a whole can of worms re: downloaded files being named by internal ID

Tbh I'm probably not planning on adding anything like this anytime soon, just given the low RoI I'd expect from it

kilmerc commented 2 years ago

That does sound complex. Thanks for the detailed response!

mattttvaughn commented 2 years ago

Closing for now. Open to revisiting this in the future, but RoI pretty low at this point