sonashow

sonashow

Docker app from JPDVM2014's Repository

Overview

Web GUI for finding similar shows to selected Sonarr shows.

Build Status Docker Pulls

image

Web GUI for finding similar shows to selected Sonarr shows.

Run using docker-compose

services:
  sonashow:
    image: thewicklowwolf/sonashow:latest
    container_name: sonashow
    volumes:
      - /path/to/config:/sonashow/config
      - /etc/localtime:/etc/localtime:ro
    ports:
      - 5000:5000
    restart: unless-stopped

Configuration via environment variables

Certain values can be set via environment variables:

  • PUID: The user ID to run the app with. Defaults to 1000.
  • PGID: The group ID to run the app with. Defaults to 1000.
  • sonarr_address: The URL for Sonarr. Defaults to http://192.168.1.2:8989.
  • sonarr_api_key: The API key for Sonarr. Defaults to ``.
  • root_folder_path: The root folder path for TV Shows. Defaults to /data/media/shows/.
  • tvdb_api_key: The API key for TVDB. Defaults to ``.
  • tmdb_api_key: The API key for TMDB. Defaults to ``.
  • fallback_to_top_result: Whether to use the top result if no match is found. Defaults to False.
  • sonarr_api_timeout: Timeout duration for Sonarr API calls. Defaults to 120.
  • quality_profile_id: Quality profile ID in Sonarr. Defaults to 1.
  • metadata_profile_id: Metadata profile ID in Sonarr. Defaults to 1
  • search_for_missing_episodes: Whether to start searching for missing episodes when adding shows. Defaults to False
  • dry_run_adding_to_sonarr: Whether to run without adding artists in Sonarr. Defaults to False
  • minimum_rating: Minimum Show Rating. Defaults to 5.5.
  • minimum_votes: Minimum Vote Count. Defaults to 50.
  • language_choice: Chosen Language in ISO-639 two letter format. Defaults to all.
  • auto_start: Whether to run automatically at startup. Defaults to False.
  • auto_start_delay: Delay duration for Auto Start in Seconds (if enabled). Defaults to 60.

imageimage

https://hub.docker.com/r/thewicklowwolf/sonashow

Install Sonashow on Unraid in a few clicks.

Find Sonashow in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.

Open the Apps tab on your Unraid server Search Community Apps for Sonashow Review the template variables and paths Click Install

Download Statistics

57,286
Total Downloads
1,101
This Month
1,246
Avg / Month

Total Downloads Over Time

Loading chart...

Related apps

Explore more like this

Explore all

Details

Repository
thewicklowwolf/sonashow:latest
Last Updated2026-05-18
First Seen2024-11-24

Runtime arguments

Web UI
http://[IP]:[PORT:5000]/
Network
bridge
Shell
sh
Privileged
false

Template configuration

ConfigPathrw
Target
/sonashow/config
Value
/mnt/user/appdata/sonashow
WebUIPorttcp
Target
5000
Default
5000
Value
5000
LocaltimePathro
Target
/etc/localtime
Value
/etc/localtime
PUIDVariable
Default
99
Value
99
PGIDVariable
Default
100
Value
100