phpbg / easysync

Synchronize your android phone/tablet with your DAV server, the easy way.
MIT License
105 stars 6 forks source link

Add documents folder to sync options #42

Open conceptionist opened 1 month ago

conceptionist commented 1 month ago

It would be great if other folders for typical user data could be added to the sync folder toggles' list.

But can you give me more real life examples of other folders you would include/exclude? (your question in issue #3) At least everything in "documents" (including sub-folders). I understand that often, apps do not follow conventions in where they place their data, and to allow any folder seems an option too challanging - But all standard data folders are in the list, for audio, image, or video, even ringtones, notifications - while documents a s a "catch-most" for docs, pdfs, backups, etc. is not. I would rather place sub-folders for sync data there than in the folder for temporary "downloads".

phpbg commented 3 weeks ago

Hi, this is an interesting feature, but not so easy to implement. Indeed we rely on android media store API, which provide easy media files management, but is not very convenient for "other" files, such as documents...