plugin errors

I am having toube with my plugins and getting moc to work. when i type mocp at my terminal i get the error:
Loading plugins from /usr/local/lib/moc/decoder_plugins...
Loading plugin libid3tag...
No init function in the plugin!

I dont know what to do about this.
can you help?

It appears you have libid3tag.so in /usr/local/lib/moc/decoder_plugins (how it's possible?), just remove it.

--
Damian Pietras - MOC developer

I removed the libid3tag.so file from the directory and I am still getting the following error:
Loading plugins from /usr/local/lib/moc/decoder_plugins...
Loading plugin libid3tag...
No init function in the plugin!

FATAL_ERROR: No decoder plugins have been loaded!

I dont know what the init function is soposed to be but it appears that its important.
Anything else to try?

what file extension is it looking for? I might not have the right file.

MOC loads every *.so* file from /usr/local/lib/moc/decoder_plugins. libid3tag is not a plugin, so can't be leaded. You somehow have some libraries in this directory except MOC plugins, this causes errors.

--
Damian Pietras - MOC developer