Skip to content

paradoxuum/fl-plugin-sorter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FL Plugin Sorter

A command-line tool to sort FL Studio plugin files (.fst files) into folders in its plugin database.

This is done by creating plugin group definitions (.toml files) that specify the name of a group of plugins, along with a list of plugins that should be included in that group.

Usage

In order to begin sorting plugins, you need to have at least one plugin group defined.

You can create a plugin group in the effect or generator folders in ~/.config/flsorter/. They can be named anything, but the file extension must be toml.

The format for a plugin group file is:

group = "Plugin group name"
plugins = [
    "Plugin name",
    "Another plugin name"
]

About

A command-line tool to sort FL Studio plugins

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages