cloud-py-api / mediadc

Nextcloud Media Duplicate Collector application
https://apps.nextcloud.com/apps/mediadc
GNU Affero General Public License v3.0
95 stars 8 forks source link

Request for .nomedia/.noimage for exclusion #61

Closed GrumpyMeow closed 2 years ago

GrumpyMeow commented 2 years ago

Description In Nextcloud it is possible to put a specific named file (.nomedia or .noimage) in a folder to exclude it from the photos-app. It would be nice to align mediadc with this functionality and thus exclude these folders.

bigcat88 commented 2 years ago

python part with this commit will ignore all files in directories where .nomedia or .noimage present and they will not be counted as processed. Sub directories will not be ignored.

andrey18106 commented 2 years ago

Added in MediaDC 0.1.10. Closing.