Overr-Syncerr
Aplicación Docker from grtgbln's Repository
Visión general
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
Container Port: 8089
- Objetivo
- 8089
- Por defecto
- 8089
- Valor
- 8089
URL to Bazarr API
- Objetivo
- BAZARR_URL
- Por defecto
- http://IP_ADDRESS:PORT/api
- Valor
- http://IP_ADDRESS:PORT/api
API key for Bazarr
- Objetivo
- BAZARR_API_KEY
URL to Bazarr API for 4K
- Objetivo
- BAZARR_4K_URL
- Por defecto
- http://IP_ADDRESS:PORT/api
- Valor
- http://IP_ADDRESS:PORT/api
API key for Bazarr (4K)
- Objetivo
- BAZARR_4K_API_KEY
URL to Radarr API
- Objetivo
- RADARR_URL
- Por defecto
- http://IP_ADDRESS:PORT/api
- Valor
- http://IP_ADDRESS:PORT/api/v3
API key for Radarr
- Objetivo
- RADARR_API_KEY
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
API key for Radarr (4K)
- Objetivo
- RADARR_4K_API_KEY
URL to Sonarr API
- Objetivo
- SONARR_URL
- Por defecto
- http://IP_ADDRESS:PORT/api/v3
- Valor
- http://IP_ADDRESS:PORT/api/v3
API key for Sonarr
- Objetivo
- SONARR_API_KEY
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
API key for Sonarr (4K)
- Objetivo
- SONARR_4K_API_KEY
Enable to use Sonarr webhook; disables TV logic from being executed via Media Available
- Objetivo
- SONARR_EP_TRACKING
- Por defecto
- false|true
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
URL to Overseerr (or Jellyseer) API
- Objetivo
- OVERSEERR_URL
- Por defecto
- http://IP_ADDRESS:PORT/api/v1
- Valor
- http://IP_ADDRESS:PORT/api/v1
API key for Overseerr (or Jellyseer)
- Objetivo
- OVERSEERR_API_KEY
URL to Plex instance
- Objetivo
- PLEX_HOST
- Por defecto
- http://IP_ADDRESS:PORT
- Valor
- http://IP_ADDRESS:PORT
Plex token for authentication
- Objetivo
- PLEX_TOKEN
Plex client ID for authentication
- Objetivo
- SERVER_CLIENTID
Name of the Plex library for anime.
- Objetivo
- ANIME_LIBRARY_NAME
Name of the Plex library for movies.
- Objetivo
- MOVIES_LIBRARY_NAME
Name of the Plex library for TV shows.
- Objetivo
- SERIES_LIBRARY_NAME
Enable ChatGPT integration.
- Objetivo
- ENABLE_GPT
- Por defecto
- false|true
Model to use for ChatGPT integration.
- Objetivo
- MODEL_GPT
- Por defecto
- gpt-4o
- Valor
- gpt-4o
API key for OpenAI.
- Objetivo
- OPEN_AI_API_KEY
Provide the locations Bazarr stores subtitles (relative to Bazarr)
- Objetivo
- MOVIE_PATH_MAPPING
Path to the movie directory on the host machine.
- Objetivo
- /mnt/movies
Provide the locations Bazarr stores subtitles (relative to Bazarr)
- Objetivo
- TV_PATH_MAPPING
Path to the TV directory on the host machine.
- Objetivo
- /mnt/tv
Enable Kometa integration.
- Objetivo
- ENABLE_KOMETA
- Por defecto
- false|true
Path to the Kometa config directory.
- Objetivo
- /kometa/config
Enable if you want to use auto-label, Kometa overlays or audio preference
- Objetivo
- ENABLE_MEDIA_AVAILABLE_HANDLING
- Por defecto
- false|true
Enable if you want to use user specific audio preference
- Objetivo
- ENABLE_AUDIO_PREF
- Por defecto
- false|true
Enable if you want to add label or set audio to media that's partially available
- Objetivo
- MONITOR_REQUESTS
- Por defecto
- false|true
Interval (in seconds) to check for partially-available requests
- Objetivo
- CHECK_REQUEST_INTERVAL
- Por defecto
- 10
- Valor
- 10
Map of language keywords. See example: https://github.com/gssariev/overr-syncerr/blob/1e68f8bd55bfd7aaeb65192f5ba539dbf2802a6f/docker-compose.yml#L68
- Objetivo
- LANGUAGE_MAP
- Por defecto
- {}
- Valor
- {}
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
- []
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
- []
Path to the config directory.
- Objetivo
- /config
- Por defecto
- /mnt/user/appdata/overr-syncerr/config
- Valor
- /mnt/user/appdata/overr-syncerr/config
Internal path to the Kometa config directory.
- Objetivo
- KOMETA_CONFIG_PATH
- Por defecto
- /kometa/config
- Valor
- /kometa/config
Maximum request size in bytes.
- Objetivo
- MAX_REQUEST_BYTES
- Por defecto
- 2000
- Valor
- 2000
Maximum number of tokens.
- Objetivo
- MAX_TOKENS
- Por defecto
- 4000
- Valor
- 4000
Number of overlapping chunks.
- Objetivo
- CHUNK_OVERLAP
- Por defecto
- 2
- Valor
- 2
Delay between requests in seconds.
- Objetivo
- REQUEST_DELAY
- Por defecto
- 2
- Valor
- 2
Internal webhook port. Not recommended to change.
- Objetivo
- PORT
- Por defecto
- 8089
- Valor
- 8089
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
Descargas totales a lo largo del tiempo
Detalles
gsariev/overr-syncerr:latestEjecute 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.