Skip to content

Commit

Permalink
Improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
leepeuker committed Oct 1, 2023
1 parent ffba454 commit 6d8e09d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
13 changes: 7 additions & 6 deletions docs/features/radarr.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@

### Description

You can set up radarr to automatically import any movies that have been added to Movary's watchlist.
You can set up Radarr to automatically import movies added to your Movary watchlist via the Radarr [lists import feature](https://wiki.servarr.com/radarr/supported#stevenluimport).

### Instruction

To do this, go to settings -> integrations -> radarr and generate a new feed URL.
- Generate the feed url in Movary on the Radarr integration settings page (`/settings/integrations/radarr`)
- Go to your Radarr Settings and select "Lists"
- Click on the plus to add a new list
- In the section Advanced List select "StevenLu Custom"
- Copy the Movary feed url to the "URL" input in Radarr and save

Copy this URL and then go to radarr settings -> lists and click on the big plus icon to add a new list.
Scroll down and select the 'StevenLu custom' list type. Then paste the copied URL from Movary into the URL input at the bottom of the modal.

Feel free to change any other settings of the StevenLu list, it doesn't affect Movary or the watchlist.
Feel free to change any other settings of the StevenLu list, it doesn't affect Movary or the watchlist.
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ nav:
- Trakt TV: features/trakt.md
- Netflix: features/netflix.md
- Radarr: features/radarr.md
- Development: 'development.md'
- Development:
- Setup: development/setup.md
- Directory structure: development/file-structure.md
- How does the backend work?: development/structure.md
Expand Down
15 changes: 7 additions & 8 deletions templates/page/settings-integration-radarr.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,20 @@
{{ include('component/settings-nav.html.twig') }}

<div style="padding-top: 1rem">
<h5>Radarr list url</h5>
<h5>Radarr Watchlist sync</h5>

<p class="text-muted" style="margin-bottom: 0.5rem">
Automatically sync the watchlist with radarr using radarr's list feature.
Automatically sync your watchlist with Radarr using its <a href="https://wiki.servarr.com/radarr/supported#stevenluimport" target="_blank">lists import feature</a>.
</p>

<div class="alert alert-secondary" role="alert" style="padding-top: 0.5rem;padding-bottom: 0.5rem">
<b>Configuration</b>
<b>How to add the watchlist feed url in radarr</b>
<br style="margin-bottom: 0.5rem">
Adding the watchlist URL in radarr:
<ul style="margin-bottom: 0">
<li>Go to Radarr settings -> lists.</li>
<li>Click on the plus to add a new list.</li>
<li>Scroll down to the bottom and click on StevenLu custom.</li>
<li>Copy the list URL from Movary into the URL input field at the bottom of the list modal and save.</li>
<li>Go to your Radarr Settings and select "Lists"</li>
<li>Click on the plus to add a new list</li>
<li>In the section Advanced List select "StevenLu Custom"</li>
<li>Copy the Movary feed URL to the "URL" input in Radarr and save</li>
</ul>
</div>

Expand Down

0 comments on commit 6d8e09d

Please sign in to comment.