[Freevo-devel] Re: AttributeError with menu.selected.action

2003-06-03 Thread Dirk Meyer
krichtof wrote: Hello, I'm using Freevo 1.3.2-pre4. I'm a newbie in Python, so excuse me if my question is silly ! /ex In the function eventhandler of MenuWidget, when the event is SELECT, there is this try/except clause : try: action = menu.selected.action except AttributeError:

[Freevo-devel] Re: Dischi/Rob - TV question

2003-06-03 Thread Dirk Meyer
Aubin Paul wrote: Guys, I'm trying to change the TV guide info area since it's not using it's space very efficiently right now. It looks like this: --- Show Name Show Title Show Start - Show End Description (I think, there isn't space for it right now) the problem is, I can't

[Freevo-devel] Re: error: No module named Image

2003-06-03 Thread Dirk Meyer
jeff wrote: Hello, I just did a checkout of the cvs (posting here and not users because its the cvs) because I want to start developing plugins (:)), but when I try to run freevo after compiling and doing ./freevo setup I get -snip- Loading cfg overrides:

[Freevo-devel] Re: Dischi/Rob - TV question

2003-06-03 Thread Aubin Paul
Wow... I didn't even think it was setup /THAT/ properly :) This is remarkably easier than editing the code. I can wait for Gustavo's thing, it's mainly a cosmetic issue, but because I made the info area 'thinner' to account for the idlebar, I needed to compress the info a little. Aubin On Mon,

[Freevo-devel] Idlebar (was: Dischi/Rob - TV question)

2003-06-03 Thread Dirk Meyer
Aubin Paul wrote: Wow... I didn't even think it was setup /THAT/ properly :) This is remarkably easier than editing the code. I can wait for Gustavo's thing, it's mainly a cosmetic issue, but because I made the info area 'thinner' to account for the idlebar, I needed to compress the info a

[Freevo-devel] Re: Idlebar (was: Dischi/Rob - TV question)

2003-06-03 Thread Aubin Paul
On Mon, Jun 02, 2003 at 05:30:35PM +0200, Dirk Meyer wrote: Idlebar -- there was a discussion about that on IRC some days ago. I would like to make it possible to use the idle bar on _all_ skins. But I don't want to design all skins with the free space for the idle bar, maybe the user doesn't

[Freevo-wikilog] [Freevo Wiki] Update of UserInterfaceIdeas

2003-06-03 Thread freevo-wikilog
Dear Wiki user, You have subscribed to a wiki page or wiki category on Freevo Wiki for change notification. The following page has been changed by 196.14.48.194: http://freevo.sourceforge.net/cgi-bin/moin.cgi/UserInterfaceIdeas

[Freevo-cvslog] freevo/WIP/RobShortt TODO,1.6,1.7

2003-06-03 Thread rshortt
Update of /cvsroot/freevo/freevo/WIP/RobShortt In directory sc8-pr-cvs1:/tmp/cvs-serv29135 Modified Files: TODO Log Message: Investigate http://pyrecade.sourceforge.net Index: TODO === RCS file:

Re: [Freevo-cvslog] freevo/WIP/RobShortt TODO,1.6,1.7

2003-06-03 Thread Aubin Paul
I don't use MAME (or have any ROMs) but that thing looks really nice. Could we add support for other ROMS and keep the general structure? Aubin On Mon, Jun 02, 2003 at 09:49:06AM -0700, [EMAIL PROTECTED] wrote: Update of /cvsroot/freevo/freevo/WIP/RobShortt In directory

[Freevo-devel] Re: [Freevo-cvslog] freevo/WIP/RobShortt TODO,1.6,1.7

2003-06-03 Thread Rob Shortt
Aubin Paul wrote: I don't use MAME (or have any ROMs) but that thing looks really nice. Could we add support for other ROMS and keep the general structure? We could have something like: MAIN MENU - GAMES - SNES - existing interface - MAME - pyrecade Right now SNES roms and

