blob: d69b584836723d1de1325588b7b8d9fcd4bb4986 (
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
|
VDR Plugin 'tvscraper' Revision History
----------------------------------------
2013-07-26: Version 0.0.1
- Initial revision.
2013-08-24: Version 0.0.2
- renamed plugin to "tvscraper"
- removed unnecessary string in ScrapRecordings
- Correctly escaped select statements with movie
or series titles
- adapted detection of series/movies: duration of
series has to be between 10 and 75 minutes, movies
have to be longer than 75 minutes
Version 0.0.3
- Implemented cache so that an already looked up
series or movie will not be looked up again
- Removed quotation marks around search strings
Version 0.0.4
- Scrap a running recording also if the corresponding
channel was not scraped already
- do some more sophisticated search for recordings
first replace all "-" with " " in rec title
second remove everything behind "-" in rec title
|