[Freevo-cvslog] freevo/src/www/htdocs search.rpy,1.16,1.17

2004-03-08 Thread rshortt
Update of /cvsroot/freevo/freevo/src/www/htdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29497/src/www/htdocs Modified Files: search.rpy Log Message: Add advanced search and link to search page. Next will probably add genre options. Index: search.rpy ==

[Freevo-cvslog] freevo/src/www web_types.py,1.23,1.24

2004-03-08 Thread rshortt
Update of /cvsroot/freevo/freevo/src/www In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29497/src/www Modified Files: web_types.py Log Message: Add advanced search and link to search page. Next will probably add genre options. Index: web_types.py

[Freevo-devel] snesitem.py - find images automagicly

2004-03-08 Thread Stefan
Hi list, I had some problems displaying zsnes snapshoots (aka. screenshots), because Im to lazy to rename the png's. I linked the image location for snes to ~/.zsnes, took some screenshoots and saw no image in the game list... ... looked into snesitem.py, and changed something (my first python i

Re: [Freevo-devel] MPlayer plug-in: CD playing and cddb information out of synch

2004-03-08 Thread Aubin Paul
The simplest solution would be to watch the output from mplayer (which we do now to get time information) and then, if we see the 'next track' indicator that mplayer outputs when it goes to the next track, we have Freevo move the OSd to the next track. Also important would be to subtract the time f

[Freevo-devel] MPlayer plug-in: CD playing and cddb information out of synch

2004-03-08 Thread Bearcat M. Sandor
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm using version 1.0pre3 of the main MPlayer app and 1.1 of the MPlayer gui. Note you only see this behavior if you let a CD play through to the next track. This a problem with running Mplayer stand-alone too. I only bring it up to the list becau

Re: [Freevo-cvslog] freevo/src/util marmalade.py,NONE,1.

2004-03-08 Thread Aubin Paul
Uhm... I'm not 100% sure, but based on a quick look over the most recent version of Twisted (1.2.0) unicode is supported; shouldn't we try to use the system one first, and/or just require 1.2.0? On Mon, Mar 08, 2004 at 11:14:39AM -0800, [EMAIL PROTECTED] wrote: > Update of /cvsroot/freevo/freevo/s

[Freevo-devel] Re: Unicode stuff

2004-03-08 Thread Viggo Fredriksen
Dirk Meyer wrote: Viggo Fredriksen wrote: Hi. I haven't followed closely on what has been done with the unicode stuff in freevo, but the recent changes in area.py has rendered my freevo useless. I've tried setting different LOCALE's in my config, but it doesn't seem to help. All menus with items

[Freevo-devel] Re: unicode & other bugs/problems (please read)

2004-03-08 Thread Dirk Meyer
Florian Demmer wrote: > ... again got fresh cvs: > a new trace i encountered: > Traceback (most recent call last): > File "/usr/lib/python2.3/site-packages/freevo/tv/record_client.py", > line 139, in scheduleRecording > (status, message) = server.scheduleRecording(jellyToXML(prog)) > File "

[Freevo-devel] Re: Unicode stuff

2004-03-08 Thread Dirk Meyer
Viggo Fredriksen wrote: > Hi. > > I haven't followed closely on what has been done with the unicode stuff > in freevo, but the recent changes in area.py has rendered my freevo > useless. I've tried setting different LOCALE's in my config, but it > doesn't seem to help. All menus with items containi

[Freevo-cvslog] freevo/src/helpers recordserver.py,1.33,1.34

2004-03-08 Thread dischi
Update of /cvsroot/freevo/freevo/src/helpers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26378/helpers Modified Files: recordserver.py Log Message: use our marmalade Index: recordserver.py === RCS file: /cvsroot/fr

[Freevo-cvslog] freevo/src/tv record_client.py,1.15,1.16

2004-03-08 Thread dischi
Update of /cvsroot/freevo/freevo/src/tv In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26378/tv Modified Files: record_client.py Log Message: use our marmalade Index: record_client.py === RCS file: /cvsroot/freevo/fre

[Freevo-cvslog] freevo/src/tv tvguide.py,1.27,1.28

2004-03-08 Thread dischi
Update of /cvsroot/freevo/freevo/src/tv In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26256 Modified Files: tvguide.py Log Message: fix popup input focus Index: tvguide.py === RCS file: /cvsroot/freevo/freevo/src/tv/

[Freevo-cvslog] freevo/src/util marmalade.py,NONE,1.1

2004-03-08 Thread dischi
Update of /cvsroot/freevo/freevo/src/util In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26017 Added Files: marmalade.py Log Message: add our own version of marmalade from twisted --- NEW FILE: marmalade.py --- # -*- test-case-name: twisted.test.test_persisted -*- # Twisted, the

Re: [Freevo-devel] Re: unicode & other bugs/problems

2004-03-08 Thread Rob Shortt
Florian Demmer wrote: "/usr/lib/python2.3/site-packages/freevo/www/web_types.py", line 255, in tableCell self.res += " "+data+"\n" exceptions.UnicodeDecodeError: 'ascii' codec can't decode byte 0xdf in position 114: ordinal not in range(128) I just fixed this on my side.

[Freevo-wikilog] [Freevo Wiki] Update of "DocumentationPage/InstallDeps"

2004-03-08 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 63.228.198.164: http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage_2fInstallDeps ---

[Freevo-devel] Re: [PATCH] Allowing real text-input with keyboard

2004-03-08 Thread Viggo Fredriksen
Dirk Meyer wrote: Viggo Fredriksen wrote: Hi. Attached is a patch allowing real keyboard text-input. It allows plugins to set event-context='text' and recieve unicode text from keyboard if config.TEXT_USE_KEYBOARD=1 is set. Attached is also a new version of the text-input I have for the mail plug