-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add further media types to auto upload #797
Conversation
Hi @AndyScherzinger. First of all nice work. a) Any specific questions? |
Thanks for the feedback @mario than I know how to proceed.
After that maybe one of you two can then work with the folder type for images and video so no videos get uploaded for an image folder and vice versa. Fine with you @mario @tobiasKaminsky? |
@AndyScherzinger I'm unsure if that's desirable - I would just upload whatever ends up being in the folder. But you tell me what you prefer cc @tobiasKaminsky Update: ignore me, is too late xD |
I am also fine either way it is just that people asked for the separation of images and video. If we don't want to do this then I need to merge folders like camera, since it shows up twice since it is found in both media stores |
Yea, I was silly - just ignore me as I said :D Is late and I have a headache. |
So not an issue we just need to decide it. If we split it than it'll work like before since probably only camera folders put both into one directory.. |
Like in your screenshot seems fine. |
The only drawback I currently see is, that an user (like m) who wants to have video and images uploaded in the same directory, both on wifi only, have to set it up twice... I fear that this will only satisfy few users and the rest is still "complaining". So we should (at least plan) a broader approach as now audio and non-media-files are missing, and we do not have a file sized rule. |
I would maybe ignore audio anyway, and just go for "Photos", "Videos" and "Others" type, where custom folders would only have "Others", and upload everything. |
77e2e09
to
3ba165a
Compare
5a19877
to
c0d7102
Compare
@tobiasKaminsky This is the PR we were talking about which might (at some point) implement the custom folders depending on my time (or anyone else`s) |
be53dea
to
913c3fc
Compare
0d11844
to
e0f5913
Compare
@AndyScherzinger so ... list of tasks? :D |
1fb8012
to
d10f981
Compare
All requested changes done
…ers/FileOperationsHelper.java:179: Must be one or more of: ...
…can only be called from within the same library group (groupId=com.android.support)
👍 code fine by me, latest CR fixes done myself and also tested the update routine for the DB
@tobiasKaminsky awaiting your final approval :) |
👍 code fine by me, latest CR fixes done myself and also tested the update routine for the DB
@mario awaiting your final approval :) |
@mario @tobiasKaminsky please wait until drone completes before hitting merge! Having this PR with all checks turned green would be awesome!!! |
@mario @tobiasKaminsky nevermind :/ Tobias' lint fixes will trigger a bot push and thus another change rendering all approval obsolete... So whenever drone is done with the 2 rounds, let's merge... ;) |
@AndyScherzinger so you will merge that other PR in here? |
No, I'll merge now! |
Hurray 🎉 🎉 🎉 🎉 🎉 🎉 |
Many thanks guys! |
as discussed in #285 and numerous other issues, this PR adds further media types to the auto upload screen, starting with videos. For now video and images are split and shown twice for folders contain both e.g. the camera folder. We could also merge them into one (if we want that which is subject to discussion).
Audio is also on the agenda but I would leave it out for now until it is clear how to implement this. The reason for that is that we are querying the media store and then display all folders that contain images (and are visible to the media store, as-in indexed). So for music in case each album has it's won folder we would display all those folders which might be a lot while it does makes sense do handle it this way for video and images...
here is a screenshot of the work in progress and btw thumbnail generation and caching has been extended for video. If a format can't be read or the file is somehow corrupt we just show the standard icon:
OPEN ISSUES