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