You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, projectMSDL only supports the presetPath argument to load presets from a single directory. To make it easier for users to open presets and preset playlists from file browsers or other applications, projectMSDL should support passing in preset files via anonymous arguments which don't require an additional command-line switch like --presetPath / /presetPath.
If multiple files are listed, all of those passed in should be added to the internal playlist instead of using the default preset path/playlist configured.
The text was updated successfully, but these errors were encountered:
Currently, projectMSDL only supports the
presetPath
argument to load presets from a single directory. To make it easier for users to open presets and preset playlists from file browsers or other applications, projectMSDL should support passing in preset files via anonymous arguments which don't require an additional command-line switch like--presetPath
//presetPath
.If multiple files are listed, all of those passed in should be added to the internal playlist instead of using the default preset path/playlist configured.
The text was updated successfully, but these errors were encountered: