From 6e6a01106333412a15feb820b1654a325e4d77a5 Mon Sep 17 00:00:00 2001 From: MrDoobPG <46342172+MrDoobPG@users.noreply.github.com> Date: Mon, 25 Nov 2019 22:22:29 +0100 Subject: [PATCH] Update settings.ini.j2 --- menu/roles/plexpatrol/templates/settings.ini.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/menu/roles/plexpatrol/templates/settings.ini.j2 b/menu/roles/plexpatrol/templates/settings.ini.j2 index 76fdd56f..c8af312a 100644 --- a/menu/roles/plexpatrol/templates/settings.ini.j2 +++ b/menu/roles/plexpatrol/templates/settings.ini.j2 @@ -4,7 +4,7 @@ DEBUG = false # plex server url (e.g. http://ip:32400 or https://plex.reverse-proxy.com) SERVER_URL = http://{{ipaddress.stdout}}:32400 # plex token for server -SERVER_TOKEN = {{plextoken.stdout}} +SERVER_TOKEN = {{plex_auth_token.stdout}} # name of server (does not matter, its used in the logs) SERVER_NAME = {{serverid.stdout}} # how often to check the active streams in seconds @@ -32,6 +32,6 @@ KICK_PAUSED_MESSAGE = User can pause a stream for only {{kickminutes.stdout}} mi KICK_4K_TRANSCODE_MESSAGE = You are not allowed to transcode 4K content, fix your settings! KICK_TRANSCODE_MESSAGE = You are not allowed to transcode streams, use a better client! KICK_PLAYER_MESSAGE = You are not allowed to use this trash player. Use the official software from www.plex.tv/downloads -> Get An App!!! -KICK_MULTI_IP_MESSAGE = You are not allowed to stream from more than 1 IP address! +KICK_MULTI_IP_MESSAGE = You are not allowed to stream from more than {{multipleips.stdout}} IP address! # user list seperated by a , who are immune from all kicks WHITELISTED_USERS = {{user.stdout}} \ No newline at end of file