DidacticFishstick / ultrastar-wingman

A tool to enhance the karaoke software Ultrastar Deluxe by adding a UI for downloading and viewing songs from any phone on the network as well as adding things like statistics
GNU General Public License v3.0
14 stars 3 forks source link

Remove usdx_songs_dir #11

Open rakuri255 opened 10 months ago

rakuri255 commented 10 months ago

usdx_songs_dir = shouldnt be used. You can get it directly from usdx_config_file =

First the default song path is usdx_config_file = .../songs Second in the config.ini from ultrastar you can have multiple song folders. See the Readme from UltraStar

  [Directories]
  SongDir1=C:\Users\My\Music\MyUSDXSongs
  SongDir2=F:\EvenMoreUSDXSongs
  SongDir...=... (some more directories)