[Freevo-cvslog] freevo/src item.py,1.62,1.63

2004-02-05 Thread gsbarbieri
Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26635/src Modified Files: item.py Log Message: typo Index: item.py === RCS file: /cvsroot/freevo/freevo/src/item.py,v retrieving

[Freevo-cvslog] freevo/src/skins/main info_area.py,1.13,1.14 listing_area.py,1.23,1.24 view_area.py,1.5,1.6

2004-02-05 Thread dischi
Update of /cvsroot/freevo/freevo/src/skins/main In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15628 Modified Files: info_area.py listing_area.py view_area.py Log Message: remove bad log message Index: info_area.py

[Freevo-devel] [PATCH] tv.mplayer, Adds input events for 1-9 and use childapp2

2004-02-05 Thread Viggo Fredriksen
Hi Attached is a patch for the tv.mplayer to use ChildApp2 instead of ChildApp and seperate thread (I was tired of waiting for mplayer to get killed every time). If there is a reason for why this has not been done before, then please ignore :) The patch also adds INPUT_1:9 events in event context

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

2004-02-05 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.113.57.213: http://freevo.sourceforge.net/cgi-bin/moin.cgi/RecordingInfo

[Freevo-devel] Crash on Detach

2004-02-05 Thread Jan Grewe
Title: Crash on Detach Lalala, again ;-) Traceback (most recent call last): File /usr/lib/python2.3/site-packages/freevo/main.py, line 456, in ? event.arg() File /usr/lib/python2.3/site-packages/freevo/audio/plugins/detach.py, line 85, in detach gui.menuw.show() File

[Freevo-devel] Prob with System Encoding

2004-02-05 Thread Jan Grewe
Title: Prob with System Encoding I have this message in my log when i start freevo: WARNING:Could not determine system encoding! Did look in FREEVO_LOCALE, LANG and LC_ALL environment variables for 'l anguage.encoding' pair, but nothing found! Using ascii What do i have to set to make

Re: [Freevo-devel] thoughts.

2004-02-05 Thread Aubin Paul
On Thu, Feb 05, 2004 at 03:20:50AM -0300, Gustavo Sverzut Barbieri wrote: How, that was a long time ago (15months)... that time we still had the sub menu. True. Maybe you should ask krister in private if he didn't reply to this thread or even change the behaviour and wait for user comments.

[Freevo-cvslog] freevo/src event.py,1.37,1.38

2004-02-05 Thread outlyer
Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23542 Modified Files: event.py Log Message: Patch from Viggo Fredriksen o Move to ChildApp2 for mplayer TV plugin o Channel changing via the number pad on the remote Index: event.py

[Freevo-cvslog] freevo/src/tv/plugins mplayer.py,1.31,1.32

2004-02-05 Thread outlyer
Update of /cvsroot/freevo/freevo/src/tv/plugins In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23542/tv/plugins Modified Files: mplayer.py Log Message: Patch from Viggo Fredriksen o Move to ChildApp2 for mplayer TV plugin o Channel changing via the number pad on the remote

[Freevo-cvslog] freevo/src/tv channels.py,1.12,1.13

2004-02-05 Thread outlyer
Update of /cvsroot/freevo/freevo/src/tv In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23542/tv Modified Files: channels.py Log Message: Patch from Viggo Fredriksen o Move to ChildApp2 for mplayer TV plugin o Channel changing via the number pad on the remote Index: channels.py

[Freevo-devel] Re: Crash on Detach

2004-02-05 Thread Dirk Meyer
Jan Grewe wrote: Lalala, again ;-) Yep, Gustavo moved the internal stuff to Unicode. I guess there is a check if it's a string somewere. But now it is no string, it's a Unicode and this fails. I guess with the latest Unicode changes Freevo moves to very unstable for non ascii people. Dischi

Re: [Freevo-devel] [PATCH] tv.mplayer, Adds input events for 1-9 and use childapp2

2004-02-05 Thread Aubin Paul
Thanks Viggo, Committed... On Thu, Feb 05, 2004 at 01:28:55PM +0100, Viggo Fredriksen wrote: Hi Attached is a patch for the tv.mplayer to use ChildApp2 instead of ChildApp and seperate thread (I was tired of waiting for mplayer to get killed every time). If there is a reason for why

[Freevo-devel] Re: Prob with System Encoding

2004-02-05 Thread Dirk Meyer
Jan Grewe wrote: I have this message in my log when i start freevo: WARNING:Could not determine system encoding! Did look in FREEVO_LOCALE, LANG and LC_ALL environment variables for 'l anguage.encoding' pair, but nothing found! Using ascii maybe we should use latin-1 as default? I think

