Differentiate default config constants per OS

This commit is contained in:
Etoh 2014-02-21 11:37:10 +00:00
parent 88a68b11e6
commit e1933972d6

View File

@ -5,7 +5,9 @@ OSD_WARNING_MESSAGE_DURATION = 15
MPC_OSD_POSITION = 2 #Right corner, 1 for left
MPLAYER_OSD_LEVEL = 1
UI_TIME_FORMAT = "[%X] "
DEFAULT_CONFIG_NAMES = [".syncplay", "syncplay.ini"]
CONFIG_NAMES = [".syncplay", "syncplay.ini"] #Syncplay searches first to last
DEFAULT_CONFIG_NAME_WINDOWS = "syncplay.ini"
DEFAULT_CONFIG_NAME_LINUX = ".syncplay"
#Changing these might be ok
REWIND_THRESHOLD = 4