Re: [Freevo-devel] Freevo 1.4 roadmap

2003-10-21 Thread James Oakley
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On October 20, 2003 01:01 pm, Michael Ruelle wrote: obscuring it and allowing it to pass through. I have found many posts on the internet claiming that xmlrpc for python does not handle nonascii characters and that there is no way to change the

[Freevo-devel] The new games settings and Python 2.2

2003-10-21 Thread Simon Windmill
Is the new DIR_GAMES stuff working with Python 2.2? I just wiped my Debian box and put Gentoo on there, which only has an ebuild for 2.2. Whenever I try getting a dir listing for games (a big part of my freevo use) I get the message about updating my DIR_GAMES setting, but it seems to be in the

SV: [Freevo-devel] The new games settings and Python 2.2

2003-10-21 Thread Peter Svensson
I have got that error several times. If I recall correctly it was either a misspelling of paths on my part, (and/)or that I had to remove /var/cache/freevo when I upgraded something from cvs. /Peter -Ursprungligt meddelande- Från: Simon Windmill [mailto:[EMAIL PROTECTED] Skickat: den 21

[Freevo-devel] Rob: Found out something about record_client failures

2003-10-21 Thread Aubin Paul
By adding a lot of 'prints' and tracing the program, I found something odd. I put code into marmalade.py and found that two different 'obj' were being sent to the code. The first was a proper instance, which works fine, but at some point, a bool object is sent as well. Of course, since the bool

[Freevo-devel] Re: [Freevo-cvslog] freevo/src/tv tvguide.py,1.17,1.18

2003-10-21 Thread Aubin Paul
I've also filed a bug with Twisted's upstream with the following code for JellyToNode: Below line 267: - elif objType is types.BooleanTypes: node = self.document.createElement(int) node.setAttribute(value, int(obj)) - Until it's fixed in Twisted, can everyone be careful not to

Re: [Freevo-devel] Freevo 1.4 roadmap

2003-10-21 Thread Rob Shortt
James Oakley wrote: The XMLRPC module provided by Python does support Unicode objects, but not as dictionary keys. That's why the output of xmltv.py has String objects as keys and Unicode objects as values. Funny thing, I thought about trying real string objects last week but forgot and never

[Freevo-devel] Rob: Mysterious bug fixed!?

2003-10-21 Thread Aubin Paul
Ok, I think I've found why you were unable to reproduce this. If I recall correctly, you're running on Python 2.2, which lacks the Boolean type. I made a two-line change to the marmalade.py script to add the bool type and it works nicely. I still don't know why the bool is appearing, so I may

[Freevo-cvslog] freevo/src/tv program_display.py,1.19,1.20

2003-10-21 Thread outlyer
Update of /cvsroot/freevo/freevo/src/tv In directory sc8-pr-cvs1:/tmp/cvs-serv14809 Modified Files: program_display.py Log Message: Remove a stray print... this was probably for debugging. Index: program_display.py === RCS

[Freevo-cvslog] freevo/i18n/no/LC_MESSAGES freevo.po,1.3,1.4

2003-10-21 Thread gsbarbieri
Update of /cvsroot/freevo/freevo/i18n/no/LC_MESSAGES In directory sc8-pr-cvs1:/tmp/cvs-serv26156/i18n/no/LC_MESSAGES Modified Files: freevo.po Log Message: Some more i18n improvements. Index: freevo.po === RCS file:

[Freevo-cvslog] freevo/i18n/nl/LC_MESSAGES freevo.po,1.4,1.5

2003-10-21 Thread gsbarbieri
Update of /cvsroot/freevo/freevo/i18n/nl/LC_MESSAGES In directory sc8-pr-cvs1:/tmp/cvs-serv26156/i18n/nl/LC_MESSAGES Modified Files: freevo.po Log Message: Some more i18n improvements. Index: freevo.po === RCS file:

[Freevo-cvslog] freevo/src/audio/plugins cdbackup.py,1.22,1.23 coversearch.py,1.20,1.21 mplayer.py,1.22,1.23 playlist.py,1.1,1.2 radio.py,1.3,1.4 webradio.py,1.3,1.4 xine.py,1.5,1.6

2003-10-21 Thread gsbarbieri
Update of /cvsroot/freevo/freevo/src/audio/plugins In directory sc8-pr-cvs1:/tmp/cvs-serv26156/src/audio/plugins Modified Files: cdbackup.py coversearch.py mplayer.py playlist.py radio.py webradio.py xine.py Log Message: Some more i18n improvements. Index: cdbackup.py

[Freevo-cvslog] freevo/i18n/it/LC_MESSAGES freevo.po,1.2,1.3

2003-10-21 Thread gsbarbieri
Update of /cvsroot/freevo/freevo/i18n/it/LC_MESSAGES In directory sc8-pr-cvs1:/tmp/cvs-serv26156/i18n/it/LC_MESSAGES Modified Files: freevo.po Log Message: Some more i18n improvements. Index: freevo.po === RCS file:

[Freevo-cvslog] freevo/i18n/da/LC_MESSAGES freevo.po,1.2,1.3

2003-10-21 Thread gsbarbieri
Update of /cvsroot/freevo/freevo/i18n/da/LC_MESSAGES In directory sc8-pr-cvs1:/tmp/cvs-serv26156/i18n/da/LC_MESSAGES Modified Files: freevo.po Log Message: Some more i18n improvements. Index: freevo.po === RCS file:

[Freevo-cvslog] freevo/src/plugins df.py,1.7,1.8 file_ops.py,1.8,1.9

2003-10-21 Thread gsbarbieri
Update of /cvsroot/freevo/freevo/src/plugins In directory sc8-pr-cvs1:/tmp/cvs-serv26156/src/plugins Modified Files: df.py file_ops.py Log Message: Some more i18n improvements. Index: df.py === RCS file:

[Freevo-cvslog] freevo/src/video/plugins imdb.py,1.26,1.27 mplayer.py,1.35,1.36 xine.py,1.17,1.18

2003-10-21 Thread gsbarbieri
Update of /cvsroot/freevo/freevo/src/video/plugins In directory sc8-pr-cvs1:/tmp/cvs-serv26156/src/video/plugins Modified Files: imdb.py mplayer.py xine.py Log Message: Some more i18n improvements. Index: imdb.py === RCS

[Freevo-devel] BMOVL

2003-10-21 Thread Gustavo Sverzut Barbieri
Hello, Dischi, I just tested your bmovl code and it works wonderful. Some ideas I have to improve it: 1) I don't know if it's possible, but... Make it a plugin, this plugin should create /tmp/bmovl if it doesn't exist AND add -vf scale,expand it it is not there yet. 2) have a special setting

