albertodonato / sonarr-snap

Snap for the Sonarr smart PVR

Home Page:https://snapcraft.io/sonarr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Snap for the Sonarr smart PVR

Snap Package

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.

Get it from the Snap Store

Setting storage path for downloads

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

Building the snap

The snap can be built by simply running:

snapcraft

Once, built, install the snap with:

sudo snap install --dangerous sonarr_*.snap

About

Snap for the Sonarr smart PVR

https://snapcraft.io/sonarr

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%