📸📹 Collect photo and video duplicates to save your cloud storage space
Nextcloud Media Duplicate Collector application
- ♻ Detects similar and duplicate photos/videos with different resolutions, sizes and formats
- 💡 Easily saves your cloud storage space and time for sorting
- ⚙ Flexible configuration
In your Nextcloud, simply enable the MediaDC app through the Apps management and configure application dependencies on Configuration page (only for administrators). The Nextcloud MediaDC app is only included in nextcloud v21 and higher.
Read more on Wiki page
If you'd like to join, just go through the issues list and fix some!
To start working on frontend follow this steps:
- ☁ Clone this into your
apps
folder of your Nextcloud. - 👩💻 In a terminal, run the command
make dev-setup
to install the dependencies. - 🏗 Then to build the frontend application run
make build-js
(builds Vue application in production mode), or watch changes with:make watch-js
(in development mode). - ✅ Enable the app through the app management of your Nextcloud.
- 💻 Fix easily linting issues with
npm run lint:fix
.