[Freevo-cvslog] freevo/i18n/fi/LC_MESSAGES freevo.po,1.1,1.2

2003-10-21 Thread gsbarbieri
Update of /cvsroot/freevo/freevo/i18n/fi/LC_MESSAGES In directory sc8-pr-cvs1:/tmp/cvs-serv26156/i18n/fi/LC_MESSAGES Modified Files: freevo.po Log Message: Some more i18n improvements. Index: freevo.po === RCS file:

RE: [Freevo-devel] The new games settings and Python 2.2

2003-10-21 Thread Simon Windmill
What's strange is that it's not actually returning after the popup, even though the code says it should be. It in fact continues and tries adding items to the return list. I should have also pointed out that the real problem is that I end up with an empty listing as well as getting that message.

[Freevo-cvslog] freevo/i18n/sv/LC_MESSAGES freevo.po,1.6,1.7

2003-10-21 Thread gsbarbieri
Update of /cvsroot/freevo/freevo/i18n/sv/LC_MESSAGES In directory sc8-pr-cvs1:/tmp/cvs-serv26156/i18n/sv/LC_MESSAGES Modified Files: freevo.po Log Message: Some more i18n improvements. Index: freevo.po === RCS file:

[Freevo-devel] shutdown script...

2003-10-21 Thread Aubin Paul
I've noticed that for the longest time that a 'freevo stop' doesn't actually shutdown the OSD; it kills Freevo where it stands, but never clears the screen or anything. I've fixed it in my 'freevo' shell script, but before committing it, I want to make sure that I'm not missing something here.

