Merge pull request #26351 from garbear/rp-split-dma
[xbmc.git] / addons / metadata.generic.artists / changelog.txt
blobd8166a324094427fe8769174ff214742851fa656
1 v1.0.18
2 - add video links from theaudiodb
4 v1.0.17
5 - add artist cutout image support
7 v1.0.16
8 - fix extra art sorting
9 - language updates
11 v1.0.15
12 - sort extra art
13 - language updates
15 v1.0.14
16 - add translations
18 v1.0.13
19 - provide fanart as part of thumbs list
21 v1.0.12
22 - don't populate the art table, this is handled by kodi now
24 v1.0.11
25 - use our own api keys
27 v1.0.10
28 - option for less accurate results
30 v1.0.9
31 - add wikipedia support
33 v1.0.8
34 - use musicbrainz provided links to allmusic / discogs
35 - speed up scraping, improve api rate limit timing
37 v1.0.7
38 - include alias and sortname in artist search
39 - filter inaccurate search results from discogs
41 v1.0.6
42 - provide musicbrainzreleasegroupid for artist albums
44 v1.0.5
45 - add artist gender
46 - disallow 0 value born/formed/died/disbanded dates from theaudiodb
48 v1.0.4
49 - catch time-outs
51 v1.0.3
52 - replace beautifulsoup with regex
54 v1.0.2
55 - replace requests with urllib
57 v1.0.1
58 - release