Re: [Freevo-devel] Re: Dischi/Rob - TV question

2003-06-03 Thread Gustavo Sverzut Barbieri
You will be very happy when I finnish... I sent some initial patches that could do something better than we do now, but they're too ugly :) So Dischi and I defined an better approach (formating using XML)... If you want to know more, please search the list. Gustavo --- Aubin Paul [EMAIL

Re: [Freevo-devel] Idlebar (was: Dischi/Rob - TV question)

2003-06-03 Thread Gustavo Sverzut Barbieri
--- Dirk Meyer [EMAIL PROTECTED] escreveu: Aubin Paul wrote: Wow... I didn't even think it was setup /THAT/ properly :) This is remarkably easier than editing the code. I can wait for Gustavo's thing, it's mainly a cosmetic issue, but because I made the info area 'thinner' to account

[Freevo-devel] Re: [Freevo-cvslog] freevo/WIP/RobShortt TODO,1.6,1.7

2003-06-03 Thread Dirk Meyer
Rob Shortt wrote: Aubin Paul wrote: I don't use MAME (or have any ROMs) but that thing looks really nice. Could we add support for other ROMS and keep the general structure? We could have something like: MAIN MENU - GAMES - SNES - existing interface - MAME - pyrecade

[Freevo-devel] Re: Idlebar

2003-06-03 Thread Dirk Meyer
Gustavo Sverzut Barbieri wrote: I'm totally agains auto-scale things and IMHO Pygame scaling sucks :) What do you mean with Pygame scaling sucks? You mean image scaling? We could skip to use PIL for scaling, maybe it looks better. It's not too difficult to adapt the skin (manually) to use the

[Freevo-cvslog] freevo/src/tv epg_xmltv.py,1.17,1.18

2003-06-03 Thread rshortt
Update of /cvsroot/freevo/freevo/src/tv In directory sc8-pr-cvs1:/tmp/cvs-serv19032 Modified Files: epg_xmltv.py Log Message: A couple try/excepy blocks that actually end up fixing a problem when scheduling a recording, record_server tried to init the display. This was tested on two

Re: [Freevo-devel] Idlebar (was: Dischi/Rob - TV question)

2003-06-03 Thread Brian J. Murrell
On Mon, 2003-06-02 at 11:30, Dirk Meyer wrote: Idlebar -- there was a discussion about that on IRC some days ago. I would like to make it possible to use the idle bar on _all_ skins. But I don't want to design all skins with the free space for the idle bar, maybe the user doesn't want the bar

[Freevo-devel] Re: [Freevo-cvslog] freevo/src/tv record_schedule.py,1.3,1.4 record_video.py,1.16,1.17tv.py,1.12,1.13

2003-06-03 Thread Rob Shortt
This is SO FUNNY! I am doing the exact same thing right this instant with my search/view scheduled recordings/view favorites pops. -Rob [EMAIL PROTECTED] wrote: Update of /cvsroot/freevo/freevo/src/tv In directory sc8-pr-cvs1:/tmp/cvs-serv31681 Modified Files: record_schedule.py

Re: [Freevo-devel] Idlebar (was: Dischi/Rob - TV question)

2003-06-03 Thread Brian J. Murrell
On Mon, 2003-06-02 at 15:39, Gustavo Sverzut Barbieri wrote: I'm totally agains auto-scale things and IMHO Pygame scaling sucks :) I don't think we are talking about scaling, as much as having at least one widget per screen that basically gets whatever space is left after all of the others have

[Freevo-cvslog] freevo/src event.py,1.7,1.8

2003-06-03 Thread rshortt
Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1:/tmp/cvs-serv7081 Modified Files: event.py Log Message: Need a pageup/pagedown for input events. Index: event.py === RCS file:

Re: [Freevo-devel] Idlebar (was: Dischi/Rob - TV question)