[Freevo-cvslog] freevo/i18n/de/LC_MESSAGES freevo.po,1.2,1.3

2003-10-21 Thread gsbarbieri
Update of /cvsroot/freevo/freevo/i18n/de/LC_MESSAGES In directory sc8-pr-cvs1:/tmp/cvs-serv26156/i18n/de/LC_MESSAGES Modified Files: freevo.po Log Message: Some more i18n improvements. Index: freevo.po === RCS file:

[Freevo-devel] Re: Another crash

2003-10-21 Thread Dirk Meyer
Aubin Paul wrote: I got another crash in childapp.py: File /usr/local/freevo/src/audio/plugins/mplayer.py, line 177, in stop self.thread.stop('quit\n') File /usr/local/freevo/src/childapp.py, line 381, in stop raise OSError This is this part: if not

RE: [Freevo-devel] The new games settings and Python 2.2

2003-10-21 Thread Michael Ruelle
Are you using freevo-rc1? There was a bug where subdirs did not work with the additional args that the games system uses. The snapshots have fixed this. This will be in the next rc. Mike Ruelle On Tue, 2003-10-21 at 13:01, Simon Windmill wrote: What's strange is that it's not actually

[Freevo-cvslog] freevo/i18n/es/LC_MESSAGES freevo.po,1.7,1.8

2003-10-21 Thread gsbarbieri
Update of /cvsroot/freevo/freevo/i18n/es/LC_MESSAGES In directory sc8-pr-cvs1:/tmp/cvs-serv26156/i18n/es/LC_MESSAGES Modified Files: freevo.po Log Message: Some more i18n improvements. Index: freevo.po === RCS file:

[Freevo-devel] xml-config-structure

2003-10-21 Thread Eirik Meland
I have started to make a web configuration interface and want to build the different menus and forms from xml. This is the xml-structure so far. Please comment. structure category name=General Settings description Explanation of this menu /description settings path

[Freevo-cvslog] freevo/src/tv program_display.py,1.20,1.21

2003-10-21 Thread rshortt
Update of /cvsroot/freevo/freevo/src/tv In directory sc8-pr-cvs1:/tmp/cvs-serv12741/src/tv Modified Files: program_display.py Log Message: Fix a crash when no recordserver is available. Index: program_display.py === RCS

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

2003-10-21 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 193.252.108.86: http://freevo.sourceforge.net/cgi-bin/moin.cgi/BugList

[Freevo-cvslog] freevo/src directory.py,1.52,1.53 playlist.py,1.30,1.31

2003-10-21 Thread gsbarbieri
Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1:/tmp/cvs-serv26156/src Modified Files: directory.py playlist.py Log Message: Some more i18n improvements. Index: directory.py === RCS file:

[Freevo-cvslog] freevo/i18n/pt_BR/LC_MESSAGES freevo.po,1.3,1.4

2003-10-21 Thread gsbarbieri
Update of /cvsroot/freevo/freevo/i18n/pt_BR/LC_MESSAGES In directory sc8-pr-cvs1:/tmp/cvs-serv26156/i18n/pt_BR/LC_MESSAGES Modified Files: freevo.po Log Message: Some more i18n improvements. Index: freevo.po === RCS file:

Re: [Freevo-devel] xml-config-structure

2003-10-21 Thread Gustavo Sverzut Barbieri
IMHO it's good. Please try to develop a non coupled solution, break it in an Engine and the interface itself, so we can reuse it when creating an interface to freevo itself (non-web) Gustavo --- Eirik Meland [EMAIL PROTECTED] escreveu: I have started to make a web configuration interface and

[Freevo-cvslog] freevo/share/icons/themes/AquaFusion auto.png,NONE,1.1 off.png,NONE,1.1 on.png,NONE,1.1

2003-10-21 Thread gsbarbieri
Update of /cvsroot/freevo/freevo/share/icons/themes/AquaFusion In directory sc8-pr-cvs1:/tmp/cvs-serv14711/share/icons/themes/AquaFusion Added Files: auto.png off.png on.png Log Message: Support icons instead of labels on, off and auto --- NEW FILE: auto.png --- (This appears to be a

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

2003-10-21 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 200.218.225.10: http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage_2fFxdFiles