1218 Adding acousticbrainz support for smart playlist

Closed petitminion requested to merge petitminion/funkwhale:1218-smartplaylist_backend into develop

Add Acousticbrainz support for smart playlist. Can be implemented in various ways in the frontend but it will need some update. related to #1218 . You can test it by changing similar_history to similar_mbid in PlayButton.vue add launching a song radio

image

I'm using regex to query the db with a list of all similar mbid. I'm not sure if this is the most efficient way to do this.

Edited by petitminion

Merge request reports