Overr-Syncerr
Docker 应用程序 from grtgbln's Repository
概述
要求
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
模板配置
Container Port: 8089
- 目标
- 8089
- 默认值
- 8089
- 价值
- 8089
URL to Bazarr API
- 目标
- BAZARR_URL
- 默认值
- http://IP_ADDRESS:PORT/api
- 价值
- http://IP_ADDRESS:PORT/api
API key for Bazarr
- 目标
- BAZARR_API_KEY
URL to Bazarr API for 4K
- 目标
- BAZARR_4K_URL
- 默认值
- http://IP_ADDRESS:PORT/api
- 价值
- http://IP_ADDRESS:PORT/api
API key for Bazarr (4K)
- 目标
- BAZARR_4K_API_KEY
URL to Radarr API
- 目标
- RADARR_URL
- 默认值
- http://IP_ADDRESS:PORT/api
- 价值
- http://IP_ADDRESS:PORT/api/v3
API key for Radarr
- 目标
- RADARR_API_KEY
URL to Radarr API for 4K
- 目标
- RADARR_4K_URL
- 默认值
- http://IP_ADDRESS:PORT/api/v3
- 价值
- http://IP_ADDRESS:PORT/api/v3
API key for Radarr (4K)
- 目标
- RADARR_4K_API_KEY
URL to Sonarr API
- 目标
- SONARR_URL
- 默认值
- http://IP_ADDRESS:PORT/api/v3
- 价值
- http://IP_ADDRESS:PORT/api/v3
API key for Sonarr
- 目标
- SONARR_API_KEY
URL to Sonarr API for 4K
- 目标
- SONARR_4K_URL
- 默认值
- http://IP_ADDRESS:PORT/api/v3
- 价值
- http://IP_ADDRESS:PORT/api/v3
API key for Sonarr (4K)
- 目标
- SONARR_4K_API_KEY
Enable to use Sonarr webhook; disables TV logic from being executed via Media Available
- 目标
- SONARR_EP_TRACKING
- 默认值
- false|true
Delay (in seconds) before triggering audio and subtitle track preferences to ensure that Plex metadata is refreshed
- 目标
- SONARR_TRACK_DELAY_SECONDS
- 默认值
- 10
- 价值
- 10
URL to Overseerr (or Jellyseer) API
- 目标
- OVERSEERR_URL
- 默认值
- http://IP_ADDRESS:PORT/api/v1
- 价值
- http://IP_ADDRESS:PORT/api/v1
API key for Overseerr (or Jellyseer)
- 目标
- OVERSEERR_API_KEY
URL to Plex instance
- 目标
- PLEX_HOST
- 默认值
- http://IP_ADDRESS:PORT
- 价值
- http://IP_ADDRESS:PORT
Plex token for authentication
- 目标
- PLEX_TOKEN
Plex client ID for authentication
- 目标
- SERVER_CLIENTID
Name of the Plex library for anime.
- 目标
- ANIME_LIBRARY_NAME
Name of the Plex library for movies.
- 目标
- MOVIES_LIBRARY_NAME
Name of the Plex library for TV shows.
- 目标
- SERIES_LIBRARY_NAME
Enable ChatGPT integration.
- 目标
- ENABLE_GPT
- 默认值
- false|true
Model to use for ChatGPT integration.
- 目标
- MODEL_GPT
- 默认值
- gpt-4o
- 价值
- gpt-4o
API key for OpenAI.
- 目标
- OPEN_AI_API_KEY
Provide the locations Bazarr stores subtitles (relative to Bazarr)
- 目标
- MOVIE_PATH_MAPPING
Path to the movie directory on the host machine.
- 目标
- /mnt/movies
Provide the locations Bazarr stores subtitles (relative to Bazarr)
- 目标
- TV_PATH_MAPPING
Path to the TV directory on the host machine.
- 目标
- /mnt/tv
Enable Kometa integration.
- 目标
- ENABLE_KOMETA
- 默认值
- false|true
Path to the Kometa config directory.
- 目标
- /kometa/config
Enable if you want to use auto-label, Kometa overlays or audio preference
- 目标
- ENABLE_MEDIA_AVAILABLE_HANDLING
- 默认值
- false|true
Enable if you want to use user specific audio preference
- 目标
- ENABLE_AUDIO_PREF
- 默认值
- false|true
Enable if you want to add label or set audio to media that's partially available
- 目标
- MONITOR_REQUESTS
- 默认值
- false|true
Interval (in seconds) to check for partially-available requests
- 目标
- CHECK_REQUEST_INTERVAL
- 默认值
- 10
- 价值
- 10
Map of language keywords. See example: https://github.com/gssariev/overr-syncerr/blob/1e68f8bd55bfd7aaeb65192f5ba539dbf2802a6f/docker-compose.yml#L68
- 目标
- LANGUAGE_MAP
- 默认值
- {}
- 价值
- {}
List of keywords to identify sync issues. See example: https://github.com/gssariev/overr-syncerr/blob/1e68f8bd55bfd7aaeb65192f5ba539dbf2802a6f/docker-compose.yml#L69
- 目标
- SYNC_KEYWORDS
- 默认值
- []
- 价值
- []
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
- 默认值
- []
- 价值
- []
Path to the config directory.
- 目标
- /config
- 默认值
- /mnt/user/appdata/overr-syncerr/config
- 价值
- /mnt/user/appdata/overr-syncerr/config
Internal path to the Kometa config directory.
- 目标
- KOMETA_CONFIG_PATH
- 默认值
- /kometa/config
- 价值
- /kometa/config
Maximum request size in bytes.
- 目标
- MAX_REQUEST_BYTES
- 默认值
- 2000
- 价值
- 2000
Maximum number of tokens.
- 目标
- MAX_TOKENS
- 默认值
- 4000
- 价值
- 4000
Number of overlapping chunks.
- 目标
- CHUNK_OVERLAP
- 默认值
- 2
- 价值
- 2
Delay between requests in seconds.
- 目标
- REQUEST_DELAY
- 默认值
- 2
- 价值
- 2
Internal webhook port. Not recommended to change.
- 目标
- PORT
- 默认值
- 8089
- 价值
- 8089
Path to the Docker socket (for triggering Kometa)
- 目标
- /var/run/docker.sock
- 默认值
- /var/run/docker.sock
- 价值
- /var/run/docker.sock
下载统计数据
长期下载总量
详细信息
gsariev/overr-syncerr:latest在Unraid 上运行 Overr-Syncerr 。
Overr-Syncerr 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。