Skip to content

albertodonato/sonarr-snap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages