Re: [Freevo-users] Re: Plugin development.

2003-10-12 Thread Per Wigren
I remember there is a program on Freshmeat that gets comic strips from hundreds (?) of sites.. I think it's written as a Perl-CGI but it may be a good startingpoint. ;) // Wigren Jortan wrote: I've just post the plugin to the list. For the moment only Dilbert comics are possible to grab but wo

Re: [Freevo-users] Re: Plugin development.

2003-10-12 Thread Jortan
I've just post the plugin to the list. For the moment only Dilbert comics are possible to grab but would be possible to extend. If you are intrested in extending it or including it in some other plugin, thats ok with me. I'm satisfied with this one but I am willing to help if you have some ideas.

Re: [Freevo-users] Re: Plugin development.

2003-10-12 Thread Michael Ruelle
Just to butt in a little bit. once you get your comic strip plugin done. I would be interested in helping you extend it to something like the headlines plugin where you put a list of places to grab the comics from. -- Mike Ruelle [EMAIL PROTECTED] http://world.std.com/~mruelle/ On Sunday 12 Oc

Re: [Freevo-users] Re: Plugin development.

2003-10-12 Thread Jortan
Ah, that was easy. It works. Thanks! --- Dirk Meyer <[EMAIL PROTECTED]> skrev: > Jortan wrote: > > Thanks for your help but I can't get it working. It's my lack of > > knowledge in Python programming that is the main problem. > > > > I can't figure out how to return 'items', how does this list

[Freevo-users] Re: Plugin development.

2003-10-12 Thread Dirk Meyer
Jortan wrote: > Thanks for your help but I can't get it working. It's my lack of > knowledge in Python programming that is the main problem. > > I can't figure out how to return 'items', how does this list look like? > I've tried serveral ways but this is, basically, what I want: > > class PluginI

Re: [Freevo-users] Re: Plugin development.

2003-10-12 Thread Jortan
Thanks for your help but I can't get it working. It's my lack of knowledge in Python programming that is the main problem. I can't figure out how to return 'items', how does this list look like? I've tried serveral ways but this is, basically, what I want: class PluginInterface(plugin.MainMenuPl

[Freevo-users] Re: Plugin development.

2003-10-12 Thread Dirk Meyer
Jortan wrote: > What I meant was that I want the menu items to appear in Images-section > when entering from Main menu, just like Webradio appears when entering > Music section from Main menu. Webradio plugin is defined as 'class > PluginInterface(plugin.MainMenuPlugin)' so I guess my plugin should

Re: [Freevo-users] Re: Plugin development.

2003-10-11 Thread Jortan
--- Dirk Meyer <[EMAIL PROTECTED]> skrev: > Jortan wrote: > > Thanks for the info, 3 dummy functions solved my problem and the > plugin > > works. I will post it to the list when it's ready. > > > > However, I've changed my mind. I want the three menu items to > appear in > > the Image section of

[Freevo-users] Re: Plugin development.

2003-10-11 Thread Dirk Meyer
Jortan wrote: > Thanks for the info, 3 dummy functions solved my problem and the plugin > works. I will post it to the list when it's ready. > > However, I've changed my mind. I want the three menu items to appear in > the Image section of freevo (not when ENTER a directory as now). Than you shou

Re: [Freevo-users] Re: Plugin development.

2003-10-11 Thread Jortan
Thanks for the info, 3 dummy functions solved my problem and the plugin works. I will post it to the list when it's ready. However, I've changed my mind. I want the three menu items to appear in the Image section of freevo (not when ENTER a directory as now). I looked at the webradio-plugin (which

[Freevo-users] Re: Plugin development.

2003-10-10 Thread Dirk Meyer
Jortan wrote: > Hi, > > I'm writing a plugin where I want 3 menu items to appear when I ENTER a > directory. Each of these items will, when selected, call the same > function but with different argument. How do I code that? You write an ItemPlugin. You put it into src/plugins if it's not a specia