[Freevo-devel] freevo 1.7 svn / idlebar encoding plugin : still trouble with the fonts !

2007-02-24 Thread Pascal Schirrmann
Hi, I really had the feeling that everything was OK with the font s of the idlebar.encoding plugin. But no ! Now I did find the trick : If I start freevo with the blurr skin configured, then, even if I change the skin during my freevo session, I never can see the font. If I start freevo with

[Freevo-devel] freevo 1.7 svn / freeboxtv plugin

2007-02-24 Thread Pascal Schirrmann
Duncan Webb a écrit : >> 2. Video sometimes lags behind the audio (only in full-screen mode). >> VLC does not have this issue playing full-screen. >> > > There is a plug-in from Valère JEANTET RAMOS for vlc and freeboxtv, now > added to svn. They have not been tested so I don't know if they wo

Re: [Freevo-devel] kaa.epg design questions

2007-02-24 Thread Dirk Meyer
Tanja wrote: > Hi, > > I finished a first version of the grabber for epgdata.com! > > Notes, thought, questions: > > 1.) I solved the date problem for now by taking the first year as the > date, when there is something like 1995/96 or 2000-05. OK, I will fix that. > 2.) A blacklist or maybe bette

Re: [Freevo-devel] freevo 1.7svn / freevo makelogos doesn't work

2007-02-24 Thread Pascal Schirrmann
Duncan Webb a écrit : > I've just checked in makelogos.py, r9259. > > Can you please give it a test, I don't use xmltv any more so it's not so > easy for me to test it. > Hi Duncan, Again, many thanks for your work ! With your new version, I didn't have any more error messages, but at first r

Re: [Freevo-devel] *** SPAM ***Re: kaa checkout from yesterday..

2007-02-24 Thread Jason Tackaberry
What's with the *** SPAM *** bit in the subject? It was added by Joe on Wednesday. - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions o

Re: [Freevo-devel] [Freevo-PATCH] freevo on the PS3

2007-02-24 Thread Duncan Webb
Tobi Kars wrote: > Dear Freevo team, > > I have succesfully made Freevo 1.7 run on the PS3, using Yellow Dog > Linux in true 1080p. > I have attached some screenshots as well as the configuration for the > freevo-1.7.0-rc2 version. Great news about getting freevo to run on a PS3. I will put the c

Re: [Freevo-devel] kaa.epg design questions

2007-02-24 Thread Tanja
Hi, I finished a first version of the grabber for epgdata.com! Notes, thought, questions: 1.) I solved the date problem for now by taking the first year as the date, when there is something like 1995/96 or 2000-05. 2.) A blacklist or maybe better a whitelist for channels is still missing, n

Re: [Freevo-devel] *** SPAM ***Re: kaa checkout from yesterday..

2007-02-24 Thread Dirk Meyer
Jose Taza wrote: >> your default lib dir (ldconfig). What does >> >> | evas-config --libs >> >> say? > > -L/usr/local/lib -levas -lpthread -ldl -lfreetype -lz Looks good. Is /usr/local/lib in /etc/ld.so.conf? If not, add it and run 'ldconfig' as root. If it is, run 'ldconfig' and try again. Disc

Re: [Freevo-devel] Problems with kaa.xml

2007-02-24 Thread Tanja
Hi Dischi, Thank you! The fix worked, of course ;-) > But why are you modifing the tree? Why not just parse and the the > stuff to kaa.epg.db (I guess that is what you are doing). No need for > creating a xml file. > I used xmltv.py as an example, so everything is very similar to xmltv.py. Thi

Re: [Freevo-devel] *** SPAM ***Re: kaa checkout from yesterday..

2007-02-24 Thread Jose Taza
> your default lib dir (ldconfig). What does > > | evas-config --libs > > say? -L/usr/local/lib -levas -lpthread -ldl -lfreetype -lz Jose - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay p

Re: [Freevo-devel] Problems with kaa.xml

2007-02-24 Thread Dirk Meyer
Tanja wrote: > I have put a small standalone test programm with two input files in the > attached archive, which demonstrate what I mean. This is the fix: for xmlfile in chfiles: try: print 'Parse %s' %xmlfile doc = xml.Document(xmlfile, 'channel') print 'doc children

Re: [Freevo-devel] Problems with kaa.xml

2007-02-24 Thread Dirk Meyer
Tanja wrote: > Hello, > > I found something strange while using kaa.xml for a kaa.epg source. > I do have to process several xml files and thus tried to create on big > tree from all files by using Node.add_child() from kaa.xml. I had similar problems when doing the new config stuff. > What I obs

Re: [Freevo-devel] kaa checkout from yesterday..

2007-02-24 Thread Dirk Meyer
Jose Taza wrote: > After installing evas and running freevo, the error didn't occur. > I had to do a clean and reinstall kaa to make the error occur again. > This is the error print: > > No X11 because: libevas.so.1: cannot open shared object file: No such file > or directory > > The evas librari

[Freevo-devel] Problems with kaa.xml

2007-02-24 Thread Tanja
Hello, I found something strange while using kaa.xml for a kaa.epg source. I do have to process several xml files and thus tried to create on big tree from all files by using Node.add_child() from kaa.xml. What I observed is: 1.) after calling once add_child for ONE child, all its siblings are