Autobrr config - shyonae/selfhosted-anime GitHub Wiki

Initial configuration

Once the container is up and running, create an admin user and proceed with the login.

A lot of configurations are specific to indexers and while I will explain how to create some sample filters, I advise you read the official docs for everything else.

First thing you have to do is go to Settings > Indexers and add one, but since each one of them has a different implementation, I won't be covering any.

  • You should be able to find instructions on the Indexer's wiki though, I know I did.

After adding an indexer, you also have to add its IRC. Same points as before though.

  • You also have Feeds but I don't have any indexers that use them.

Client configuration

Now you need to add a client, we'll use qBittorrent. Had over to the Clients sub-menu and Add new client.

images/autobrr-client1.png

images/autobrr-client2.png

Make sure to Test it and then Create.


Filter configuration

Now you can head into the Filters menu and add some. On the top right you can import them too, which we're going to do to make our lives easier.

{
    "name": "Delicious in Dungeon",
    "version": "1.0",
    "data": {
        "enabled": true,
        "smart_episode": true,
        "shows": "Delicious in Dungeon",
        "episodes": "3-99",
        "resolutions": [
            "1080p"
        ],
        "codecs": [
            "x264",
            "H.264"
        ],
        "actions_enabled_count": 0
    }
}

After the filter is imported, disable it for the moment and edit it. I won't explain what everything does, read the docs to have a better understanding.

  • Add your indexer of choice in the General menu.
  • Move to the Actions menu and Add new:

images/autobrr-actions.png

You should create two download actions for both tv-anime and movies-anime and assign them to the respective filters.

After this you're done! You just have to wait for your anime episode / movie to be announced and it will pop-up in the dashboard like this:

images/autobrr-release-grab.png

That's it for autobrr, now let's set up Shoko.