-
Notifications
You must be signed in to change notification settings - Fork 0
01. Setup
engels74 edited this page Oct 13, 2024
·
2 revisions
This guide will walk you through the process of setting up the Custom Format Sync tool for your Radarr and Sonarr instances.
- GitHub account
- Access to Radarr and/or Sonarr instances
- API keys for your Radarr and Sonarr instances
- Go to the Servarr Custom Format Sync repository.
- Click on the "Fork" button in the top-right corner.
- Select the template-fork branch as the basis for your fork.
- In your forked repository, go to "Settings" > "Secrets and variables" > "Actions".
- Add the following secrets for each of your Radarr and Sonarr instances:
-
RADARR_001_URL
: The URL of your first Radarr instance -
RADARR_001_API_KEY
: The API key for your first Radarr instance -
SONARR_001_URL
: The URL of your first Sonarr instance -
SONARR_001_API_KEY
: The API key for your first Sonarr instance - Repeat for additional instances (002, 003, etc.)
-
- In your repository, go to the "Actions" tab.
- Click on "I understand my workflows, go ahead and enable them".
- Go to "Settings" > "Actions" > "General".
- Under "Workflow permissions", select "Read and write permissions".
- Navigate to the
custom_formats/
directory in your repository. - Modify existing JSON files or add new ones to define your custom formats.
- Ensure each custom format file includes the necessary sync fields (see π Usage for details).
- Go to the "Actions" tab in your repository.
- Click on the "Sync Custom Formats" workflow.
- Click "Run workflow" and select the main branch.
- Check the workflow logs to ensure the sync process completes successfully.
You've now set up the Custom Format Sync tool! The workflow will run automatically on pushes to the main branch that affect the custom_formats/
directory, daily at midnight UTC, and can also be triggered manually.
For more information on using and configuring the tool, please refer to the π Usage and βοΈ Configuration pages.