Magabes / FL-Studio-Automatic-Plugin-Organizer

This is a Python script that organizes FL Studio plugins by vendor name. It copies the plugin files from the default folder to an accessible/user-custom folder, creating subfolders for each company. It is useful for managing a large collection of plugins and finding them easily in FL Studio

Home Page:https://twitter.com/Magabes_

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To download, simply download from the files above. There is no need for a zipped release file.

This script is a tool to organize FL Studio plugins by vendor name (Eventide, Roland, Korg, Arturia, etc.) It copies the plugin files from the default installation folder to a user-defined folder (or one I made that is easily accessible), creating subfolders for each company/distributor.

Requirements

  • Python 3.11.4 or higher
  • FL Studio (any version, I think) installed on Windows (Tested and made on Windows 10 64-bit)

TO-DO: Make sure it's not only compatible for the C: Drive by default (FL Studio's Plugin Database.)

organizeEffects.py, organizeGenerators.py, or organizeEffectsAndGenerators.py

Local Default installation

  • C:\Users\USERNAME\Documents\Image-Line\FL Studio\Presets\Plugin database\Installed\Effects\New

  • C:\Users\USERNAME\Documents\Image-Line\FL Studio\Presets\Plugin database\Installed\Generators\New

OneDrive Default installation

  • C:\Users\USERNAME\OneDrive\Documents\Image-Line\FL Studio\Presets\Plugin database\Installed\Effects\New

  • C:\Users\USERNAME\OneDrive\Documents\Image-Line\FL Studio\Presets\Plugin database\Installed\Generators\New

USERNAME in the folder paths should automatically be set to your Windows username. if not, run the organizeCUSTOM.py script.

organizeCUSTOM.py - You choose both paths.

Results for the default scripts

  • C:\Users\USERNAMEl\Documents\Image-Line\FL Studio\Presets\Plugin database\Effects\USER\ [COMPANY] (Such as Waves)

  • C:\Users\USERNAME\Documents\Image-Line\FL Studio\Presets\Plugin database\Generators\USER\ [COMPANY] (Such as Roland)

BEFORE RUNNING ANY OF THE PYTHON SCRIPTS

Once you're done with the steps below, you might see some Fruity plugins on the "New" VST folder. Just delete them. Most of them start with 'Fruity'; should be easy to spot.

Screenshot_262

Image

EXAMPLE OF HOW IT'LL LOOK

Screenshot_264

Screenshot_265

About

This is a Python script that organizes FL Studio plugins by vendor name. It copies the plugin files from the default folder to an accessible/user-custom folder, creating subfolders for each company. It is useful for managing a large collection of plugins and finding them easily in FL Studio

https://twitter.com/Magabes_

License:MIT License


Languages

Language:Python 100.0%