![]() |
writing a freevo plugin
This is more freevo specific then python specific. If any of you have written any plugins for freevo maybe you can see what I am doung wrong.
below is my code Code:
#!/usr/bin/env pythonCode:
action( arg=arg, menuw=self ) |
I figured out what I was doing wrong. I did not have self.item set to any thing
I changed that code from this Code:
def actions(self, item):Code:
def actions(self, item): |
If you have any questions, I have alot of experience with Freevo plugins. I am starting a help page specifically for Freevo. http://freevohelp.com
|
| All times are GMT -5. The time now is 06:23 PM. |