0.2.76 - Icon Packs
This commit is contained in:
+26
-8
@@ -66,7 +66,11 @@ MEMBY_ADMIN_TOKEN=4fad67d508558efee5cc5ae05694105421d4c79d35ee2333a817b3791235cd
|
||||
MEMBY_PUBLIC_URL=https://mserver.sublogue.com
|
||||
MEMBY_SECRETS_DIR=/share/Docker/Memby-secrets
|
||||
|
||||
# Library import. Hourly incremental keeps up with episodes added through the day.
|
||||
# Catalogue sweep. With both *arr webhooks below configured this is reconciliation for
|
||||
# media Sonarr and Radarr do not manage — a file dropped in by hand, a title edited in
|
||||
# Emby, a notification that never arrived — so it can be lengthened to 6h. Without them
|
||||
# it is the only way a new title is ever found and must stay frequent. The console can
|
||||
# override it at Settings > Catalogue sweep without a redeployment.
|
||||
MEMBY_SYNC_INTERVAL=1h
|
||||
MEMBY_SYNC_ON_START=false
|
||||
|
||||
@@ -81,9 +85,20 @@ MEMBY_SYNC_API_KEY=56775917938841e7ac1b6a233d4d5075
|
||||
MEMBY_SONARR_URL=http://10.0.0.2:8989
|
||||
MEMBY_SONARR_API_KEY=6b608b051ee24582925773bd5dfbe37a
|
||||
MEMBY_SONARR_TTL=5m
|
||||
# How long after an episode airs the "aired, coming soon" banner keeps being offered.
|
||||
# 0 turns the banners off and leaves the airing-today row alone.
|
||||
# How long an episode banner keeps being offered — both the "aired, coming soon" one and
|
||||
# the "new episode added" one a finished scan produces. 0 turns both off and leaves the
|
||||
# airing-today row alone.
|
||||
MEMBY_SONARR_ALERT_WINDOW=3h
|
||||
# Shared secret for Sonarr's webhook, which is how the catalogue learns that an episode
|
||||
# landed rather than waiting for the next sweep. In Sonarr: Settings > Connect > + >
|
||||
# Webhook, with On Import, On Upgrade, On Rename, On Episode File Delete and On Series
|
||||
# Delete ticked, URL https://<public gateway>/hooks/sonarr?token=<this value>. Empty
|
||||
# makes the hook 404.
|
||||
MEMBY_SONARR_WEBHOOK_TOKEN=09f091f0f2ee8af3cba1aac29557e344
|
||||
# How long after a webhook the gateway first looks for the file in Emby. Sonarr and
|
||||
# Radarr fire the moment they have moved the file into place and Emby has not scanned it
|
||||
# yet, so asking immediately spends a request to learn nothing.
|
||||
MEMBY_ARR_INGEST_SETTLE=1m
|
||||
|
||||
# Optional Radarr calendar integration. Upcoming movies cover the coming month, ordered by
|
||||
# Radarr's digital release date. A film with no digital date yet is estimated at its cinema
|
||||
@@ -91,12 +106,15 @@ MEMBY_SONARR_ALERT_WINDOW=3h
|
||||
MEMBY_RADARR_URL=http://10.0.0.2:7878
|
||||
MEMBY_RADARR_API_KEY=d393acb157a44dc2b0e2aede96278ad5
|
||||
MEMBY_RADARR_TTL=5m
|
||||
# Shared secret for Radarr's "On Import" webhook, which announces a newly added film on
|
||||
# every TV that is awake. In Radarr: Settings > Connect > + > Webhook, On Import only,
|
||||
# URL https://<public gateway>/hooks/radarr?token=<this value>. Empty makes the hook 404.
|
||||
# Shared secret for Radarr's webhook, which is how the catalogue learns that a film landed
|
||||
# rather than waiting for the next sweep. In Radarr: Settings > Connect > + > Webhook, with
|
||||
# On Import, On Upgrade, On Rename, On Movie File Delete and On Movie Delete ticked, URL
|
||||
# https://<public gateway>/hooks/radarr?token=<this value>. Empty makes the hook 404.
|
||||
# The catalogue reads all five; the banner is announced once the film has actually scanned
|
||||
# in, and only for an import — an upgrade replaced a film that was already there.
|
||||
MEMBY_RADARR_WEBHOOK_TOKEN=bfa059594adeadf9105c27481a5fd758
|
||||
# How long an imported film keeps being announced, so a TV switched on shortly after the
|
||||
# import still hears about it. 0 turns the banners off.
|
||||
# How long a newly scanned film keeps being announced, so a TV switched on shortly after
|
||||
# the import still hears about it. 0 turns the banners off.
|
||||
MEMBY_RADARR_ALERT_WINDOW=3h
|
||||
|
||||
# Optional Bazarr integration, one of the two providers a viewer can fetch a missing
|
||||
|
||||
Reference in New Issue
Block a user