The jukebox has no configuration options available through the program itself; all configuration is carried out through text-based configuration files.
In order to get up and running quickly, please edit the jukebox.ini file in a text editor like Windows Notepad or DOS Edit and set the SongPath to point to your music collection. You may set multiple song paths, so if you have more than one folder of music, set SongPath1, SongPath2, etc. Please note that if one of your SongPaths is in a subfolder of another SongPath, songs will get indexed twice and updates may not be stored properly. This will be enough to get the jukebox running with the default skin and contols.
The first time the jukebox is run, it will index all of the song files. For large collections, this step can be time-consuming, as each song must be completely loaded into memory to be searched for identification information. This information is saved in a song database, so on subsequent runs, the jukebox only needs to verify the existence of the file. This verification step allows you to use removable media; songs will only be displayed on the jukebox if they exist when the jukebox is started.
The configuration files used by DWJukebox are plain text files. They are organized similar to Windows INI files; they contain a number of parameters divided into sections, with the section names starting in square braces. Lines that start with the # character (pound, octothorpe, number sign, whatever you want to call it) are comments and are not read by the jukebox. For example, here is a section with two parameters:
[Settings] # This section contains jukebox settings. RadioMode = Disabled MaxQueueSize = 250
Three configuration files are used to determine the operation of
the jukebox: