Overr-Syncerr

Overr-Syncerr

Application Docker from grtgbln's Repository

Vue d'ensemble

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

Exigences


        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
    

Arguments d'exécution

Réseau
bridge
Privilégié
false

Configuration du modèle

Webhook PortPorttcp

Container Port: 8089

Cible
8089
Défaut
8089
Valeur
8089
Bazarr - URLVariable

URL to Bazarr API

Cible
BAZARR_URL
Défaut
http://IP_ADDRESS:PORT/api
Valeur
http://IP_ADDRESS:PORT/api
Bazarr - API KeyVariable

API key for Bazarr

Cible
BAZARR_API_KEY
Bazarr (4K) - URLVariable

URL to Bazarr API for 4K

Cible
BAZARR_4K_URL
Défaut
http://IP_ADDRESS:PORT/api
Valeur
http://IP_ADDRESS:PORT/api
Bazarr (4K) - API KeyVariable

API key for Bazarr (4K)

Cible
BAZARR_4K_API_KEY
Radarr - URLVariable

URL to Radarr API

Cible
RADARR_URL
Défaut
http://IP_ADDRESS:PORT/api
Valeur
http://IP_ADDRESS:PORT/api/v3
Radarr - API KeyVariable

API key for Radarr

Cible
RADARR_API_KEY
Radarr (4K) - URLVariable

URL to Radarr API for 4K

Cible
RADARR_4K_URL
Défaut
http://IP_ADDRESS:PORT/api/v3
Valeur
http://IP_ADDRESS:PORT/api/v3
Radarr (4K) - API KeyVariable

API key for Radarr (4K)

Cible
RADARR_4K_API_KEY
Sonarr - URLVariable

URL to Sonarr API

Cible
SONARR_URL
Défaut
http://IP_ADDRESS:PORT/api/v3
Valeur
http://IP_ADDRESS:PORT/api/v3
Sonarr - API KeyVariable

API key for Sonarr

Cible
SONARR_API_KEY
Sonarr (4K) - URLVariable

URL to Sonarr API for 4K

Cible
SONARR_4K_URL
Défaut
http://IP_ADDRESS:PORT/api/v3
Valeur
http://IP_ADDRESS:PORT/api/v3
Sonarr (4K) - API KeyVariable

API key for Sonarr (4K)

Cible
SONARR_4K_API_KEY
Sonarr - Episode TrackingVariable

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

Cible
SONARR_EP_TRACKING
Défaut
false|true
Sonarr - Track Delay TimeVariable

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

Cible
SONARR_TRACK_DELAY_SECONDS
Défaut
10
Valeur
10
Overseerr - URLVariable

URL to Overseerr (or Jellyseer) API

Cible
OVERSEERR_URL
Défaut
http://IP_ADDRESS:PORT/api/v1
Valeur
http://IP_ADDRESS:PORT/api/v1
Overseerr - API KeyVariable

API key for Overseerr (or Jellyseer)

Cible
OVERSEERR_API_KEY
Plex - HostVariable

URL to Plex instance

Cible
PLEX_HOST
Défaut
http://IP_ADDRESS:PORT
Valeur
http://IP_ADDRESS:PORT
Plex - TokenVariable

Plex token for authentication

Cible
PLEX_TOKEN
Plex - Client IDVariable

Plex client ID for authentication

Cible
SERVER_CLIENTID
Plex - Anime Library NameVariable

Name of the Plex library for anime.

Cible
ANIME_LIBRARY_NAME
Plex - Movie Library NameVariable

Name of the Plex library for movies.

Cible
MOVIES_LIBRARY_NAME
Plex - TV Library NameVariable

Name of the Plex library for TV shows.

Cible
SERIES_LIBRARY_NAME
AI - EnableVariable

Enable ChatGPT integration.

Cible
ENABLE_GPT
Défaut
false|true
AI - ModelVariable

Model to use for ChatGPT integration.

Cible
MODEL_GPT
Défaut
gpt-4o
Valeur
gpt-4o
AI - API KeyVariable

API key for OpenAI.

Cible
OPEN_AI_API_KEY
AI - Movie Path MappingVariable

Provide the locations Bazarr stores subtitles (relative to Bazarr)

Cible
MOVIE_PATH_MAPPING
AI - Movie PathPath

Path to the movie directory on the host machine.

Cible
/mnt/movies
AI - TV Path MappingVariable

Provide the locations Bazarr stores subtitles (relative to Bazarr)

Cible
TV_PATH_MAPPING
AI - TV PathPath

Path to the TV directory on the host machine.

Cible
/mnt/tv
Kometa - EnableVariable

Enable Kometa integration.

Cible
ENABLE_KOMETA
Défaut
false|true
Kometa - Config PathPath

Path to the Kometa config directory.

Cible
/kometa/config
Kometa - Enable Media Available HandlingVariable

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

Cible
ENABLE_MEDIA_AVAILABLE_HANDLING
Défaut
false|true
Use User-Specified Audio PreferencesVariable

Enable if you want to use user specific audio preference

Cible
ENABLE_AUDIO_PREF
Défaut
false|true
Monitor Partially-Available RequestsVariable

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

Cible
MONITOR_REQUESTS
Défaut
false|true
Request Monitoring IntervalVariable

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

Cible
CHECK_REQUEST_INTERVAL
Défaut
10
Valeur
10
Language MapVariable

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

Cible
LANGUAGE_MAP
Défaut
{}
Valeur
{}
Sync WordsVariable

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

Cible
SYNC_KEYWORDS
Défaut
[]
Valeur
[]
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

Cible
ADD_LABEL_KEYWORDS
Défaut
[]
Valeur
[]
Config PathPath

Path to the config directory.

Cible
/config
Défaut
/mnt/user/appdata/overr-syncerr/config
Valeur
/mnt/user/appdata/overr-syncerr/config
Kometa - Internal Config PathVariable

Internal path to the Kometa config directory.

Cible
KOMETA_CONFIG_PATH
Défaut
/kometa/config
Valeur
/kometa/config
AI - Max Request SizeVariable

Maximum request size in bytes.

Cible
MAX_REQUEST_BYTES
Défaut
2000
Valeur
2000
AI - Max TokensVariable

Maximum number of tokens.

Cible
MAX_TOKENS
Défaut
4000
Valeur
4000
AI - Chunk OverlayVariable

Number of overlapping chunks.

Cible
CHUNK_OVERLAP
Défaut
2
Valeur
2
AI - Request DelayVariable

Delay between requests in seconds.

Cible
REQUEST_DELAY
Défaut
2
Valeur
2
Internal PortVariable

Internal webhook port. Not recommended to change.

Cible
PORT
Défaut
8089
Valeur
8089
Docker socketPathrw

Path to the Docker socket (for triggering Kometa)

Cible
/var/run/docker.sock
Défaut
/var/run/docker.sock
Valeur
/var/run/docker.sock

Télécharger les statistiques

15,690
Total des téléchargements
537
Ce mois-ci
702
Moyenne / Mois

Total des téléchargements au fil du temps

Chargement du graphique...

Détails

Référentiel
gsariev/overr-syncerr:latest
Dernière mise à jour2025-12-29
Première vue2025-04-26

Exécutez Overr-Syncerr sur Unraid.

Overr-Syncerr est listé dans Community Apps pour Unraid OS. Explorez Unraid pour créer un serveur domestique flexible, un NAS ou un laboratoire domestique.