0.2.66 - End Credits improvements / Gateway: 0.1.47 - End credits redesign
This commit is contained in:
+6
-1
@@ -19,7 +19,7 @@ MEMBY_EMBY_PUBLIC_URL=https://molise.bounceme.net
|
||||
#
|
||||
# Unset, it falls back to MEMBY_EMBY_URL and behaves exactly as before. Confirm the port your
|
||||
# Emby listens on over plain HTTP on the LAN before uncommenting.
|
||||
#MEMBY_EMBY_MEDIA_URL=http://10.0.0.2:8096
|
||||
MEMBY_EMBY_MEDIA_URL=http://10.0.0.2:8096
|
||||
|
||||
# Postgres password for the memby role. Generate one, e.g.
|
||||
# openssl rand -base64 24
|
||||
@@ -140,6 +140,11 @@ MEMBY_TRACEARR_FULL_INTERVAL=24h
|
||||
# It is the only thing in the gateway that reads media bytes, which is why it is off by
|
||||
# default. With ffmpeg absent it still runs, writing markers from where viewers actually
|
||||
# stopped — which on a well-watched show is the better signal anyway.
|
||||
#
|
||||
# Where those bytes are read FROM is MEMBY_EMBY_MEDIA_URL, near the top of this file beside
|
||||
# the other Emby addresses. It is the setting that decides whether a scan crosses the LAN to
|
||||
# the HTPC or goes out to the DDNS name and back through the reverse proxy, so it is worth
|
||||
# setting before turning this on.
|
||||
MEMBY_CREDITS_ENABLED=true
|
||||
# Leave blank to find ffmpeg on the path, which is where the image puts it.
|
||||
MEMBY_CREDITS_FFMPEG=
|
||||
|
||||
Reference in New Issue
Block a user