blob: ff217dd3b2f8992998ba14145ae9cb106950daba (
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
|
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 if it is not scraped already
|