Skip to content
This repository was archived by the owner on Oct 13, 2025. It is now read-only.

Commit b2bd716

Browse files
authored
Merge pull request #8 from andrey18106/dev
Merge dev into main. MediaDC v0.1.1
2 parents 9090c51 + 5a75d6a commit b2bd716

19 files changed

+2592
-3195
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.1.1 - 2021-09-26]
6+
7+
### Added
8+
9+
### Changed
10+
11+
### Fixed
12+
13+
- Fixed opening photo&video via Viewer in Nextcloud 21, 22
14+
515
## [0.1.0 - 2021-09-23]
616

717
### Added

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
**📸📹 Collect photo and video duplicates to save your cloud storage space**
77

8-
![Home page](/screenshots/screenshot.png)
9-
![Home page](/screenshots/screenshot2.png)
8+
![Home page](/screenshots/task-managment.png)
9+
![Home page](/screenshots/task-results.png)
1010
Nextcloud Media Duplicate Collector application
1111

1212
## Why is this so awesome?

appinfo/info.xml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,18 @@
44
<id>mediadc</id>
55
<name>MediaDC</name>
66
<summary>Nextcloud Media Duplicate Collector application</summary>
7-
<description><![CDATA[This app allows to find duplicate or similar 📸📹 photos and videos
8-
7+
<description>
8+
<![CDATA[
9+
This app allows to find duplicate or similar 📸📹 photos and videos
910
* **Large amount of supporting image formats** Jpeg, png, tiff, bmp, gif, heic/hif and others…
1011
* **Large amount of supported video formats** All that is supported by ffmpeg...
1112
* **Flexible task config** Set your precision level for comparing, choose algo that suits for you most.
1213
* **Quick rescan** Once file was scanned, hash from it will be saved, and no need to load file data for other scans.
1314
* **Works with External Storages** [in progress] Easy find duplicates between different Nextcloud instances.
1415
* **Save your time and cloud space** The title says all...
1516
Quick start guide and further information in our [Wiki](https://github.com/andrey18106/mediadc/wiki).
16-
]]></description>
17+
]]>
18+
</description>
1719
<version>0.1.1</version>
1820
<licence>agpl</licence>
1921
<author mail="[email protected]" homepage="https://github.com/andrey18106">Andrey Borysenko</author>
@@ -27,10 +29,10 @@ Quick start guide and further information in our [Wiki](https://github.com/andre
2729
<website>https://github.com/andrey18106/mediadc</website>
2830
<bugs>https://github.com/andrey18106/mediadc/issues</bugs>
2931
<repository type="git">https://github.com/andrey18106/mediadc.git</repository>
30-
<screenshot>https://raw.githubusercontent.com/andrey18106/mediadc/6e1a0590936da4c988ccf10101c13bfa6d1f0866/screenshots/screenshot.png</screenshot>
31-
<screenshot>https://raw.githubusercontent.com/andrey18106/mediadc/6e1a0590936da4c988ccf10101c13bfa6d1f0866/screenshots/screenshot.png</screenshot>
32-
<screenshot>https://raw.githubusercontent.com/andrey18106/mediadc/6e1a0590936da4c988ccf10101c13bfa6d1f0866/screenshots/screenshot.png</screenshot>
33-
<screenshot>https://raw.githubusercontent.com/andrey18106/mediadc/6e1a0590936da4c988ccf10101c13bfa6d1f0866/screenshots/screenshot.png</screenshot>
32+
<screenshot>https://raw.githubusercontent.com/andrey18106/mediadc/main/screenshots/task-managment.png</screenshot>
33+
<screenshot>https://raw.githubusercontent.com/andrey18106/mediadc/main/screenshots/task-results.png</screenshot>
34+
<screenshot>https://raw.githubusercontent.com/andrey18106/mediadc/main/screenshots/install-view.png</screenshot>
35+
<screenshot>https://raw.githubusercontent.com/andrey18106/mediadc/main/screenshots/admin-config.png</screenshot>
3436
<dependencies>
3537
<nextcloud min-version="21" max-version="22" />
3638
<python min-version="3.6.8" />
@@ -42,9 +44,6 @@ Quick start guide and further information in our [Wiki](https://github.com/andre
4244
<install>
4345
<step>OCA\MediaDC\Migration\AppDataInitializationStep</step>
4446
</install>
45-
<!-- <uninstall>
46-
<step>OCA\MediaDC\Migration\AppDataCleanupStep</step>
47-
</uninstall> -->
4847
<pre-migration>
4948
<step>OCA\MediaDC\Migration\AppUpdateStep</step>
5049
</pre-migration>

js/mediadc-dashboard.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/mediadc-dashboard.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/mediadc-main.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/mediadc-main.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/mediadc-node_modules_moment_locale_sync_recursive_-src_views_Collector_vue.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/mediadc-node_modules_moment_locale_sync_recursive_-src_views_Collector_vue.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/mediadc-settings.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)