-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# iCloud Duplicate Remover | ||
Simple .NET utility to remove "Live Photos" (.MOV files containing few seconds before and after the photo) from an imported iCloud library. | ||
|
||
<p align="center"> | ||
<img src="https://i.imgur.com/wJDRDVB.png" width="*" title=":)"> | ||
</p> | ||
|
||
# Usage | ||
Browse into a folder (e.g. C:\Images\iCloud\Downloads), if needed disable subfolder scanning by selecting `Root folder only`, and click `Remove`. | ||
|
||
Movies are deleted **permanently**! As of now application does not support excluding selected files. | ||
|
||
# Todo | ||
- Excluding files | ||
- Linux support | ||
|
||
# Dependencies: | ||
- .NET 5.0+ | ||
- Ookii.Dialogs (included) |