From 2769fb304faf240f2be085f87ca7067bbd4c5824 Mon Sep 17 00:00:00 2001 From: Timo Eskola Date: Tue, 8 Sep 2015 10:16:20 +0300 Subject: Version 0.0.3: - Improved comparison algorithm. - Added German translations provided by flex0r. --- README | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'README') diff --git a/README b/README index a3dcbf1..13cfdae 100644 --- a/README +++ b/README @@ -15,3 +15,20 @@ See the file COPYING for more information. Description: Shows duplicate recordings. + +Detection method: + +The detection method is based on recording information. + +Recordings without a description or a short description are not +included in the comparison and are shown at the botton of the +duplicate recordings list. + +Recorings are not considered duplicate if shorter title in not +included in the other title. '@' and '%' characters are removed +in front of the title before the comparison. + +The short description and the description are concatenated to a +string. Spaces and '|' characters are removed from the string. +Recordings are considered duplicate if the shorter string is +included in the other string. -- cgit v1.2.3