2003-06-03 Thread Gustavo Sverzut Barbieri
Ok, But somethings like icons and background needs scaling anyway. See my other mail to Dischi... Also, about your other email about freevo writing a new GUI toolkit, yes, we are doing that. But's not our fault and yes, I already searched for an alternative (when I started to write

[Freevo-cvslog] freevo/src/tv program_display.py,1.2,1.3 program_search.py,1.2,1.3

2003-06-03 Thread rshortt
Update of /cvsroot/freevo/freevo/src/tv In directory sc8-pr-cvs1:/tmp/cvs-serv26837 Modified Files: program_display.py program_search.py Log Message: More realistic height's. Index: program_display.py === RCS file:

[Freevo-devel] Re: Schedule Editor :)

2003-06-03 Thread Aubin Paul
You probably want to do that with your new server code though, right? This is more a stopgap for the current flat file thing... I assume your recording server will abstract all this stuff so it can be used through the various interfaces. One other idea I had, is it possible to use Twisted to

[Freevo-cvslog] freevo/src/tv tv.py,1.13,1.13.2.1 tvguide.py,1.8,1.8.2.1

2003-06-03 Thread rshortt
Update of /cvsroot/freevo/freevo/src/tv In directory sc8-pr-cvs1:/tmp/cvs-serv31018 Modified Files: Tag: new_record tv.py tvguide.py Log Message: Committing to a branch tag: new_record These changes enable the new program recording / informations popups which use record_server.

[Freevo-devel] import module problemo in my plugin

2003-06-03 Thread Rich C
Hello All, I'm trying to write my own plugin, for which I'm importing alot of the other modules that you guys have written. I'm having a problem that any time I import module and run freevo it doesn't seem to know that any other modules I import from my plugin exist unless I copy them into the

Re: [Freevo-devel] import module problemo in my plugin

2003-06-03 Thread Rob Shortt
Rich C wrote: Hello All, Hi Rich, I'm trying to write my own plugin, for which I'm importing alot of the other modules that you guys have written. I'm having a problem that any time I import module and run freevo it doesn't seem to know that any other modules I import from my plugin exist

Re: [Freevo-devel] Re: Schedule Editor :)

2003-06-03 Thread Michael Ruelle
On Mon, 2003-06-02 at 22:27, Rob Shortt wrote: One other idea I had, is it possible to use Twisted to stream mp3s? People who want to schedule recordings from work, might also want to access their music collection, so we could add shoutcast or something to the web interface. Yes,

[Freevo-devel] Re: import module problemo in my plugin

2003-06-03 Thread Rich C
Thanks for the help but I'm still a bit stuck At the moment, my WIP plugin is living in: /usr/local/freevo/src/plugins I am running it by just running ./freevo (and i've modified the blue1_big.fxd skin to include it as another main menu selection) My code is found okay and runs, it's just

Re: [Freevo-devel] Re: import module problemo in my plugin

2003-06-03 Thread Rob Shortt
Rich C wrote: At the moment, my WIP plugin is living in: /usr/local/freevo/src/plugins I am running it by just running ./freevo (and i've modified the blue1_big.fxd skin to include it as another main menu selection) Are you using CVS? Instead of modifying the skin file you can have it as a

Re: [Freevo-devel] Re: Schedule Editor :)

2003-06-03 Thread Rob Shortt
Rob Shortt wrote: I have just updated some of the popups and made changes to tv.py and tvguide.py and committed them on a branch tag for further testing and development. If anyone would like to try them just cvs update, then: cvs update -r new_record src/tv/tv.py src/tv/tvguide.py I have

[Freevo-wikilog] [Freevo Wiki] Update of DocumentationPage

2003-06-03 Thread freevo-wikilog
Dear Wiki user, You have subscribed to a wiki page or wiki category on Freevo Wiki for change notification. The following page has been changed by 68.18.162.129: http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage