Compare commits

..

No commits in common. "37b1dcbd2660e9b65a12d1c76e00802bcd8cd3f3" and "25fabbcc50d699c073d127783334e184d027c3fa" have entirely different histories.

2 changed files with 11 additions and 8 deletions

View File

@ -1,5 +1,5 @@
version = '1.7.3'
revision = ' COOMER EDITION'
milestone = 'GOONING'
revision = ''
milestone = 'Yoitsu'
release_number = '112'
projectURL = 'https://coomers.online/'
projectURL = 'https://syncplay.pl/'

View File

@ -38,8 +38,11 @@ SHOW_TOOLTIPS = True
WARN_ABOUT_MISSING_STRINGS = False # (If debug mode is enabled)
FALLBACK_INITIAL_LANGUAGE = "en"
FALLBACK_PUBLIC_SYNCPLAY_SERVERS = [
['Rezz Coomer Jail', 'node.rezz.moe:8995'],
['Varg Mid Server', '24.131.179.134:8999']]
['syncplay.pl:8995 (France)', 'syncplay.pl:8995'],
['syncplay.pl:8996 (France)', 'syncplay.pl:8996'],
['syncplay.pl:8997 (France)', 'syncplay.pl:8997'],
['syncplay.pl:8998 (France)', 'syncplay.pl:8998'],
['syncplay.pl:8999 (France)', 'syncplay.pl:8999']]
PLAYLIST_LOAD_NEXT_FILE_MINIMUM_LENGTH = 10 # Seconds
PLAYLIST_LOAD_NEXT_FILE_TIME_FROM_END_THRESHOLD = 5 # Seconds (only triggered if file is paused, e.g. due to EOF)
EXECUTABLE_COMBOBOX_MINIMUM_LENGTH = 30 # Minimum number of characters that the combobox will make visible
@ -346,9 +349,9 @@ OSD_CHAT = "chat"
CHATROOM_MODE = "Chatroom"
SCROLLING_MODE = "Scrolling"
SYNCPLAY_UPDATE_URL = "https://node.rezz.moe/syncplay/checkforupdate?{}" # Params
SYNCPLAY_DOWNLOAD_URL = "https://node.rezz.moe/syncplay/downloads/"
SYNCPLAY_PUBLIC_SERVER_LIST_URL = "https://node.rezz.moe/syncplay/listpublicservers?{}" # Params
SYNCPLAY_UPDATE_URL = "https://syncplay.pl/checkforupdate?{}" # Params
SYNCPLAY_DOWNLOAD_URL = "https://syncplay.pl/download/"
SYNCPLAY_PUBLIC_SERVER_LIST_URL = "https://syncplay.pl/listpublicservers?{}" # Params
DEFAULT_TRUSTED_DOMAINS = ["youtube.com", "youtu.be"]
TRUSTABLE_WEB_PROTOCOLS = ["http", "https"]