Overr-Syncerr

Overr-Syncerr

Aplicación Docker from grtgbln's Repository

Visión general

Webhook handler for subtitle management with Bazarr, Radarr, and Sonarr integration. Supports both Overseerr and Jellyseerr.

Requisitos


        Enabling Kometa integration will attempt to communicate with a Kometa Docker container running on the same machine.
        
        May require additional configuration. See details: https://github.com/gssariev/overr-syncerr/blob/main/.env.example
    

Argumentos en tiempo de ejecución

Red
bridge
Privilegiado
false

Configuración de plantillas

Webhook PortPorttcp

Container Port: 8089

Objetivo
8089
Por defecto
8089
Valor
8089
Bazarr - URLVariable

URL to Bazarr API

Objetivo
BAZARR_URL
Por defecto
http://IP_ADDRESS:PORT/api
Valor
http://IP_ADDRESS:PORT/api
Bazarr - API KeyVariable

API key for Bazarr

Objetivo
BAZARR_API_KEY
Bazarr (4K) - URLVariable

URL to Bazarr API for 4K

Objetivo
BAZARR_4K_URL
Por defecto
http://IP_ADDRESS:PORT/api
Valor
http://IP_ADDRESS:PORT/api
Bazarr (4K) - API KeyVariable

API key for Bazarr (4K)

Objetivo
BAZARR_4K_API_KEY
Radarr - URLVariable

URL to Radarr API

Objetivo
RADARR_URL
Por defecto
http://IP_ADDRESS:PORT/api
Valor
http://IP_ADDRESS:PORT/api/v3
Radarr - API KeyVariable

API key for Radarr

Objetivo
RADARR_API_KEY
Radarr (4K) - URLVariable

URL to Radarr API for 4K

Objetivo
RADARR_4K_URL
Por defecto
http://IP_ADDRESS:PORT/api/v3
Valor
http://IP_ADDRESS:PORT/api/v3
Radarr (4K) - API KeyVariable

API key for Radarr (4K)

Objetivo
RADARR_4K_API_KEY
Sonarr - URLVariable

URL to Sonarr API

Objetivo
SONARR_URL
Por defecto
http://IP_ADDRESS:PORT/api/v3
Valor
http://IP_ADDRESS:PORT/api/v3
Sonarr - API KeyVariable

API key for Sonarr

Objetivo
SONARR_API_KEY
Sonarr (4K) - URLVariable

URL to Sonarr API for 4K

Objetivo
SONARR_4K_URL
Por defecto
http://IP_ADDRESS:PORT/api/v3
Valor
http://IP_ADDRESS:PORT/api/v3
Sonarr (4K) - API KeyVariable

API key for Sonarr (4K)

Objetivo
SONARR_4K_API_KEY
Sonarr - Episode TrackingVariable

Enable to use Sonarr webhook; disables TV logic from being executed via Media Available

Objetivo
SONARR_EP_TRACKING
Por defecto
false|true
Sonarr - Track Delay TimeVariable

Delay (in seconds) before triggering audio and subtitle track preferences to ensure that Plex metadata is refreshed

Objetivo
SONARR_TRACK_DELAY_SECONDS
Por defecto
10
Valor
10
Overseerr - URLVariable

URL to Overseerr (or Jellyseer) API

Objetivo
OVERSEERR_URL
Por defecto
http://IP_ADDRESS:PORT/api/v1
Valor
http://IP_ADDRESS:PORT/api/v1
Overseerr - API KeyVariable

API key for Overseerr (or Jellyseer)

Objetivo
OVERSEERR_API_KEY
Plex - HostVariable

URL to Plex instance

Objetivo
PLEX_HOST
Por defecto
http://IP_ADDRESS:PORT
Valor
http://IP_ADDRESS:PORT
Plex - TokenVariable

Plex token for authentication

Objetivo
PLEX_TOKEN
Plex - Client IDVariable

Plex client ID for authentication

Objetivo
SERVER_CLIENTID
Plex - Anime Library NameVariable

Name of the Plex library for anime.

Objetivo
ANIME_LIBRARY_NAME
Plex - Movie Library NameVariable

Name of the Plex library for movies.

Objetivo
MOVIES_LIBRARY_NAME
Plex - TV Library NameVariable

Name of the Plex library for TV shows.

Objetivo
SERIES_LIBRARY_NAME
AI - EnableVariable

Enable ChatGPT integration.

Objetivo
ENABLE_GPT
Por defecto
false|true
AI - ModelVariable