Re: [Freevo-devel] Re: Prob with System Encoding

2004-02-05 Thread Aubin Paul
We should set the previous behaviour as the default; if the default was latin-1, then we should use that. On Thu, Feb 05, 2004 at 03:24:03PM +0100, Dirk Meyer wrote: Jan Grewe wrote: I have this message in my log when i start freevo: WARNING:Could not determine system encoding! Did look in

Re: [Freevo-devel] Re: Non-Latin1 characters in Freevo

2004-02-05 Thread Gustavo Sverzut Barbieri
--- Dirk Meyer [EMAIL PROTECTED] escreveu: Gustavo Sverzut Barbieri wrote: Hello, Just commited the necessary changes to support non latin-1 filenames. It Works-For-Me (TM) using LANG=pt_BR.UTF-8 and non-ascii (portuguese) chars so it should work with others, please test. I

Re: [Freevo-devel] Re: Version 1.5 Roadmap... Revisited

2004-02-05 Thread Gustavo Sverzut Barbieri
--- Dirk Meyer [EMAIL PROTECTED] escreveu: Gustavo Sverzut Barbieri wrote: --- Aubin Paul [EMAIL PROTECTED] escreveu: Just thought we should follow up on this roadmap to see where we are. Items 1 and 2 are done... The background work for 3 and 4 are done but I still think we

Re: [Freevo-devel] Re: Version 1.5 Roadmap... Revisited

2004-02-05 Thread Rob Shortt
Gustavo Sverzut Barbieri wrote: --- Dirk Meyer [EMAIL PROTECTED] escreveu: I am. Still our biggest point on the wish list and a real show stopper: manual record. Not everyone has xmltv listings! What's the problem to get manual record working right now? Someone just needs to write an

Re: [Freevo-devel] Prob with System Encoding

2004-02-05 Thread Gustavo Sverzut Barbieri
--- Jan Grewe [EMAIL PROTECTED] escreveu: I have this message in my log when i start freevo: WARNING:Could not determine system encoding! Did look in FREEVO_LOCALE, LANG and LC_ALL environment variables for 'l anguage.encoding' pair, but nothing found! Using ascii What do i have to set

[Freevo-devel] Re: Non-Latin1 characters in Freevo

2004-02-05 Thread Dirk Meyer
Gustavo Sverzut Barbieri wrote: Yes, they're... If you check the cvs logs you see my changes are very punctual, but I spent a lot of time making it work... and discovering where it breakes... as you mentioned below, it generally breaks when doing str(), cause python uses ASCII as default

Re: [Freevo-devel] Re: Crash on Detach

2004-02-05 Thread Gustavo Sverzut Barbieri
--- Dirk Meyer [EMAIL PROTECTED] escreveu: Jan Grewe wrote: Lalala, again ;-) Yep, Gustavo moved the internal stuff to Unicode. I guess there is a check if it's a string somewere. But now it is no string, it's a Unicode and this fails. I guess with the latest Unicode changes Freevo

Re: [Freevo-devel] Re: Prob with System Encoding

2004-02-05 Thread Gustavo Sverzut Barbieri
--- Dirk Meyer [EMAIL PROTECTED] escreveu: Jan Grewe wrote: I have this message in my log when i start freevo: WARNING:Could not determine system encoding! Did look in FREEVO_LOCALE, LANG and LC_ALL environment variables for 'l anguage.encoding' pair, but nothing found! Using ascii

[Freevo-devel] Re: Prob with System Encoding

2004-02-05 Thread Dirk Meyer
Gustavo Sverzut Barbieri wrote: Oh, and PLEASE let me choose in the config if i want that new UP/DOWN/LEFT/RIGHT choosing/selecting . i like the old way much more! That's my bad (also :() Dischi will work on this. Better you do this, you know better were you changed stuff. Dischi --

[Freevo-devel] Re: Crash on Detach

2004-02-05 Thread Dirk Meyer
Gustavo Sverzut Barbieri wrote: --- Dirk Meyer [EMAIL PROTECTED] escreveu: Jan Grewe wrote: Lalala, again ;-) Yep, Gustavo moved the internal stuff to Unicode. I guess there is a check if it's a string somewere. But now it is no string, it's a Unicode and this fails. I guess with the

AW: [Freevo-devel] Prob with System Encoding

