From 431e3a4dbced82dcbac3b3f35ddcadedec5048d0 Mon Sep 17 00:00:00 2001 From: Uriziel Date: Sat, 29 Dec 2012 12:42:27 +0100 Subject: [PATCH] Rearanged the order of constants in file --- syncplay/constants.py | 47 ++++++++++++++++++++++++++----------------- 1 file changed, 28 insertions(+), 19 deletions(-) diff --git a/syncplay/constants.py b/syncplay/constants.py index 5efcd3c..fc036b9 100644 --- a/syncplay/constants.py +++ b/syncplay/constants.py @@ -1,18 +1,21 @@ +#You might want to change these DEFAULT_PORT = 8999 -MPC_OPEN_MAX_WAIT_TIME = 10 -MPC_LOCK_WAIT_TIME = 0.2 OSD_DURATION = 3000 MPC_OSD_POSITION = 2 #Right corner, 1 for left -MPC_RETRY_WAIT_TIME = 0.01 -MPC_MAX_RETRIES = 30 -MPC_PAUSE_TOGGLE_DELAY = 0.05 MPLAYER_OSD_LEVEL = 1 -MPLAYER_ANSWER_REGEX = "^ANS_([a-zA-Z_]+)=(.+)$" -MPLAYER_SLAVE_ARGS = [ '-slave', '-msglevel', 'all=1:global=4'] -UI_COMMAND_REGEX = r"^(?P[^\ ]+)(?:\ (?P.+))?" -UI_OFFSET_REGEX = r"^(?:o|offset)\ ?(?P[/+-])?(?P