My jukebox.ini line for this skin looks like this:
Skin = skins\cherrybox\cherrybox.skn
Sweet. Could this facilitate an optional skin chooser, so that when WinCab is started, you could choose from a list of available skins?No, that's just to make it easier to specify skins and organize your skin folder. For example, you can have a skins/fonts, skins/labels, etc for your global resources and all of your skin specific files in a folder with the skin name and it will find all the files without you having to specify full paths for everything. You can actually do some of this now; in jukebox.ini, you'll see a setting for ResourcePath=skins. You can add ResourcePath1=skins\fonts, ResourcePath2=skins\labels, etc. For truly complicated skins, you can also add ResourcePaths in the [Skin] section in the skin and it will use those paths just for that skin. The only new thing here is using the skin name as an alternate ResourcePath (it looks for that in the jukebox's folder and in the first specified ResourcePath, which is usually skins) and automatically adding the .skn extension if it's not specified.
ebateman21