File tree Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Original file line number Diff line number Diff line change 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
34mirror_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}
78collection_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>
1118id  = 0 
1219
1320[osu ]
1421#  e.g. C:\\Users\\admin\\AppData\\Local\\osu!\\Songs
1522songs_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  = " " 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments