Configure Recyclarr TRaSH Guide Sync #29

Open
opened 2025-09-14 08:09:56 +00:00 by tonym · 0 comments
Owner

Recyclarr TRaSH Guide Sync Configuration

Initial Setup

  • Create recyclarr.yml config file
  • Set up API keys:
    sonarr:
      - base_url: http://[sonarr-ip]:8989
        api_key: [sonarr-api-key]
    radarr:
      - base_url: http://[radarr-ip]:7878
        api_key: [radarr-api-key]
    

Sonarr Configuration

  • Enable TRaSH guide sync:
    sonarr:
      - quality_profiles:
          - name: "HD-1080p"
            reset_unmatched_scores: true
      - custom_formats:
          - trash_ids:
              - [TRaSH IDs for preferred formats]
            quality_profiles:
              - name: "HD-1080p"
                score: 100
    
  • Configure release profiles
  • Set preferred words

Radarr Configuration

  • Enable TRaSH guide sync:
    radarr:
      - quality_profiles:
          - name: "HD-1080p"
            reset_unmatched_scores: true
      - custom_formats:
          - trash_ids:
              - [TRaSH IDs for preferred formats]
    
  • Configure quality settings
  • Set minimum sizes

Schedule Setup

  • Configure cron schedule:
    0 4 * * * recyclarr sync
    
  • Enable automatic sync
  • Set up logging

Testing

  • Run manual sync: recyclarr sync
  • Verify custom formats imported
  • Check quality profiles updated
  • Monitor for conflicts
## Recyclarr TRaSH Guide Sync Configuration ### Initial Setup - [ ] Create recyclarr.yml config file - [ ] Set up API keys: ```yaml sonarr: - base_url: http://[sonarr-ip]:8989 api_key: [sonarr-api-key] radarr: - base_url: http://[radarr-ip]:7878 api_key: [radarr-api-key] ``` ### Sonarr Configuration - [ ] Enable TRaSH guide sync: ```yaml sonarr: - quality_profiles: - name: "HD-1080p" reset_unmatched_scores: true - custom_formats: - trash_ids: - [TRaSH IDs for preferred formats] quality_profiles: - name: "HD-1080p" score: 100 ``` - [ ] Configure release profiles - [ ] Set preferred words ### Radarr Configuration - [ ] Enable TRaSH guide sync: ```yaml radarr: - quality_profiles: - name: "HD-1080p" reset_unmatched_scores: true - custom_formats: - trash_ids: - [TRaSH IDs for preferred formats] ``` - [ ] Configure quality settings - [ ] Set minimum sizes ### Schedule Setup - [ ] Configure cron schedule: ```bash 0 4 * * * recyclarr sync ``` - [ ] Enable automatic sync - [ ] Set up logging ### Testing - [ ] Run manual sync: `recyclarr sync` - [ ] Verify custom formats imported - [ ] Check quality profiles updated - [ ] Monitor for conflicts
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: tonym/NastyNAS#29
No description provided.