Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add documentation for JSON/RSS formats #209

Open
denizdogan opened this issue Apr 24, 2023 · 3 comments
Open

Add documentation for JSON/RSS formats #209

denizdogan opened this issue Apr 24, 2023 · 3 comments

Comments

@denizdogan
Copy link

Originally reported here: Radarr/Radarr#8370

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

@bakerboy448 bakerboy448 added the help wanted Up for grabs label Jun 11, 2023
@mynameisbogdan
Copy link
Contributor

@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
Copy link

sjlu commented Jul 18, 2023

@mynameisbogdan I started adding tmdb_id to the list.

@bakerboy448
Copy link
Collaborator

8d7e8a8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants