Merge pull request #1925 from arnova/picture_thumb_fixes
[vuplus_xbmc] / addons / metadata.themoviedb.org / changelog.txt
1 [B]3.7.0[/B]
2 - updated: out factored studio and country scraping to common library
3
4 [B]3.6.1[/B]
5 - updated: Scraper name
6
7 [B]3.6.0[/B]
8 - updated: out factored tagline scraping to common library
9
10 [B]3.5.0[/B]
11 - added: aspect tag and reorder languages according to the alphabet
12
13 [B]3.4.1[/B]
14 - updated chinese translation
15
16 [B]3.4.0[/B]
17 - added: prefer trailer language according to the selected language
18
19 [B]3.3.0[/B]
20 - updated: improve CreateSearchUrl according to TMDb API changes
21
22 [B]3.2.0[/B]
23 - fixed: keep Originaltitle
24 - fixed: &'s needs double escaping
25 - added: option to scrape certification from selected country
26
27 [B]3.1.0[/B]
28 - updated: factored out title scraping to common library
29
30 [B]3.0.9[/B]
31 - fixed: missing language parameter name in NfoUrl
32
33 [B]3.0.8[/B]
34 - fixed: movies without release date won't find
35
36 [B]3.0.7[/B]
37 - fixed: keep originaltitle; IMDb ID; remove TMDb title fallback, because it became obsolate
38
39 [B]3.0.6[/B]
40 - updated chinese translation
41
42 [B]3.0.5[/B]
43 - reverted latest change
44
45 [B]3.0.4[/B]
46 - added: option to not scrape sets
47
48 [B]3.0.3[/B]
49 - fixed: plot outline includes trash on some movies
50
51 [B]3.0.2[/B]
52 - fixed: imdb IDs not properly handled
53
54 [B]3.0.1[/B]
55 - changed: also fallback to original_title to make sure a valid title gets scraped
56
57 [B]3.0.0[/B]
58 - major rewrite: utilize TMDb API v3, scraping set information, prioritize posters on the selected language
59
60 [B]2.0.1[/B]
61 - fixed: imdb url nfo not resolving tmdb id
62
63 [B]2.0.0[/B]
64 - complete rewrite to use the json api
65
66 [B]1.4.5[/B]
67 - added: support for IMDb.xx support for NFO scraping
68
69 [B]1.4.4[/B]
70 - fixed: actor thumb scraping was broken due to API changes
71
72 [B]1.4.3[/B]
73 - fixed: use imdb ID from nfo
74 - changed: scrape only one studio
75
76 [B]1.4.2[/B]
77 - fixed: url/mixed nfo scraping
78
79 [B]1.4.1[/B]
80 - fixed: IMDb rating after site change 
81
82 [B]1.4.0[/B]
83 - added: trailer scraping from TMDB via youtube plugin
84
85 [B]1.3.1[/B]
86 - fixed: added year to search string properly
87
88 [B]1.3.0[/B]
89 - added: year to search string
90
91 [B]1.2.5[/B]
92 - fixed: mpaa is returning string 'Rated' if there is no rating on tmdb
93
94 [B]1.2.4[/B]
95 - fixed: not scraping artwork for movies without IMDb id
96
97 [B]1.2.3[/B]
98 - fixed: can't get full search results list when some have <released> message and some haven't
99
100 [B]1.2.2[/B]
101 - fixed: real fix for hd-trailers.net
102
103 [B]1.2.1[/B]
104 - fixed: trailer scraping from hd-trailers.net
105
106 [B]1.2.0[/B]
107 - Added option to scrape rating from IMDb
108
109 [B]1.1.6[/B]
110 - Fix rating images to show up on default skins
111
112 [B]1.1.5[/B]
113 - Fix decimal separator
114
115 [B]1.1.4[/B]
116 - Support for <alternative_name> and <original_name> in searches
117
118 [B]1.1.3[/B]
119 - fixed missing imdb id (#2)
120
121 [B]1.1.2[/B]
122 - fixed missing imdb id
123
124 [B]1.1.1[/B]
125 - no writers due to API changes
126
127 [B]1.1.0[/B]
128 - added multi-language support
129
130 [B]1.0.11[/B]
131 - added Polish translation
132
133 [B]1.0.9[/B]
134 - translation cosmetics
135
136 [B]1.0.8[/B]
137 - changed hdtrailers.net version dependency
138
139 [B]1.0.7[/B]
140 - final fix for nfourl scraping issue
141
142 [B]1.0.6[/B]
143 - fixed nfourl scraping issue
144
145 [B]1.0.5[/B]
146 - switch tmdb scraper to chain tmdb scraper library functions
147
148 [B]1.0.4[/B]
149 - replace dtrailer.com with HD-Trailers.net for trailer scraping
150
151 [B]1.0.3[/B]
152 - scraper library interfaces changed. no functional changes
153
154 [B]1.0.2[/B]
155
156 - scraper might fetch wrong studio, genre and country values
157 - no search results in case the release date is missing
158
159 [B]1.0.1[/B]
160
161 - various fixes after api change
162
163 [B]1.0.0[/B]
164
165 - Initial import into addons repository