The faulty code is in elisa.plugins.poblesec.music_library:AlbumsViewMode : we currently don't retrieve the artist's name. There is no artist directly associated to an album, because there can be multiple artists associated to the different tracks of an album (eg on a soundtrack), but what we could do is retrieve the artist of the first track of the album and use it for the query to Amazon, that should give us much better matches already.
There is already a FIXME in the code at the place where retrieving the artist should be done.
The faulty code is in elisa.plugins. poblesec. music_library: AlbumsViewMode : we currently don't retrieve the artist's name. There is no artist directly associated to an album, because there can be multiple artists associated to the different tracks of an album (eg on a soundtrack), but what we could do is retrieve the artist of the first track of the album and use it for the query to Amazon, that should give us much better matches already.
There is already a FIXME in the code at the place where retrieving the artist should be done.