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?

  • shrugal@lemm.ee
    ·
    edit-2
    8 months ago

    A JSON array that looks like this:

    [
        {"MusicBrainzId": <id>},
        {"MusicBrainzId": <id>},
        {"MusicBrainzId": <id>},
        ...
    ]
    

    I use it to fetch my Last.fm and ListenBrainz recommendations for example.