This snap contains the Sonarr smart PVR.
It can be installed from the store via:
sudo snap install sonarr
After installing the snap the service web interface will be accessible at http:/localhost:8989 by default.
Since the application runs as a confined stap, by default the applicaion will
only be able to access files under /var/snap/sonarr
. It is also possible to
access storage under /media
by manually connecting the removable-media
interface with
sudo snap connect sonarr:removable-media
It's suggested to create a directory owned by root
either under
/var/snap/sonarr/common
or under /media
, after connecting the interface.
Note: mount points information won't be displayed by default, as it requires
manually connecting the mount-observe
interface:
sudo snap connect sonarr:mount-observe
The snap can be built by simply running:
snapcraft
Once, built, install the snap with:
sudo snap install --dangerous sonarr_*.snap