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