Skip to content

Commit be753c9

Browse files
committed
chore: update config example
1 parent 3ee3e4e commit be753c9

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

config.toml.example

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,28 @@
11
[user]
2-
# available: catboy, nerinyan, okayu
2+
# tip: run "ecstasy.exe -s" to measure download speeds from all available mirrors
3+
# available: catboy, osudirect, nerinyan, beatconnect
34
mirror_type = "catboy"
5+
46
# format in which collection name will be formatted
5-
# available templates:
6-
# {collection_id}, {collection_author}, {collection_title}
7+
# available templates: {collection_id}, {collection_author}, {collection_title}
78
collection_name_format = "{collection_author} - {collection_title}"
89

10+
# how much downloads will be running in background (parallelism)
11+
# it's recommended to run a speedtest, and then depending on speed set a fair amount of concurrency
12+
# e.g. 100Mb internet with ~30-40Mb from osu.direct should have 3..4 concurrent downloads, otherwise
13+
# some downloads will have very low speed
14+
concurrent_downloads = 4
15+
916
[collector]
1017
# https://osucollector.com/collections/<COLLECTION_ID>/<COLLECTION_NAME>
1118
id = 0
1219

1320
[osu]
1421
# e.g. C:\\Users\\admin\\AppData\\Local\\osu!\\Songs
1522
songs_path = ""
23+
1624
# it should be an absolute path, e.g. C:\\Users\\admin\\AppData\\Local\\osu!\\collection.db
17-
collection_path = ""
25+
collection_path = ""
26+
27+
# required to download only new maps, and don't do already owned
28+
osu_path = ""

0 commit comments

Comments
 (0)