From 3c7e7cdaabdd09767637d846782f598ed3708276 Mon Sep 17 00:00:00 2001 From: Edvard Rejthar Date: Wed, 15 Jan 2025 18:48:13 +0100 Subject: [PATCH] readme --- deduplidog/deduplidog.py | 2 +- docs/index.md | 9 +++------ 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/deduplidog/deduplidog.py b/deduplidog/deduplidog.py index 29bb85b..e0d5ef2 100644 --- a/deduplidog/deduplidog.py +++ b/deduplidog/deduplidog.py @@ -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.) diff --git a/docs/index.md b/docs/index.md index b6feba7..cc38986 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,10 +1,7 @@ -

Deduplidog – Deduplicator that covers your back.

-

- -

- -[![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) + +A deduplicator that covers your back. - [About](#about) * [What are the use cases?](#what-are-the-use-cases)