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 a Radarr feed URL for watchlist sync #500

Merged
merged 18 commits into from
Oct 1, 2023
Merged

Conversation

JVT038
Copy link
Collaborator

@JVT038 JVT038 commented Sep 9, 2023

The radarr feed URL works similar to the webhook URLs.

The URL looks like localhost/api/radarr/<UUID> and the UUID is stored in the users table.

The URL responds with a JSON list of all the watchlist items. It looks like this:

[
    {
        "title": "ThanksKilling",
        "tmdb_id": 60366,
        "imdb_id": "tt1129441",
        "added_at": "2023-05-20 20:37:30"
    },
]

The user can add this list quite easily by going to Radarr, add it as a custom StevenLu list and enter the feed URL from Movary.

@JVT038 JVT038 marked this pull request as ready for review September 9, 2023 18:50
@JVT038 JVT038 requested a review from leepeuker as a code owner September 9, 2023 18:50
@JVT038 JVT038 linked an issue Sep 9, 2023 that may be closed by this pull request
5 tasks
settings/routes.php Outdated Show resolved Hide resolved
leepeuker
leepeuker previously approved these changes Sep 30, 2023
Copy link
Owner

@leepeuker leepeuker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me now. You can merge if you agree

@leepeuker
Copy link
Owner

We should add the new radarr integration to the docs

@leepeuker leepeuker changed the title Added a radarr feed URL Add a Radarr feed URL for watchlist sync Oct 1, 2023
@JVT038 JVT038 merged commit a4035e7 into main Oct 1, 2023
1 check passed
@leepeuker leepeuker deleted the add-stevenlu-list-for-radarr branch October 1, 2023 16:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Handle movies on Watchlist but missing in Plex/Radarr
2 participants