Under Settings > Import List > Advanced List, there’s an option to provide a List URL for a Custom List. What format would that need to be in?
Under Settings > Import List > Advanced List, there’s an option to provide a List URL for a Custom List. What format would that need to be in?
A JSON array that looks like this:
[ {"MusicBrainzId": }, {"MusicBrainzId": }, {"MusicBrainzId": }, ... ]
I use it to fetch my Last.fm and ListenBrainz recommendations for example.
Thank you!