Overr-Syncerr

Overr-Syncerr

Docker 应用程序 from grtgbln's Repository

概述

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

要求


        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
    

运行时参数

网络
bridge
特权
false

模板配置

Webhook PortPorttcp

Container Port: 8089

目标
8089
默认值
8089
价值
8089
Bazarr - URLVariable

URL to Bazarr API

目标
BAZARR_URL
默认值
http://IP_ADDRESS:PORT/api
价值
http://IP_ADDRESS:PORT/api
Bazarr - API KeyVariable

API key for Bazarr

目标
BAZARR_API_KEY
Bazarr (4K) - URLVariable

URL to Bazarr API for 4K

目标
BAZARR_4K_URL
默认值
http://IP_ADDRESS:PORT/api
价值
http://IP_ADDRESS:PORT/api
Bazarr (4K) - API KeyVariable

API key for Bazarr (4K)

目标
BAZARR_4K_API_KEY
Radarr - URLVariable

URL to Radarr API

目标
RADARR_URL
默认值
http://IP_ADDRESS:PORT/api
价值
http://IP_ADDRESS:PORT/api/v3
Radarr - API KeyVariable

API key for Radarr

目标
RADARR_API_KEY
Radarr (4K) - URLVariable

URL to Radarr API for 4K

目标
RADARR_4K_URL
默认值
http://IP_ADDRESS:PORT/api/v3
价值
http://IP_ADDRESS:PORT/api/v3
Radarr (4K) - API KeyVariable

API key for Radarr (4K)

目标
RADARR_4K_API_KEY
Sonarr - URLVariable

URL to Sonarr API

目标
SONARR_URL
默认值
http://IP_ADDRESS:PORT/api/v3
价值
http://IP_ADDRESS:PORT/api/v3
Sonarr - API KeyVariable

API key for Sonarr

目标
SONARR_API_KEY
Sonarr (4K) - URLVariable

URL to Sonarr API for 4K

目标
SONARR_4K_URL
默认值
http://IP_ADDRESS:PORT/api/v3
价值
http://IP_ADDRESS:PORT/api/v3
Sonarr (4K) - API KeyVariable

API key for Sonarr (4K)

目标
SONARR_4K_API_KEY
Sonarr - Episode TrackingVariable

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

目标
SONARR_EP_TRACKING
默认值
false|true
Sonarr - Track Delay TimeVariable

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

目标
SONARR_TRACK_DELAY_SECONDS
默认值
10
价值
10
Overseerr - URLVariable

URL to Overseerr (or Jellyseer) API

目标
OVERSEERR_URL
默认值
http://IP_ADDRESS:PORT/api/v1
价值
http://IP_ADDRESS:PORT/api/v1
Overseerr - API KeyVariable

API key for Overseerr (or Jellyseer)

目标
OVERSEERR_API_KEY
Plex - HostVariable

URL to Plex instance

目标
PLEX_HOST
默认值
http://IP_ADDRESS:PORT
价值
http://IP_ADDRESS:PORT
Plex - TokenVariable

Plex token for authentication

目标
PLEX_TOKEN
Plex - Client IDVariable

Plex client ID for authentication

目标
SERVER_CLIENTID
Plex - Anime Library NameVariable

Name of the Plex library for anime.

目标
ANIME_LIBRARY_NAME
Plex - Movie Library NameVariable

Name of the Plex library for movies.

目标
MOVIES_LIBRARY_NAME
Plex - TV Library NameVariable

Name of the Plex library for TV shows.

目标
SERIES_LIBRARY_NAME
AI - EnableVariable

Enable ChatGPT integration.

目标
ENABLE_GPT
默认值
false|true
AI - ModelVariable

Model to use for ChatGPT integration.

目标
MODEL_GPT
默认值
gpt-4o
价值
gpt-4o
AI - API KeyVariable

API key for OpenAI.

目标
OPEN_AI_API_KEY
AI - Movie Path MappingVariable

Provide the locations Bazarr stores subtitles (relative to Bazarr)

目标
MOVIE_PATH_MAPPING
AI - Movie PathPath

Path to the movie directory on the host machine.

目标
/mnt/movies
AI - TV Path MappingVariable

Provide the locations Bazarr stores subtitles (relative to Bazarr)

目标
TV_PATH_MAPPING
AI - TV PathPath

Path to the TV directory on the host machine.

目标
/mnt/tv
Kometa - EnableVariable

Enable Kometa integration.

目标
ENABLE_KOMETA
默认值
false|true
Kometa - Config PathPath

Path to the Kometa config directory.

目标
/kometa/config
Kometa - Enable Media Available HandlingVariable

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

目标
ENABLE_MEDIA_AVAILABLE_HANDLING
默认值
false|true
Use User-Specified Audio PreferencesVariable

Enable if you want to use user specific audio preference

目标
ENABLE_AUDIO_PREF
默认值
false|true
Monitor Partially-Available RequestsVariable

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

目标
MONITOR_REQUESTS
默认值
false|true
Request Monitoring IntervalVariable

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

目标
CHECK_REQUEST_INTERVAL
默认值
10
价值
10
Language MapVariable

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

目标
LANGUAGE_MAP
默认值
{}
价值
{}
Sync WordsVariable

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

目标
SYNC_KEYWORDS
默认值
[]
价值
[]
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

目标
ADD_LABEL_KEYWORDS
默认值
[]
价值
[]
Config PathPath

Path to the config directory.

目标
/config
默认值
/mnt/user/appdata/overr-syncerr/config
价值
/mnt/user/appdata/overr-syncerr/config
Kometa - Internal Config PathVariable

Internal path to the Kometa config directory.

目标
KOMETA_CONFIG_PATH
默认值
/kometa/config
价值
/kometa/config
AI - Max Request SizeVariable

Maximum request size in bytes.

目标
MAX_REQUEST_BYTES
默认值
2000
价值
2000
AI - Max TokensVariable

Maximum number of tokens.

目标
MAX_TOKENS
默认值
4000
价值
4000
AI - Chunk OverlayVariable

Number of overlapping chunks.

目标
CHUNK_OVERLAP
默认值
2
价值
2
AI - Request DelayVariable

Delay between requests in seconds.

目标
REQUEST_DELAY
默认值
2
价值
2
Internal PortVariable

Internal webhook port. Not recommended to change.

目标
PORT
默认值
8089
价值
8089
Docker socketPathrw

Path to the Docker socket (for triggering Kometa)

目标
/var/run/docker.sock
默认值
/var/run/docker.sock
价值
/var/run/docker.sock

下载统计数据

15,690
下载总数
537
本月
702
平均每月

长期下载总量

加载图表...

详细信息

存储库
gsariev/overr-syncerr:latest
最后更新2025-12-29
初见2025-04-26

在Unraid 上运行 Overr-Syncerr 。

Overr-Syncerr 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。