nextcloud/android
View on GitHubMediaQuery: use "where" clause to exclude nextcloud folder
Open
#1,397 opened on Aug 22, 2017
enhancementfeature: auto uploadhacktoberfesthotspot: media scannertechnical debt
Repository metrics
- Stars
- (3,752 stars)
- PR merge metrics
- (Avg merge 8d 15h) (84 merged PRs in 30d)
Description
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 ;-)