Model to use for ChatGPT integration.

Objetivo
MODEL_GPT
Por defecto
gpt-4o
Valor
gpt-4o
AI - API KeyVariable

API key for OpenAI.

Objetivo
OPEN_AI_API_KEY
AI - Movie Path MappingVariable

Provide the locations Bazarr stores subtitles (relative to Bazarr)

Objetivo
MOVIE_PATH_MAPPING
AI - Movie PathPath

Path to the movie directory on the host machine.

Objetivo
/mnt/movies
AI - TV Path MappingVariable

Provide the locations Bazarr stores subtitles (relative to Bazarr)

Objetivo
TV_PATH_MAPPING
AI - TV PathPath

Path to the TV directory on the host machine.

Objetivo
/mnt/tv
Kometa - EnableVariable

Enable Kometa integration.

Objetivo
ENABLE_KOMETA
Por defecto
false|true
Kometa - Config PathPath

Path to the Kometa config directory.

Objetivo
/kometa/config
Kometa - Enable Media Available HandlingVariable

Enable if you want to use auto-label, Kometa overlays or audio preference

Objetivo
ENABLE_MEDIA_AVAILABLE_HANDLING
Por defecto
false|true
Use User-Specified Audio PreferencesVariable

Enable if you want to use user specific audio preference

Objetivo
ENABLE_AUDIO_PREF
Por defecto
false|true
Monitor Partially-Available RequestsVariable

Enable if you want to add label or set audio to media that's partially available

Objetivo
MONITOR_REQUESTS
Por defecto
false|true
Request Monitoring IntervalVariable

Interval (in seconds) to check for partially-available requests

Objetivo
CHECK_REQUEST_INTERVAL
Por defecto
10
Valor
10
Language MapVariable

Map of language keywords. See example: https://github.com/gssariev/overr-syncerr/blob/1e68f8bd55bfd7aaeb65192f5ba539dbf2802a6f/docker-compose.yml#L68

Objetivo
LANGUAGE_MAP
Por defecto
{}
Valor
{}
Sync WordsVariable

List of keywords to identify sync issues. See example: https://github.com/gssariev/overr-syncerr/blob/1e68f8bd55bfd7aaeb65192f5ba539dbf2802a6f/docker-compose.yml#L69

Objetivo
SYNC_KEYWORDS
Por defecto
[]
Valor
[]
Add Label WordsVariable

List of keywords to identify requests for adding labels. See example: https://github.com/gssariev/overr-syncerr/blob/1e68f8bd55bfd7aaeb65192f5ba539dbf2802a6f/docker-compose.yml#L70

Objetivo
ADD_LABEL_KEYWORDS
Por defecto
[]
Valor
[]
Config PathPath

Path to the config directory.

Objetivo
/config
Por defecto
/mnt/user/appdata/overr-syncerr/config
Valor
/mnt/user/appdata/overr-syncerr/config
Kometa - Internal Config PathVariable

Internal path to the Kometa config directory.

Objetivo
KOMETA_CONFIG_PATH
Por defecto
/kometa/config
Valor
/kometa/config
AI - Max Request SizeVariable

Maximum request size in bytes.

Objetivo
MAX_REQUEST_BYTES
Por defecto
2000
Valor
2000
AI - Max TokensVariable

Maximum number of tokens.

Objetivo
MAX_TOKENS
Por defecto
4000
Valor
4000
AI - Chunk OverlayVariable

Number of overlapping chunks.

Objetivo
CHUNK_OVERLAP
Por defecto
2
Valor
2
AI - Request DelayVariable

Delay between requests in seconds.

Objetivo
REQUEST_DELAY
Por defecto
2
Valor
2
Internal PortVariable

Internal webhook port. Not recommended to change.

Objetivo
PORT
Por defecto
8089
Valor
8089
Docker socketPathrw

Path to the Docker socket (for triggering Kometa)

Objetivo
/var/run/docker.sock
Por defecto
/var/run/docker.sock
Valor
/var/run/docker.sock

Descargar estadísticas

15,690
Descargas totales
537
Este mes
702
Media / Mes

Descargas totales a lo largo del tiempo

Cargando gráfico...

Detalles

Repositorio
gsariev/overr-syncerr:latest
Última actualización2025-12-29
Visto por primera vez2025-04-26

Ejecute Overr-Syncerr en Unraid.

Overr-Syncerr se encuentra en Community Apps para Unraid OS. Explore Unraid para crear un servidor doméstico flexible, un NAS o un laboratorio doméstico.