From dd2b05df0a93c355f91b605e89bfe9dc95e2f92c Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Mon, 5 Sep 2022 20:59:40 -0400 Subject: [PATCH] Update README.md --- README.md | 75 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) diff --git a/README.md b/README.md index 6deb033..fb29c52 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,78 @@ [![Docker Pulls](https://img.shields.io/docker/pulls/randomninjaatk/sonarr-extended?style=flat-square)](https://hub.docker.com/r/randomninjaatk/sonarr-extended) [![Docker Stars](https://img.shields.io/docker/stars/randomninjaatk/sonarr-extended?style=flat-square)](https://hub.docker.com/r/randomninjaatk/sonarr-extended) [![Docker Hub](https://img.shields.io/badge/Open%20On-DockerHub-blue?style=flat-square)](https://hub.docker.com/r/randomninjaatk/sonarr-extended) + +[![sonarr](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/sonarr-banner.png)](https://sonarr.tv/) + + +### What is Sonarr Extended: + +* Linuxserver.io Sonarr docker container (develop tag) +* Additional packages and scripts added to the container to provide additional functionality + +Sonarr itself is not modified in any way, all changes that are pushed to Sonarr via public Sonarr API's. This is strictly Sonarr Develop branch + +For more details, visit the [Wiki](https://github.com/RandomNinjaAtk/docker-sonarr-extended/wiki) + +This containers base image is provided by: [linuxserver/sonarr](https://github.com/linuxserver/docker-sonarr) + +## Features +* Auto Configure Sonarr with optimized settings + * Optimized file/folder naming (based on trash guides) + * Congifures media management settings + * Configures metadata settings +* Recyclarr built-in + * Auto configures Custom Formats + * Auto configures Custom Format Scores + * Auto configures optimzed quality definitions +* Plex Notify Script + * Reduce Plex scanning by notifying Plex the exact folder to scan +* Queue Cleaner Script + * Automatically removes downloads that have a "warning" or "failed" status that will not auto-import into Radarr, which enables Radarr to automatically re-search for the Title + + +## Supported Architectures + +The architectures supported by this image are: + +| Architecture | Available | Tag | +| :----: | :----: | ---- | +| multi | ✅ | latest | +| x86-64 | ✅ | amd64 | +| arm64v8 | ✅ | arm64v8 | + +## Version Tags + +| Tag | Description | +| :----: | --- | +| latest | Sonarr Develop + Extended Scripts| + +## Parameters + +Container images are configured using parameters passed at runtime (such as those above). These parameters are separated by a colon and indicate `:` respectively. For example, `-p 8080:80` would expose port `80` from inside the container to be accessible from the host's IP on port `8080` outside the container. + +| Parameter | Function | +| :----: | --- | +| `-p 8989` | The port for the Sonarr webinterface | +| `-v /config` | Database and sonarr configs | +| `-v /storage` | Location of TV and Downloads Library | +| `-e enableAutoConfig=true` | true = enabled :: Enables AutoConfig script to run after startup | +| `-e enableRecyclarr=true` | true = enabled :: Enables Recyclarr to run every 4 hours | +| `-e enableQueueCleaner=true` | true = enabled :: Enables QueueCleaner Script that automatically removes stuck downloads that cannot be automatically imported on a 15 minute interval | +| `-e PUID=1000` | for UserID - see below for explanation | +| `-e PGID=1000` | for GroupID - see below for explanation | +| `-e TZ=Europe/London` | Specify a timezone to use EG Europe/London, this is required for Sonarr | +| `-e UMASK_SET=022` | control permissions of files and directories created by Sonarr | + +## Application Setup + +Access the webui at `:8989`, for more information check out [Sonarr](https://sonarr.tv/). + +# Credits +- [ffmpeg](https://ffmpeg.org/) +- [yt-dlp](https://github.com/yt-dlp/yt-dlp) +- [linuxserver/sonarr](https://github.com/linuxserver/docker-sonarr) Base docker image +- [Sonarr](https://sonarr.tv/) +- [The Movie Database](https://www.themoviedb.org/) +- [Recyclarr](https://github.com/recyclarr/recyclarr) +- Icons made by Freepik from www.flaticon.com