-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #26 from andrey18106/dev
MediaDC v0.1.7
- Loading branch information
Showing
25 changed files
with
360 additions
and
204 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,9 @@ | |
<summary>Nextcloud Media Duplicate Collector application</summary> | ||
<description> | ||
<![CDATA[ | ||
**Python 3.6.8 or higher required** | ||
This app allows to find duplicate or similar 📸📹 photos and videos | ||
* **Many image formats supported** Jpeg, png, tiff, bmp, gif, heic/hif, cr2 and others. | ||
* **Large amount of supported video formats** All that is supported by ffmpeg. | ||
|
@@ -17,7 +20,7 @@ This app allows to find duplicate or similar 📸📹 photos and videos | |
Quick start guide and further information in our [Wiki](https://github.com/andrey18106/mediadc/wiki). | ||
]]> | ||
</description> | ||
<version>0.1.6</version> | ||
<version>0.1.7</version> | ||
<licence>agpl</licence> | ||
<author mail="[email protected]" homepage="https://github.com/andrey18106">Andrey Borysenko</author> | ||
<author mail="[email protected]" homepage="https://github.com/bigcat88">Alexander Piskun</author> | ||
|
@@ -36,11 +39,11 @@ Quick start guide and further information in our [Wiki](https://github.com/andre | |
<screenshot>https://raw.githubusercontent.com/andrey18106/mediadc/main/screenshots/admin-config.png</screenshot> | ||
<dependencies> | ||
<nextcloud min-version="21" max-version="22" /> | ||
<php min-version="7.4" /> | ||
<python min-version="3.6.8" /> | ||
<php min-version="7.3" /> | ||
</dependencies> | ||
<settings> | ||
<admin>OCA\MediaDC\Settings\AdminSettings</admin> | ||
<admin-section>OCA\MediaDC\Settings\AdminSection</admin-section> | ||
</settings> | ||
<repair-steps> | ||
<install> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
<?php | ||
/** | ||
* @copyright 2021 Andrey Borysenko <[email protected]> | ||
* | ||
* @copyright 2021 Alexander Piskun <[email protected]> | ||
* | ||
* @author Andrey Borysenko <[email protected]> | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,7 @@ | |
*/ | ||
|
||
/*! | ||
* vue-router v3.5.2 | ||
* vue-router v3.5.3 | ||
* (c) 2021 Evan You | ||
* @license MIT | ||
*/ | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.