From af5076df0080c8eb02abdfe1ef93884e94db2ae3 Mon Sep 17 00:00:00 2001 From: Et0h Date: Wed, 31 Dec 2014 01:27:27 +0000 Subject: [PATCH] Move MPC OSD to left (looks better when merging notifications and warnings) --- syncplay/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncplay/constants.py b/syncplay/constants.py index fe27f69..c99355a 100644 --- a/syncplay/constants.py +++ b/syncplay/constants.py @@ -3,7 +3,7 @@ DEFAULT_PORT = 8999 OSD_DURATION = 3 OSD_WARNING_MESSAGE_DURATION = 5 NO_SECONDARY_OSD_WARNING_DURATION = 15 -MPC_OSD_POSITION = 2 #Right corner, 1 for left +MPC_OSD_POSITION = 1 #Right corner, 1 for left MPLAYER_OSD_LEVEL = 1 UI_TIME_FORMAT = "[%X] " CONFIG_NAMES = [".syncplay", "syncplay.ini"] #Syncplay searches first to last