Petio Docs
  • Introduction
  • FAQ
  • Install Guides
    • Docker
    • Linux
      • Debian 10/Ubuntu 20.04
      • Red Hat/Cent OS
      • Updating Petio
    • FreeBSD
    • MacOS
    • UnRAID
    • Windows
  • Configuration
    • First Time Setup
    • General Settings
    • Radarr
    • Sonarr
    • Console
    • User Profiles
    • Filters
    • Notifications
  • Reverse Proxy
    • Reverse Proxy Basics
    • Caddy
    • NGINX
    • Traefik (v2)
  • Troubleshooting
    • FAQ
  • Staff & Testers Only
    • Petio Pre-Release Workflow For Testers
Powered by GitBook
On this page
  • Age Ratings Filter Example
  • Anime Filter Example
  • Sonarr Language Filter Example
  1. Configuration

Filters

If you notice any mistakes that need to be corrected, please reach out on Discord!

PreviousUser ProfilesNextNotifications

Last updated 4 years ago

Filters are way you can control how your requests get handled. Think of it like another layer of automation on top of Radarr/Sonarr.

Let's say you like to separate your media based on age rating, either you have kids or know someone with kids. Filters allow you to be granular about where requested "kid content" gets placed including Radarr/Sonarr server (if you have multiple ones configured), path, and/or tag. You can use the available operands AND/ORto determine how many things must be evaluated true before Petio sends the request to Sonarr/Radarr with the specified paths, profile, and/or tags.

Filters can be used with age ratings, genre, language, and keywords! We hope to revamp filters in the future so stay tuned!

For those of you using AND/OR operands for the first time I'll provide a quick explanation of each. Any one of the OR conditions can trigger a match whereas an AND operator must always be true for the entire filter to match. Most of the time, you want to use OR instead of AND otherwise, you'll stare at your screen wondering why it isn't working. If you have questions how to configure filters, please stop by our and ask some questions!

Age Ratings Filter Example

Anime Filter Example

Sonarr Language Filter Example

  • Setup a language profile in sonarr.

  • Add the language filter in Petio.

Discord