diff options
author | Timo Eskola <timo@tolleri.net> | 2015-09-08 10:16:20 +0300 |
---|---|---|
committer | Timo Eskola <timo@tolleri.net> | 2015-09-08 10:16:20 +0300 |
commit | 2769fb304faf240f2be085f87ca7067bbd4c5824 (patch) | |
tree | c78cf22ecb587e0ca63567906b72a8cd0378f1dd /README | |
parent | 5dbd7f50b1466e6628663a100f39cdda32b5e412 (diff) | |
download | vdr-plugin-duplicates-2769fb304faf240f2be085f87ca7067bbd4c5824.tar.gz vdr-plugin-duplicates-2769fb304faf240f2be085f87ca7067bbd4c5824.tar.bz2 |
Version 0.0.3:
- Improved comparison algorithm.
- Added German translations provided by flex0r.
Diffstat (limited to 'README')
-rw-r--r-- | README | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -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. |