[PlayListPlayer] Fix hint on playlist file with multiple paths
[xbmc.git] / addons / metadata.generic.albums / changelog.txt
blob70e2f2af23ae431724208de6ebc7a5d5afa1f3f0
1 v1.0.14
2 - add translations
4 v1.0.13
5 - fix missing endOfDirectory() call when returning 0 results
6 - scrape using mbalbumid only if we don't have a mbreleasegroupid
8 v1.0.12
9 - don't populate the art table, this is handled by kodi now
11 v1.0.11
12 - use our own api keys
14 v1.0.10
15 - option for less accurate results
17 v1.0.9
18 - use musicbrainz provided links to allmusic / discogs
19 - add wikipedia support
21 v1.0.8
22 - don't request info that is not used
23 - speed up scraping, improve api rate limit timing
25 v1.0.7
26 - fix crash when album type is absent or empty in the api response
27 - filter inaccurate search results from discogs
28 - filter inaccurate albumdetails from allmusic
29 - filter blank allmusic album thumb
30 - consider both score and releasedate when selecting the top release from releasegroup
32 v1.0.6
33 - improve custom scoring
34 - add support for original release date
35 - fix release date from musicbrainz
36 - use releasegroup id to fetch coverartarchive artwork
37 - only use one release from each releasegroup
38 - provide detailed search results
40 v1.0.5
41 - don't set releasetype
42 - fix types from musicbrainz
43 - add release status
45 v1.0.4
46 - catch time-outs
48 v1.0.3
49 - replace beautifulsoup with regex
51 v1.0.2
52 - replace requests with urllib
54 v1.0.1
55 - release