Lists Overview
Lists allow you to automatically transform monitored media from various sources into autobrr filters:
- Shows, movies, books and music from *arr applications
- Titles from external services (Trakt, MDBList, Metacritic, etc.)
Built-in lists
We have a couple built in lists that we maintain/update via our api. You can use your own urls in the fields but these below are available as built-ins.
| Type | Lists |
|---|---|
| MDBList | Latest TV Shows |
| Trakt | Anticipated TV, Popular TV, Upcoming Movies, Upcoming BluRay, Steven Lu |
| Metacritic | Upcoming Albums, New Albums |
| AniList | Current anime season, Trending animies, Next anime season |
Quick Setup Guide
1. Access Lists Settings
Navigate to Settings -> Lists to begin setup.
2. Create a New List
- Click "Add new list"
- Fill in the basic settings:
- List name
- Select type (e.g., Radarr, Sonarr)
- Choose instance
3. Optional Configuration
- Match Releases: Uses
Match Releasesfield instead ofMovies/Showsfield - Include Unmonitored: Includes unmonitored titles (useful for cross-seed filters)
- Alternate Titles: Includes alternate titles in the filter
4. Finalize Setup
- Select target filter(s)
- Click "Save"
Note: Filters update immediately upon save and refresh every 6 hours automatically.
Filter Customization
You can improve filtering further by configuring fields like:
- Resolutions
- Categories
- Other filter criteria
Lists will only overwrite the specific fields they manage during updates.
Field Usage by List Type
| List Type | Fields Used |
|---|---|
| Music (e.g. Metacritic or Lidarr) | Artists, Albums |
| Movies/TV (e.g. Sonarr, Radarr, Trakt, MDBList) | Movies/Shows (or Match Releases if enabled) |
| Plaintext | Movies/Shows (or Match Releases if enabled) |
| Steam | Match Releases |
Automatic Updates via Webhook
Available Endpoints
| Endpoint | Methods | Description |
|---|---|---|
/api/webhook/lists/trigger | POST,GET | Refresh all lists |
/api/webhook/lists/trigger/arr | POST,GET | Refresh all ARR lists |
/api/webhook/lists/trigger/lists | POST,GET | Refresh all non-ARR lists |
/api/webhook/lists/trigger/{listID} | POST | Refresh a single list by listID (Copy List ID) |
ARR Setup Instructions
- In your *arr application, go to
Settings -> Connect -> Webhook - Configure the webhook:
Name: Some name
Events: On Movie Added, On Movie Deleted
Method: POST
URL: https://autobrr.mydomain.com/api/webhook/lists/trigger/arr
Show Advanced Settings
- Click the cogwheel icon
- Add header:
- Key:
X-API-Token - Value:
your-autobrr-api-key
- Key:
- Test and Save
This webhook will trigger filter updates whenever media is added or removed from your *arr instance.