diff --git a/Custom-Lists.md b/Custom-Lists.md new file mode 100644 index 0000000..a0422a2 --- /dev/null +++ b/Custom-Lists.md @@ -0,0 +1,21 @@ +The Custom Lists feature in sonarr gives developers the possiblity to create APIs that output lists for sonarr to import. + +As an example, the content of the list that sonarr gets from the given URL should look something like this: + +```json +[ + { + "tvdbId": "12345" + }, + { + "tvdbId": "67890" + }, + { + "tvdbId": "74185" + }, + { + "tvdbId": "36985" + } +] + +``` \ No newline at end of file