nextcloud/android
Auf GitHub ansehenMediaQuery: use "where" clause to exclude nextcloud folder
Open
#1.397 geöffnet am 22. Aug. 2017
enhancementfeature: auto uploadhacktoberfesthotspot: media scannertechnical debt
Repository-Metriken
- Stars
- (3.752 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 8T 15h) (84 gemergte PRs in 30 T)
Beschreibung
Try to use something like "not like '%nextcloud%'" to exclude nextcloud folders while scanning for avilable auto upload folders. This should be better than the current implementation where we get a list of all possible images and filter them afterwards.
As discussed with @AndyScherzinger on the train ;-)