projectM-visualizer / frontend-sdl2

Standalone application based on SDL2 that turns your desktop audio into awesome visuals. Available on most platforms supported by both libprojectM and libSDL2.
GNU General Public License v3.0
57 stars 32 forks source link

Support opening multiple preset (and playlist) files without requiring an additional command line switch #71

Open kblaschke opened 5 months ago

kblaschke commented 5 months ago

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.