Skip to content

TheWicklowWolf/SonaShow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

image

image


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

About

Show discovery tool that provides recommendations based on selected Sonarr shows, using TMDB.

Resources

License

Stars

Watchers

Forks

Contributors