Skip to content

Return Multiple Results from AcoustID Plugin

Sumaid requested to merge Sumaid/grilo-plugins:acoustid into master

Part of GSoC Project

Before the logic was to return the recording with most sources. Now, we need to return multiple results. We need to retrieve first release belonging to each release group of each recording which matched with the given chromaprint.

Each chromaprint can get matched with multiple recordings and each recording can belong to many different release groups. Now each release group can have many releases, but releases within a release group only differ in track_count, dates or release country, so this difference between releases is not useful for a single song. Hence we can pick any release ( In this MR, first release ).

Query Operation is being used instead of Browse Operation

#51 (closed)

Edited by Sumaid

Merge request reports