Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
e3rd committed Jan 15, 2025
1 parent ba41f1a commit 3c7e7cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion deduplidog/deduplidog.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ class Media:

media_magic: bool = False
""" Media files similarity detection.
Nor the size or date is compared for files with media suffixes.
Neither the size, date nor suffix is compared for files with media suffixes.
A video is considered a duplicate if it has the same name and a similar number of frames, even if it has a different extension.
An image is considered a duplicate if it has the same name and a similar image hash, even if the files are of different sizes.
(This mode is considerably slower.)
Expand Down
9 changes: 3 additions & 6 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
<p align="center"><b>Deduplidog</b> – Deduplicator that covers your back.</p>
<p align="center">
<img src="./asset/logo.jpg" />
</p>

[![Build Status](https://github.com/CZ-NIC/deduplidog/actions/workflows/run-unittest.yml/badge.svg)](https://github.com/CZ-NIC/deduplidog/actions)
# Deduplidog [![Build Status](https://github.com/CZ-NIC/deduplidog/actions/workflows/run-unittest.yml/badge.svg)](https://github.com/CZ-NIC/deduplidog/actions)
<img align="right" src="./asset/logo.jpg" />

A deduplicator that covers your back.

- [About](#about)
* [What are the use cases?](#what-are-the-use-cases)
Expand Down

0 comments on commit 3c7e7cd

Please sign in to comment.