Prepare for adding other trackers

This commit is contained in:
mez 2024-06-19 15:52:15 +01:00
parent 6a8a0c40e6
commit 29ab288b65
29 changed files with 224 additions and 201 deletions

View file

@ -2,23 +2,29 @@
User-defined variables live here.
"""
endlessgames = []
orgpath = ""
localpath = ""
serverpath = ""
domain = ""
rclonesiteroot = ""
description = ""
"""
Games
"""
startyear =
trackgames = False
hue =
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"},
@ -28,3 +34,11 @@ consoles = [{"code":"ps5","name":"PlayStation 5","shortname":"PS5","img":"PS5"},
{"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 = ""