From 612ddc6d8df188c435c145f5aa4675f1db75a102 Mon Sep 17 00:00:00 2001 From: Etoh Date: Fri, 11 Apr 2014 23:41:21 +0100 Subject: [PATCH] Add SHOW_OSD constants --- syncplay/constants.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/syncplay/constants.py b/syncplay/constants.py index 1e467c4..07d5d7e 100644 --- a/syncplay/constants.py +++ b/syncplay/constants.py @@ -10,6 +10,11 @@ DEFAULT_CONFIG_NAME_WINDOWS = "syncplay.ini" DEFAULT_CONFIG_NAME_LINUX = ".syncplay" RECENT_CLIENT_THRESHOLD = "1.2.7" #This and higher considered 'recent' clients (no warnings) WARN_OLD_CLIENTS = True #Use MOTD to inform old clients to upgrade +SHOW_OSD = True # Sends Syncplay messages to media player OSD +SHOW_OSD_WARNINGS = True # Show warnings if playing different file, alone in room +SHOW_SLOWDOWN_OSD = True # Show notifications of slowing down / reverting on time difference +SHOW_SAME_ROOM_OSD = True # Show OSD notifications for events relating to room user is in +SHOW_DIFFERENT_ROOM_OSD = False # Show OSD notifications for events relating to room user is not in #Changing these might be ok REWIND_THRESHOLD = 4