blob: 63196789f7d60a9f92ddfa58b1327d95268b2948 (
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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
|
[B]3.7.3[/B]
- updated language files from Transifex
[B]3.7.2[/B]
- updated language files from Transifex
[B]3.7.1[/B]
- updated language files from Transifex
[B]3.7.0[/B]
- updated: out factored studio and country scraping to common library
[B]3.6.1[/B]
- updated: Scraper name
[B]3.6.0[/B]
- updated: out factored tagline scraping to common library
[B]3.5.0[/B]
- added: aspect tag and reorder languages according to the alphabet
[B]3.4.1[/B]
- updated chinese translation
[B]3.4.0[/B]
- added: prefer trailer language according to the selected language
[B]3.3.0[/B]
- updated: improve CreateSearchUrl according to TMDb API changes
[B]3.2.0[/B]
- fixed: keep Originaltitle
- fixed: &'s needs double escaping
- added: option to scrape certification from selected country
[B]3.1.0[/B]
- updated: factored out title scraping to common library
[B]3.0.9[/B]
- fixed: missing language parameter name in NfoUrl
[B]3.0.8[/B]
- fixed: movies without release date won't find
[B]3.0.7[/B]
- fixed: keep originaltitle; IMDb ID; remove TMDb title fallback, because it became obsolate
[B]3.0.6[/B]
- updated chinese translation
[B]3.0.5[/B]
- reverted latest change
[B]3.0.4[/B]
- added: option to not scrape sets
[B]3.0.3[/B]
- fixed: plot outline includes trash on some movies
[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
|