-
-
Notifications
You must be signed in to change notification settings - Fork 7
Home
Nextcloud Media Duplicate Collector application
📸📹 Collect photo and video duplicates to save your cloud storage space
- ♻️ Detects similar and duplicate photos/videos with different resolutions, sizes and formats
- ⌚ Schedule duplicates collection
- 💡 Easily saves your cloud storage space and time for sorting
To install MediaDC application just download and enable it from Nextcloud Apps store. After that you need to press install button for auto install python module dependencies on Configuration page, that appears on first installation (only for administrator). On some systems, additional steps are needed. Look at Auto Install FAQ.
Name | Version |
---|---|
PHP | ^7.4 |
Python | ^3.6.8 |
Nextcloud | ^21 |
On the Tasks page you can see the form for creating a new Collector Task. If task successfully created you will see an appropriate notification and a new task in the list next to the form.
# | Need | Description |
---|---|---|
1 | required | Choose target directories (where to search duplicates) |
2 | optional | Choose directories to exclude (which shouldn't be scanned) |
3 | optional | Choose custom exclude mask (if excluding certain directories doesn't fit your requirements) |
4 | optional | Choose target mime type (photo [default], video, or photo and video) |
5 | optional | Choose similarity threshold (if default doesn't fit your requirements) |
Frequently asked questions: FAQ
For install python dependencies with hands visit: Manual Install
To read more about python requirements part and understand what happens install process: Install Overview
If your problem is not listed in any previous links, please report it: Report Issue
To read more about what to expect next and future ideas for project, visit: Whats next
We always happy to hear about new ideas, proposals and pull requests.
Version 0.1.1 (26 September 2021)
-
Fixed description, changelog, screenshots.
-
Fixed not working Viewer of image/video on Nextcloud 22 version.
Version 0.1.0 (24 September 2021)
- First release.