Hi,

I have been trying to write a ItemPlugin for freevo 1.x, but so far, I
didn't managed to get freevo to be able to find my plugin, I have place
my plugin in

/usr/share/pycentral/python-freevo/site-packages/freevo/video/plugins/my_plugin_name.py

/usr/share/pycentral/python-freevo/site-packages/freevo/audio/plugins/my_plugin_name.py

/usr/share/pycentral/python-freevo/site-packages/freevo/image/plugins/my_plugin_name.py

/usr/share/pycentral/python-freevo/site-packages/freevo/plugins/my_plugin_name.py

I have tried loading them using plugin.activate('video.my_plugin_name')
,plugin.activate('audio.my_plugin_name') ,
plugin.activate('image.my_plugin_name') ,
plugin.activate('my_plugin_name') , none of them work, all of them gave
me a
either a "can't locate plugin my_plugin_name" or

failed to load plugin video.my_plugin_name
start 'freevo plugins -l' to get a list of plugins
Traceback (most recent call last):
  File
"/usr/share/pycentral/python-freevo/site-packages/freevo/plugin.py",
line 557, in __load_plugin__
    p = eval(object)()
  File "<string>", line 1, in <module>
AttributeError: 'module' object has no attribute 'my_plugin_name'

can someone give me some guidance on this?

Thanks =)

Cheers,
Zhi Xiong


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to