Skip to content
Vuong edited this page Apr 4, 2022 · 6 revisions

Welcome to the radarr-snap wiki!

This is a snap for Radarr, a movie collection manager for Usenet and BitTorrent users.

It is based on a project by Alberto Donato for the Sonarr Smart PVR:

https://github.com/albertodonato/sonarr-snap

Installation

Snap Store

Note: This snap has not been published to the Snapcraft Snap Store yet.

Therefore, the following will not work yet.

    sudo snap install radarr

Build

The snap can be built by simply running:

    snapcraft --debug

Once built, install the snap with:

    sudo snap install --dangerous radarr_*.snap

Web GUI

The web interface is available at http:/localhost:7878 after installation.

Clone this wiki locally