Servarr / Wiki

319 stars 58 forks source link

Add documentation for JSON/RSS formats #209

Open denizdogan opened 1 year ago

denizdogan commented 1 year ago

Originally reported here: https://github.com/Radarr/Radarr/issues/8370

There's literally no documentation at all for custom JSON/RSS formats as far as I've been able to find.

mynameisbogdan commented 1 year ago

@denizdogan can you try these examples for me?

For Steven Lu:

[
    {
        "title": "Weird: The Al Yankovic Story",
        "imdb_id": "tt17076046"
    },
    {
        "title": "Ant-Man and the Wasp: Quantumania",
        "imdb_id": "tt10954600"
    },
    {
        "title": "Shin Ultraman",
        "imdb_id": "tt10737918"
    }
]

For Custom List with TMDB IDs:

[
    {
        "id": 928344
    },
    {
        "id": 640146
    },
    {
        "id": 634429
    }
]
sjlu commented 1 year ago

@mynameisbogdan I started adding tmdb_id to the list.

bakerboy448 commented 4 months ago

https://github.com/Servarr/Wiki/commit/8d7e8a815cdadf7af7c2d38df4935328471bb13f