PhotoBackup / client-android

The Android PhotoBackup client, made to free your pictures from your device
https://photobackup.github.io/
GNU General Public License v2.0
48 stars 15 forks source link

Choose what folder to search pictures? #7

Closed Mistress-Anna closed 9 years ago

Mistress-Anna commented 9 years ago

It could be nice if there was an option to specify in which folder should picture files be looked for upload

stephanepechard commented 9 years ago

That could be handful, but it is not something easy to do, both technically and ergonomically.

Technically, PhotoBackup relies on the underlying MediaStore library, that does not know any particular folders but consider pictures on the whole disk storage. Introducing folder considerations would add a layer of complexity that is not easy to maintain.

Ergonomically, adding, removing, handling a list of folders to be looked for upload would break the simplicity of the current interface. A good thinking of it is necessary before doing it.

At this moment, it is a feature that is not planned to be done. It may change in the future though. Sorry.

zealot128 commented 8 years ago

I think it would be interesting, as now, PhotoBackup will upload all pictures people send to me with various messengers like WhatsApp. So my uploaded folder is spammed with "funny pics" and stuff like this :)

Maybe a simple Radio button setting, like the WiFi, will suffice? (e.g. "Only upload photos from camera", "Upload all pictures on that device")

I will try to dig into the MediaStore!