summaryrefslogtreecommitdiffstats
path: root/webdownloader.h
Commit message (Collapse)AuthorAgeFilesLines
* Change 0 as init value for pointers to nullptrArno2018-07-301-1/+1
| | | | No functional changes, just because QtCreator says so :)
* Improve Musicbrainz searchArno2017-12-011-2/+0
| | | | | If we already have the album, use the release year from the database and indicate presence by different bullets in the list.
* Improve Musicbrainz-SearchArno2017-12-011-2/+3
| | | | | | Filter out Live albums and compilations. Sort the resulting album list by release year. Unfortunately, musicbrainz does not always agree with the release year from the file metadata :(
* Improve MusicBrainz searchArno2017-07-071-0/+2
| | | | | Don't display crap when we don't have a match. Show alternative artists instead, or nothing...
* Improve display of MusicBrainz resultArno2017-07-061-0/+2
| | | | | Don't show the release-group id, add links for the artist and the album instead.
* Improved MusicBrainz lookupArno2017-07-061-0/+2
| | | | | Only show official albums and compilations, no bootlegs. Wow, lambdas are so cool. Now std::predicates are finally useful!
* Implemented MusicBrainz lookupArno2017-07-061-0/+32
Wow, what a convoluted api, to say the least... They have documentation, which is good, but the query syntax definitely needs more explaining, foremost how to encode non-ASCII characters and names with whitspaces... Well, it kinda works, but the Other Albums sections can be waaaaay off...