blob: ad99a7687c57167ae698929a573300a9453de5e5 (
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
|
[B]3.0.2[/B]
- fixed: imdb IDs not properly handled
[B]3.0.1[/B]
- changed: also fallback to original_title to make sure a valid title gets scraped
[B]3.0.0[/B]
- major rewrite: utilize TMDb API v3, scraping set information, prioritize posters on the selected language
[B]2.0.1[/B]
- fixed: imdb url nfo not resolving tmdb id
[B]2.0.0[/B]
- complete rewrite to use the json api
[B]1.4.5[/B]
- added: support for IMDb.xx support for NFO scraping
[B]1.4.4[/B]
- fixed: actor thumb scraping was broken due to API changes
[B]1.4.3[/B]
- fixed: use imdb ID from nfo
- changed: scrape only one studio
[B]1.4.2[/B]
- fixed: url/mixed nfo scraping
[B]1.4.1[/B]
- fixed: IMDb rating after site change
[B]1.4.0[/B]
- added: trailer scraping from TMDB via youtube plugin
[B]1.3.1[/B]
- fixed: added year to search string properly
[B]1.3.0[/B]
- added: year to search string
[B]1.2.5[/B]
- fixed: mpaa is returning string 'Rated' if there is no rating on tmdb
[B]1.2.4[/B]
- fixed: not scraping artwork for movies without IMDb id
[B]1.2.3[/B]
- fixed: can't get full search results list when some have <released> message and some haven't
[B]1.2.2[/B]
- fixed: real fix for hd-trailers.net
[B]1.2.1[/B]
- fixed: trailer scraping from hd-trailers.net
[B]1.2.0[/B]
- Added option to scrape rating from IMDb
[B]1.1.6[/B]
- Fix rating images to show up on default skins
[B]1.1.5[/B]
- Fix decimal separator
[B]1.1.4[/B]
- Support for <alternative_name> and <original_name> in searches
[B]1.1.3[/B]
- fixed missing imdb id (#2)
[B]1.1.2[/B]
- fixed missing imdb id
[B]1.1.1[/B]
- no writers due to API changes
[B]1.1.0[/B]
- added multi-language support
[B]1.0.11[/B]
- added Polish translation
[B]1.0.9[/B]
- translation cosmetics
[B]1.0.8[/B]
- changed hdtrailers.net version dependency
[B]1.0.7[/B]
- final fix for nfourl scraping issue
[B]1.0.6[/B]
- fixed nfourl scraping issue
[B]1.0.5[/B]
- switch tmdb scraper to chain tmdb scraper library functions
[B]1.0.4[/B]
- replace dtrailer.com with HD-Trailers.net for trailer scraping
[B]1.0.3[/B]
- scraper library interfaces changed. no functional changes
[B]1.0.2[/B]
- scraper might fetch wrong studio, genre and country values
- no search results in case the release date is missing
[B]1.0.1[/B]
- various fixes after api change
[B]1.0.0[/B]
- Initial import into addons repository
|