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