You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trackers/variables-template.py

65 lines
1.2 KiB
Python

"""
User-defined variables live here.
"""
orgpath = ""
localpath = ""
domain = ""
rclonesiteroot = ""
"""
Games
"""
trackgames = False
gameserverpath = ""
endlessgames = []
gamedescription = ""
gamestartyear = 0
gamehue = 0
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"}]
"""
Places
"""
trackplaces = False
placeserverpath = ""
placestartyear = 0
placecss = ""
# disambig = {"london":"england","belfast":"northern ireland"}
"""
Records
"""
trackrecords = False
recordserverpath = ""
recordcss = ""
discogstoken = ""
discogsuser = ""