2004-02-05 Thread Jan Grewe
Our first tester :D Unfortunately, yes ;- It uses one of the 3 environment variables to determine your system encoding: FREEVO_LOCALE, LANG and LC_ALL. One of them should be set with a pair: language_code.encoding, in your case de.UTF-8, since your filename have utf-8 chars (\xe4 == รค).

Re: [Freevo-devel] Re: Non-Latin1 characters in Freevo

2004-02-05 Thread Gustavo Sverzut Barbieri
--- Dirk Meyer [EMAIL PROTECTED] escreveu: Gustavo Sverzut Barbieri wrote: Yes, they're... If you check the cvs logs you see my changes are very punctual, but I spent a lot of time making it work... and discovering where it breakes... as you mentioned below, it generally breaks when

[Freevo-devel] [PATCH] Eventhandler for audio.detach py, catch STOP,PAUSE,SEEK,NEXT,PREV

2004-02-05 Thread Viggo Fredriksen
Hi. I saw the mail earlier today requesting this. The patch makes it possible to send events to the player when detached. Regards Viggo Fredriksen audio.detach.diff.gz Description: application/gzip

[Freevo-devel] Re: Non-Latin1 characters in Freevo

2004-02-05 Thread Dirk Meyer
Gustavo Sverzut Barbieri wrote: --- Dirk Meyer [EMAIL PROTECTED] escreveu: Gustavo Sverzut Barbieri wrote: Yes, they're... If you check the cvs logs you see my changes are very punctual, but I spent a lot of time making it work... and discovering where it breakes... as you mentioned

Re: [Freevo-devel] Re: Prob with System Encoding

2004-02-05 Thread Gustavo Sverzut Barbieri
--- Dirk Meyer [EMAIL PROTECTED] escreveu: Gustavo Sverzut Barbieri wrote: Oh, and PLEASE let me choose in the config if i want that new UP/DOWN/LEFT/RIGHT choosing/selecting . i like the old way much more! That's my bad (also :() Dischi will work on this. Better you do this, you

[Freevo-devel] Re: Non-Latin1 characters in Freevo

2004-02-05 Thread Dirk Meyer
Hi, I was just wondering: why are we doing this at all? I mean, we get a dirlisting. This is something, maybe Unicode, maybe not. If we convert it to Unicode and than back to add to the os functions, maybe we even break the string. Proposal: we don't change our filesname to string. We don't

[Freevo-cvslog] freevo/WIP/Dischi pickle_check.py,1.4,1.5

2004-02-05 Thread dischi
Update of /cvsroot/freevo/freevo/WIP/Dischi In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2495/WIP/Dischi Modified Files: pickle_check.py Log Message: fix unicode handling Index: pickle_check.py === RCS file:

[Freevo-cvslog] freevo/src/util __init__.py,1.8,1.9 fileops.py,1.14,1.15 mediainfo.py,1.16,1.17 misc.py,1.22,1.23 vfs.py,1.15,1.16

2004-02-05 Thread dischi
Update of /cvsroot/freevo/freevo/src/util In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2495/src/util Modified Files: __init__.py fileops.py mediainfo.py misc.py vfs.py Log Message: fix unicode handling Index: __init__.py

[Freevo-cvslog] freevo/src/tv epg_xmltv.py,1.40,1.41

2004-02-05 Thread dischi
Update of /cvsroot/freevo/freevo/src/tv In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2495/src/tv Modified Files: epg_xmltv.py Log Message: fix unicode handling Index: epg_xmltv.py === RCS file:

[Freevo-cvslog] freevo/src config.py,1.93,1.94 item.py,1.63,1.64 osd.py,1.132,1.133

2004-02-05 Thread dischi
Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2495/src Modified Files: config.py item.py osd.py Log Message: fix unicode handling Index: config.py === RCS file:

[Freevo-cvslog] freevo/src menu.py,1.82,1.83

2004-02-05 Thread dischi
Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11938/src Modified Files: menu.py Log Message: make it possible to change back to the old navigation style Index: menu.py === RCS

[Freevo-cvslog] freevo freevo_config.py,1.316,1.317

2004-02-05 Thread dischi
Update of /cvsroot/freevo/freevo In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11938 Modified Files: freevo_config.py Log Message: make it possible to change back to the old navigation style Index: freevo_config.py

[Freevo-devel] Re: Prob with System Encoding

2004-02-05 Thread Dirk Meyer
Gustavo Sverzut Barbieri wrote: --- Dirk Meyer [EMAIL PROTECTED] escreveu: Gustavo Sverzut Barbieri wrote: Oh, and PLEASE let me choose in the config if i want that new UP/DOWN/LEFT/RIGHT choosing/selecting . i like the old way much more! That's my bad (also :() Dischi will work on

