Plugins activating

Hi Here Iam new apologize if this is a noob like question.
I have a config.yaml like so,

directory: ~/Music/NewMusic
library: ~/Music/NewMusicDB/newlibrary.db
import:
move: no
copy: yes

Plugins: FromFilename Inline Convert Web
pluginpath: []
threaded: yes

Yet when I use beet version It reports “no plugins loaded”

I am on Arch based distro and installed beets via pacman -S beet
rather than using pip.

Hope someone can help.

TheTester

Hello! The configuration is case-sensitive; that entire line should be lower-case:

plugins: fromfilename inline convert web

Hi
Thanks that worked. New it had to be something like that.
Thanks again

TheTester