5 - fix missing endOfDirectory() call when returning 0 results
6 - scrape using mbalbumid only if we don't have a mbreleasegroupid
9 - don't populate the art table, this is handled by kodi now
12 - use our own api keys
15 - option for less accurate results
18 - use musicbrainz provided links to allmusic / discogs
19 - add wikipedia support
22 - don't request info that is not used
23 - speed up scraping, improve api rate limit timing
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
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
41 - don't set releasetype
42 - fix types from musicbrainz
49 - replace beautifulsoup with regex
52 - replace requests with urllib