[Freevo-devel] Freevo startup script

2009-02-17 Thread Joost Kop
;--', ':'+str(server_num) ] + opt_server_layout) elif opts.daemon: # start freevo in background I'm guessing you might know the problem. It is not yet clear to me. Regards, Joost --

[Freevo-devel] Freevo 1.x plugin genre.py

2008-07-26 Thread Joost Kop
u can put it in the archive. Best regards, Joost # -*- coding: iso-8859-1 -*- # - # genre.py - Browse EPG by Genre # - # $Id: genre.py 10816 2008-

Re: [Freevo-devel] Freevo2 : out of range and fullscreen bugs

2007-11-06 Thread Joost Kop
empty" message instead! So I changed this in the following patch. Dischi, can you put these changes in svn? The diff contains more changes I did. See also mail below. Thanks. Regards, Joost Hi, I have added the program status (scheduled, recording, conflict) to the new tvguide (testgu

[Freevo-devel] small problems

2007-10-31 Thread Joost Kop
: - testguide.py: changed self.grid to self.choices. self.grid doesn't exist anymore - program.py: added '()' to 'return self.get_start()' Next task: Add channel logos. :) Regards, Joost Index: ui/src/gui/areas/grid_area.py =

Re: [Freevo-devel] New TVGuide and Artist - album plugins using the grid menu

2007-10-03 Thread Joost
hinking about drawing it from top to bottom, so that the column items can have different heights. But we'll see when we start using it that way. > Your full name is Joost Kop? Yes > I need it for the AUTHORS file and the > credit at the beginning of each fi

[Freevo-devel] New TVGuide and Artist - album plugins using the grid menu

2007-10-01 Thread Joost
ome blind on some strange coding. ;) Best regards, Joost # -*- coding: iso-8859-1 -*- # - # grid_area.py - A grid area for the Freevo skin # - # $Id:

Re: [Freevo-devel] [Freevo 2.0 svn] kaa.beacon update, please read

2007-09-24 Thread Joost
plugin will show a grid of albums per artists. Soon I will have a first version available of the new grid view, TVGuide and the audio plugin. Best regards, Joost Op maandag 17-09-2007 om 17:37 uur [tijdzone +0200], schreef Dirk Meyer: > Hi, > > all 2.0 svn users have to delete the bea

[Freevo-devel] freevo2.0: TVguide

2007-07-23 Thread Joost
et me know your opinion about this. Do you think this is a good solution and does it fit in the freevo2.0 design? If it does, I would like to continue and make a first version of the new TVGuide. Best regards, Joost - This S

[Freevo-devel] [Fwd: Re: freevo2: recordItem class]

2007-07-22 Thread Joost
Hi Dischi, I have never seen these patches get into svn. Maybe you forgot to put them in? These are good patches, so if you can it would be great to put them in. Best regards, Joost ---Doorgestuurd bericht--- Van: Tanja <[EMAIL PROTECTED]> Antwoordadres: [EMAIL PROTECTED] Aan

Re: [Freevo-devel] freevo2.0: problem in fxdparser.py or tvserver.recording.py ?

2007-07-07 Thread Joost
e freevo-tvserver again, it will crash because of the & iso. & In the attached diff you can find the change I made to solve this problem. Best regards, Joost Op zaterdag 16-06-2007 om 18:32 uur [tijdzone +0200], schreef Dirk Meyer: > Joost wrote: > > I just did an svn update a

Re: [Freevo-devel] freevo2.0: problem in fxdparser.py or tvserver.recording.py ?

2007-06-01 Thread Joost
I just did an svn update again, and nothing changed. I'm at revision 9628. So the problem is still there. Regards, Joost Op vrijdag 01-06-2007 om 14:40 uur [tijdzone +0200], schreef Dirk Meyer: > Joost wrote: > > Hi, > > > > I have found a problem with saving recording

[Freevo-devel] freevo2.0: problem in fxdparser.py or tvserver.recording.py ?

2007-05-31 Thread Joost
Hi, I have found a problem with saving recording data to the tvschedule.fxd file. Sometimes the name or description of a program contains the '&' character. In xml this should be replaced by '&'. Because this is not done the tvserver sometimes give an error reading the tvserver.fxd file. Looking