Re: [Freevo-devel] Re: Help requested for Unicode/XML strings in FXD files !!!!

2004-02-29 Thread centraladmin
Unicode again, I'm starting to hate it. The same for me. The imdb grabber that writes the file is bad! You should use the fxdparser in util to write the file. And you need cvs of Freevo. OK, understood. BTW.i work with Freevo CVS, so no problem for that. I just patched the fxdparser. You

Re: [Freevo-devel] Help requested for Unicode/XML strings in FXD files !!!!

2004-02-29 Thread den_RDC
I don't know if you can use UTF8 in an FXD XML file, but it works with XMLTV XML files. I use the following function to convert what the server gives me (windows 1215 charset) to UTF8 in pytvgrab. def clean_char( self, contents ): Convert windows-1252 char's to UTF-8

[Freevo-devel] [PATCH AND NEW FILE]

2004-02-29 Thread centraladmin
Hi. Here is the first attempt for an Allocine.fr video information grabber. Allocine.fr is similar to IMDB, but for french speaking people. So this grabber works like the video/plugin/imdb.py plugin. Dishi, i have found one bug (i think) in the util/fxdparser.py : the setattr method doe not work,

Re: [Freevo-devel] Help requested for Unicode/XML strings in FXD files !!!!

2004-02-29 Thread den_RDC
I don't know if you can use UTF8 in an FXD XML file, but it works with XMLTV XML files. I use the following function to convert what the server gives me (windows 1215 charset) to UTF8 in pytvgrab. def clean_char( self, contents ): Convert windows-1252 char's to UTF-8

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

2004-02-29 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 213.196.251.52: http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage_2fGameEmulators

[Freevo-devel] mmpython question

2004-02-29 Thread Tom Chance
Hello, I'm playing around with mmpython, and I have a question about the dvd part. Sorry if this is the wrong place, but this is what the mmpython project page suggested. So, I do the following with a dvd in the drive: import mmpython dvd = mmpython.Factory().create_from_device('/dev/dvd')