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