|
|
|
"""
|
|
|
|
User-defined variables live here.
|
|
|
|
"""
|
|
|
|
|
|
|
|
endlessgames = []
|
|
|
|
|
|
|
|
orgpath = ""
|
|
|
|
|
|
|
|
localpath = ""
|
|
|
|
|
|
|
|
serverpath = ""
|
|
|
|
|
|
|
|
domain = ""
|
|
|
|
|
|
|
|
rcloneaddress = ""
|
|
|
|
|
|
|
|
description = ""
|
|
|
|
|
|
|
|
hue =
|
|
|
|
|
|
|
|
consoles = [{"code":"ps5","name":"PlayStation 5","shortname":"PS5","img":"PS5"},
|
|
|
|
{"code":"ps2","name":"PlayStation 2","shortname":"PS2","img":"PS2"},
|
|
|
|
{"code":"ps3","name":"PlayStation 3","shortname":"PS3","img":"PS3"},
|
|
|
|
{"code":"xbox 360","name":"Xbox 360","shortname":"Xbox360","img":"360"},
|
|
|
|
{"code":"nintendo ds","name":"Nintendo DS","shortname":"DS","img":"NDS"},
|
|
|
|
{"code":"nintendo 3ds","name":"Nintendo 3DS","shortname":"3DS","img":"3DS"},
|
|
|
|
{"code":"nintendo switch","name":"Nintendo Switch","shortname":"Switch","img":"Switch"},
|
|
|
|
{"code":"pc","name":"PC","shortname":"PC","img":"PC"}]
|