DropSnorz / OwlPlug

Audio plugin manager. Small tool to manage VST / AU / LV2 plugins on Windows, MacOS and Linux.
https://owlplug.com
GNU General Public License v3.0
290 stars 11 forks source link

[feat] generate a folder structure based on the plugin information #123

Open she11sh0cked opened 2 years ago

she11sh0cked commented 2 years ago

one could select multiple plugins and generate folder structures for them. i imagine there are two types of folder structures most people want:

manufacturer-based:

VSTs/
├─ Celemony/
├─ FabFilter/
├─ IZotope/
├─ iZotope, Inc./
├─ SoundToys/
├─ Unknown/
├─ Xfer Records/

category-based:

VSTs/
├─ Analyzer/
├─ Delay/
├─ Distortion/
├─ Dynamics/
├─ Effect/
├─ EQ/
├─ Fx/
├─ Instrument/
├─ Mastering/
├─ Restoration/
├─ Reverb/
├─ Spatial/
├─ Synth/
├─ Unknown/
├─ Vocals/

this also begs the question what to do if a plugin falls into multiple categories. maybe one could symlink or copy the plugin to multiple locations.

DropSnorz commented 2 years ago

Hello @she11sh0cked,

Thank you for this feature suggestion. I have a feature idea in mind that may fit this one.