Overr-Syncerr

Overr-Syncerr

Docker-Anwendung from grtgbln's Repository

Übersicht

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

Anforderungen


        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
    

Laufzeit-Argumente

Netzwerk
bridge
Privilegiert
false

Konfiguration der Vorlage

Webhook PortPorttcp

Container Port: 8089

Ziel
8089
Standard
8089
Wert
8089
Bazarr - URLVariable

URL to Bazarr API

Ziel
BAZARR_URL
Standard
http://IP_ADDRESS:PORT/api
Wert
http://IP_ADDRESS:PORT/api
Bazarr - API KeyVariable

API key for Bazarr

Ziel
BAZARR_API_KEY
Bazarr (4K) - URLVariable

URL to Bazarr API for 4K

Ziel
BAZARR_4K_URL
Standard
http://IP_ADDRESS:PORT/api
Wert
http://IP_ADDRESS:PORT/api
Bazarr (4K) - API KeyVariable

API key for Bazarr (4K)

Ziel
BAZARR_4K_API_KEY
Radarr - URLVariable

URL to Radarr API

Ziel
RADARR_URL
Standard
http://IP_ADDRESS:PORT/api
Wert
http://IP_ADDRESS:PORT/api/v3
Radarr - API KeyVariable

API key for Radarr

Ziel
RADARR_API_KEY
Radarr (4K) - URLVariable

URL to Radarr API for 4K

Ziel
RADARR_4K_URL
Standard
http://IP_ADDRESS:PORT/api/v3
Wert
http://IP_ADDRESS:PORT/api/v3
Radarr (4K) - API KeyVariable

API key for Radarr (4K)

Ziel
RADARR_4K_API_KEY
Sonarr - URLVariable

URL to Sonarr API

Ziel
SONARR_URL
Standard
http://IP_ADDRESS:PORT/api/v3
Wert
http://IP_ADDRESS:PORT/api/v3
Sonarr - API KeyVariable

API key for Sonarr

Ziel
SONARR_API_KEY
Sonarr (4K) - URLVariable

URL to Sonarr API for 4K

Ziel
SONARR_4K_URL
Standard
http://IP_ADDRESS:PORT/api/v3
Wert
http://IP_ADDRESS:PORT/api/v3
Sonarr (4K) - API KeyVariable

API key for Sonarr (4K)

Ziel
SONARR_4K_API_KEY
Sonarr - Episode TrackingVariable

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

Ziel
SONARR_EP_TRACKING
Standard
false|true
Sonarr - Track Delay TimeVariable

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

Ziel
SONARR_TRACK_DELAY_SECONDS
Standard
10
Wert
10
Overseerr - URLVariable

URL to Overseerr (or Jellyseer) API

Ziel
OVERSEERR_URL
Standard
http://IP_ADDRESS:PORT/api/v1
Wert
http://IP_ADDRESS:PORT/api/v1
Overseerr - API KeyVariable

API key for Overseerr (or Jellyseer)

Ziel
OVERSEERR_API_KEY
Plex - HostVariable

URL to Plex instance

Ziel
PLEX_HOST
Standard
http://IP_ADDRESS:PORT
Wert
http://IP_ADDRESS:PORT
Plex - TokenVariable

Plex token for authentication

Ziel
PLEX_TOKEN
Plex - Client IDVariable

Plex client ID for authentication

Ziel
SERVER_CLIENTID
Plex - Anime Library NameVariable

Name of the Plex library for anime.

Ziel
ANIME_LIBRARY_NAME
Plex - Movie Library NameVariable

Name of the Plex library for movies.

Ziel
MOVIES_LIBRARY_NAME
Plex - TV Library NameVariable

Name of the Plex library for TV shows.

Ziel
SERIES_LIBRARY_NAME
AI - EnableVariable

Enable ChatGPT integration.

Ziel
ENABLE_GPT
Standard
false|true
AI - ModelVariable

Model to use for ChatGPT integration.

Ziel
MODEL_GPT
Standard
gpt-4o
Wert
gpt-4o
AI - API KeyVariable

API key for OpenAI.

Ziel
OPEN_AI_API_KEY
AI - Movie Path MappingVariable

Provide the locations Bazarr stores subtitles (relative to Bazarr)

Ziel
MOVIE_PATH_MAPPING
AI - Movie PathPath

Path to the movie directory on the host machine.

Ziel
/mnt/movies
AI - TV Path MappingVariable

Provide the locations Bazarr stores subtitles (relative to Bazarr)

Ziel
TV_PATH_MAPPING
AI - TV PathPath

Path to the TV directory on the host machine.

Ziel
/mnt/tv
Kometa - EnableVariable

Enable Kometa integration.

Ziel
ENABLE_KOMETA
Standard
false|true
Kometa - Config PathPath

Path to the Kometa config directory.

Ziel
/kometa/config
Kometa - Enable Media Available HandlingVariable

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

Ziel
ENABLE_MEDIA_AVAILABLE_HANDLING
Standard
false|true
Use User-Specified Audio PreferencesVariable

Enable if you want to use user specific audio preference

Ziel
ENABLE_AUDIO_PREF
Standard
false|true
Monitor Partially-Available RequestsVariable

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

Ziel
MONITOR_REQUESTS
Standard
false|true
Request Monitoring IntervalVariable

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

Ziel
CHECK_REQUEST_INTERVAL
Standard
10
Wert
10
Language MapVariable

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

Ziel
LANGUAGE_MAP
Standard
{}
Wert
{}
Sync WordsVariable

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

Ziel
SYNC_KEYWORDS
Standard
[]
Wert
[]
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

Ziel
ADD_LABEL_KEYWORDS
Standard
[]
Wert
[]
Config PathPath

Path to the config directory.

Ziel
/config
Standard
/mnt/user/appdata/overr-syncerr/config
Wert
/mnt/user/appdata/overr-syncerr/config
Kometa - Internal Config PathVariable

Internal path to the Kometa config directory.

Ziel
KOMETA_CONFIG_PATH
Standard
/kometa/config
Wert
/kometa/config
AI - Max Request SizeVariable

Maximum request size in bytes.

Ziel
MAX_REQUEST_BYTES
Standard
2000
Wert
2000
AI - Max TokensVariable

Maximum number of tokens.

Ziel
MAX_TOKENS
Standard
4000
Wert
4000
AI - Chunk OverlayVariable

Number of overlapping chunks.

Ziel
CHUNK_OVERLAP
Standard
2
Wert
2
AI - Request DelayVariable

Delay between requests in seconds.

Ziel
REQUEST_DELAY
Standard
2
Wert
2
Internal PortVariable

Internal webhook port. Not recommended to change.

Ziel
PORT
Standard
8089
Wert
8089
Docker socketPathrw

Path to the Docker socket (for triggering Kometa)

Ziel
/var/run/docker.sock
Standard
/var/run/docker.sock
Wert
/var/run/docker.sock

Statistik herunterladen

15,690
Downloads insgesamt
537
Dieser Monat
702
Durchschnittlich / Monat

Gesamte Downloads im Laufe der Zeit

Tabelle laden...

Einzelheiten

Repository
gsariev/overr-syncerr:latest
Zuletzt aktualisiert2025-12-29
Erstmals gesehen2025-04-26

Führen Sie Overr-Syncerr auf Unraid aus.

Overr-Syncerr ist gelistet in Community Apps für Unraid OS. Erkunden Sie Unraid, um einen flexiblen Heimserver, ein NAS oder ein Heimlabor aufzubauen.