blob: 13cfdae7b4eba2757b8f7309d0574a472d42067c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
This is a "plugin" for the Video Disk Recorder (VDR).
Written by: Timo Eskola <timo@tolleri.net>
Project's homepage: http://www.tolleri.net/vdr
Latest version available at: http://www.tolleri.net/vdr
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
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.
|