Format of Import List (Custom List)

Sonarr version (exact version): 4.0.0.471
Mono version (if Sonarr is not running on Windows):N/A
OS: Debian GNU/Linux 11 (bullseye)
Debug logs:
Description of issue:

What format should the custom list use? I imitated Radarr and created a json file for import. But Sonarr can’t import episodes through it.
Its contents are as follows:

[
    {
        "title": "The Witcher",
        "imdb_id": "tt5180504",
        "poster_url": "https://m.media-amazon.com/images/M/MV5BMDEwOWVlY2EtMWI0ZC00OWVmLWJmZGItYTk3YjYzN2Y0YmFkXkEyXkFqcGdeQXVyMTUzMTg2ODkz._V1_UX128_CR0,3,128,176_AL_.jpg"
    }
]

The settings of Sonarr are shown in the figure below:

Some digging in the code > commit history > comment on the pull request:
custom list format

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.