christofmuc / KnobKraft-orm

The KnobKraft Orm - The free modern cross-platform MIDI Sysex Librarian
GNU Affero General Public License v3.0
194 stars 25 forks source link

Import a whole folder of .sysex files and retain structure #148

Open iUltimateLP opened 2 years ago

iUltimateLP commented 2 years ago

It would be cool if we could import a whole library of SysEx files that are already sorted in the filesystem. E.g. there is the "DX7_AllTheWeb" archive here, which contains over 10k patches. It'd be real nice if I could just select that folder and let KnobKraft go over all files and create a new list based on the name of the folder.

BenMcLean commented 2 years ago

Even just letting us rename the imported collection instead of it being called "Bulk import" would be a step forward!

christofmuc commented 2 years ago

You're all correct - actually, this is already implemented. The bulk import retains the hierarchical structure (e.g. the bulk import is the folder, and then it might have zip files with sysex files, and each sysex file could contain many patches). I just didn't have a UI to display that, but now with the new tree on the left hand side, we could actually turn the bulk import node into a subtree, so you could traverse down into the original source.

I also like Ben's idea to just being able to rename the import. So far these were purely generated names, but there is really no reason why you shouldn't be able to rename this. I'll take this into the next release if I can!