Stable: 2.5.2
Development: 2.6-alpha3
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?
daper
Sat, 2006-10-28 18:02
Permalink
It appears you have
It appears you have libid3tag.so in /usr/local/lib/moc/decoder_plugins (how it's possible?), just remove it.
--
Damian Pietras - MOC developer
citruscrazy0002
Mon, 2006-10-30 22:39
Permalink
I removed the libid3tag.so
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.
daper
Tue, 2006-10-31 16:07
Permalink
MOC loads every *.so* 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