nextcloud/android
GitHub で見るMediaQuery: use "where" clause to exclude nextcloud folder
Open
#1,397 opened on 2017年8月22日
enhancementfeature: auto uploadhacktoberfesthotspot: media scannertechnical debt
Repository metrics
- Stars
- (3,752 stars)
- PR merge metrics
- (平均マージ 8d 15h) (30d で 84 merged PRs)
説明
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 ;-)