Re: [Freevo-devel] Re: Non-Latin1 characters in Freevo

2004-02-05 Thread Gustavo Sverzut Barbieri
--- Dirk Meyer [EMAIL PROTECTED] escreveu: Hi, I was just wondering: why are we doing this at all? I mean, we get a dirlisting. This is something, maybe Unicode, maybe not. If we convert it to Unicode and than back to add to the os functions, maybe we even break the string. Proposal:

[Freevo-cvslog] freevo/src main.py,1.111,1.112

2004-02-05 Thread dischi
Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22418/src Modified Files: main.py Log Message: check mmpython cache version Index: main.py === RCS file:

[Freevo-cvslog] freevo/src/helpers cache.py,1.17,1.18

2004-02-05 Thread dischi
Update of /cvsroot/freevo/freevo/src/helpers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22418/src/helpers Modified Files: cache.py Log Message: check mmpython cache version Index: cache.py === RCS file:

[Freevo-cvslog] freevo/src/util mediainfo.py,1.17,1.18

2004-02-05 Thread dischi
Update of /cvsroot/freevo/freevo/src/util In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22418/src/util Modified Files: mediainfo.py Log Message: check mmpython cache version Index: mediainfo.py === RCS file:

[Freevo-cvslog] freevo/src/plugins rom_drives.py,1.53,1.54

2004-02-05 Thread dischi
Update of /cvsroot/freevo/freevo/src/plugins In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24514 Modified Files: rom_drives.py Log Message: fix audio disc info Index: rom_drives.py === RCS file:

[Freevo-devel] Re: Prob with System Encoding

2004-02-05 Thread Dirk Meyer
Hi, All problems should be fixed now. Dischi -- multitasking = screwing up several things at once --- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse

[Freevo-devel] Re: Some stuff I've noticed

2004-02-05 Thread Dirk Meyer
Jan Grewe wrote: Over the time i noticed the following things, maybe they changed on purpose, maybe not: -For some time now i miss the infos like artist, album, year, etc when playing music, i only get the title and the elapsed time, and that's not much . i've checked that in various skins,

[Freevo-cvslog] freevo/src directory.py,1.109,1.110

2004-02-05 Thread dischi
Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11587 Modified Files: directory.py Log Message: make name a unicode object Index: directory.py === RCS file:

Re: AW: [Freevo-devel] Prob with System Encoding

2004-02-05 Thread Gustavo Sverzut Barbieri
Hi Jan, Dischi and I are working on encoding problem... it's real mess right now. If you want to take part and help debug go to IRC, server irc.freenode.net, channel #freevo About the navigation stuff, I'll take a look at it later Gustavo --- Jan Grewe [EMAIL PROTECTED] escreveu: Our

[Freevo-cvslog] freevo/src/plugins mediamenu.py,1.32,1.33

2004-02-05 Thread dischi
Update of /cvsroot/freevo/freevo/src/plugins In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9717 Modified Files: mediamenu.py Log Message: handle directory stuff as strings Index: mediamenu.py === RCS file:

[Freevo-cvslog] freevo/src/skins/main default_areas.py,1.7,1.8

2004-02-05 Thread dischi
Update of /cvsroot/freevo/freevo/src/skins/main In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11453 Modified Files: default_areas.py Log Message: fix crash Index: default_areas.py === RCS file:

[Freevo-cvslog] freevo/src event.py,1.38,1.39

2004-02-05 Thread mikeruelle
Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23676 Modified Files: event.py Log Message: it is nice to have zero in tvtime Index: event.py === RCS file:

[Freevo-cvslog] freevo/src/tv/plugins tvtime.py,1.29,1.30

2004-02-05 Thread mikeruelle
Update of /cvsroot/freevo/freevo/src/tv/plugins In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24759 Modified Files: tvtime.py Log Message: use new events in tv context Index: tvtime.py === RCS file:

Re: [Freevo-devel] thoughts.

2004-02-05 Thread Krister Lagerstrom
Aubin Paul wrote: On Thu, Feb 05, 2004 at 03:20:50AM -0300, Gustavo Sverzut Barbieri wrote: How, that was a long time ago (15months)... that time we still had the sub menu. True. Maybe you should ask krister in private if he didn't reply to this thread or even change the behaviour and wait

Re: [Freevo-devel] thoughts.

2004-02-05 Thread Aubin Paul
True... though there will be warning if we change the default, in the sense that it will accompany a pretty significant release with lots of other changes... and the old behaviour will always be available for those who want it. Personally, I don't mind which is the default, as long as both