Re: [Freevo-devel] Re: [Freevo-cvslog] freevo/src/tv program_display.py,1.26,1.27

2004-02-22 Thread Gustavo Sverzut Barbieri
--- Rob Shortt <[EMAIL PROTECTED]> escreveu: > There are probably some other issues I am aware of but can't think of > at the moment but I'm sure people will find some. :) - "Add to Favorites" doesn't work. - I don't see "View Favorites", Am I missing something? - "Schedule for Recording" in TV

Re: [Freevo-devel] program, favorites, search, manual record

2004-02-22 Thread Gustavo Sverzut Barbieri
--- Aubin Paul <[EMAIL PROTECTED]> escreveu: > On Sun, Feb 22, 2004 at 10:28:27AM -0400, Rob Shortt wrote: > > I added a ProgramItem class and an info area for it in the > blurr2.fxd. I > > started with the scheduled recordings menu, which is now a plugin. > When > > I enter it it gets the sch

Re: [Freevo-devel] Re: [Freevo-cvslog] freevo/src/www/htdocs edit_favorite.rpy,1.12,1.13

2004-02-22 Thread Aubin Paul
On Mon, Feb 23, 2004 at 03:05:59AM -0300, Gustavo Sverzut Barbieri wrote: > Don't know. To avoid future problems, I'm wrapping every possible > string that will possible have non-ascii chars with Unicode(), so it > will not blow elsewhere. I still don't understand why we can't redefine the built i

Re: [Freevo-devel] program, favorites, search, manual record

2004-02-22 Thread Aubin Paul
On Mon, Feb 23, 2004 at 12:22:26AM -0400, Rob Shortt wrote: > For that you would have to make two favorites, and the main reason I > made the 'name' property of a favorite editable. So you could have a > favorite called 'trek 1' for star trek at 6:30 and 'trek 2' for the same > at 12:30. I do

Re: [Freevo-devel] Re: [Freevo-cvslog] freevo/src/www/htdocs edit_favorite.rpy,1.12,1.13

2004-02-22 Thread Gustavo Sverzut Barbieri
--- Rob Shortt <[EMAIL PROTECTED]> escreveu: > Gustavo Sverzut Barbieri wrote: > > Please, take care when doing stuff like that. > > 1) fv.res is unicode, since i18n messages are unicode and str + > unicode > > -> unicode > > 2) chan can be a string with non-ascii chars, since it came from > > PO

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

2004-02-22 Thread gsbarbieri
Update of /cvsroot/freevo/freevo/src/tv In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26097/src/tv Modified Files: channels.py Log Message: BUGFIX: fix bug printing strings with 'chan', a unicode object. i18n: Help translators job. Index: channels.py

[Freevo-cvslog] freevo/src/audio/plugins mpav.py,1.2,1.3

2004-02-22 Thread gsbarbieri
Update of /cvsroot/freevo/freevo/src/audio/plugins In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25870/src/audio/plugins Modified Files: mpav.py Log Message: i18n: help translators job. Index: mpav.py === RCS file:

[Freevo-cvslog] freevo/src/plugins lcd.py,1.16,1.17

2004-02-22 Thread gsbarbieri
Update of /cvsroot/freevo/freevo/src/plugins In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24284/src/plugins Modified Files: lcd.py Log Message: Better i18n support. Changed a lot of strings to cooperate with translators and made the menu items (not dirs, audio or video ones!) to

[Freevo-devel] Encodingserver alpha release...

2004-02-22 Thread den_RDC
Well, Encodingserver has finally reached a semi-usable state. All code that's implemented already is working and should be pretty bugfree, but not all required parts to make it a smooth system are there yet, but as it's functional already the more adventurous users & devs can test it if they wa

Re: [Freevo-devel] program, favorites, search, manual record

2004-02-22 Thread Rob Shortt
Aubin Paul wrote: I'm not exactly anxious to do an update right now, because everything looks pretty broken and ugly right now with the unicode stuff going in. I took the plunge, so far so good. You will have to remove your TV.xml.pickled though. Can I make a request? One of the annoyances now i

Re: [Freevo-devel] Re: [Freevo-cvslog] freevo/share/skins/main blurr2.fxd,1.47,1.48

2004-02-22 Thread Aubin Paul
Sure, take a look at the info for the current Recording menu... you just set a vertical size and it should wrap it within the box you define. On Mon, Feb 23, 2004 at 12:02:06AM -0400, Rob Shortt wrote: > > Also is there a way to wrap the program description so we don't truncate it? > > [EMAIL PR

[Freevo-devel] Re: [Freevo-cvslog] freevo/src/tv program_display.py,1.26,1.27

2004-02-22 Thread Rob Shortt
If anyone tries this out you may find a few "issues" with navigation which happen in ProgramItem lists or menus with both scheduled recordings and from the guide. If you remove a scheduled recording it will make you go back one menu (fine if you entered it from the guide) but if you got there

Re: [Freevo-devel] Re: [Freevo-cvslog] freevo/src/www/htdocs edit_favorite.rpy,1.12,1.13

2004-02-22 Thread Aubin Paul
On Sun, Feb 22, 2004 at 11:39:18PM -0400, Rob Shortt wrote: > Can't we bury stuff like this in lower level code? Its annoying to have > to jump through all those hoops. Also is chan ever going to be unicode? > What format is local_conf.py (Is that a stupid question?), the third > field of a T

[Freevo-devel] Re: [Freevo-cvslog] freevo/share/skins/main blurr2.fxd,1.47,1.48

2004-02-22 Thread Rob Shortt
Also is there a way to wrap the program description so we don't truncate it? [EMAIL PROTECTED] wrote: Update of /cvsroot/freevo/freevo/share/skins/main In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4962/share/skins/main Modified Files: blurr2.fxd Log Message: Some skin deffinitions for a

Re: [Freevo-devel] program, favorites, search, manual record

2004-02-22 Thread Aubin Paul
On Sun, Feb 22, 2004 at 10:28:27AM -0400, Rob Shortt wrote: > I added a ProgramItem class and an info area for it in the blurr2.fxd. I > started with the scheduled recordings menu, which is now a plugin. When > I enter it it gets the scheduled recordings from the recordserver and > displays the

[Freevo-cvslog] freevo/src/tv tvguide.py,1.24,1.25

2004-02-22 Thread rshortt
Update of /cvsroot/freevo/freevo/src/tv In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6995/src/tv Modified Files: tvguide.py Log Message: Use ProgramItem and display_program rather than clunky popup-gui. Because of this the tvguide does no longer need to extend GUIObject. For no

[Freevo-cvslog] freevo/src/tv tvmenu.py,1.13,1.14

2004-02-22 Thread rshortt
Update of /cvsroot/freevo/freevo/src/tv In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6409/src/tv Modified Files: tvmenu.py Log Message: Remove scheduled recordings because it is now a plugin. Also comment out view favorites because it is next as well as search because search is

[Freevo-cvslog] freevo/src/tv/plugins scheduled_recordings.py,NONE,1.1

2004-02-22 Thread rshortt
Update of /cvsroot/freevo/freevo/src/tv/plugins In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5873/src/tv/plugins Added Files: scheduled_recordings.py Log Message: A plugin to view a list of scheduled recordings instead of hardcoding it into tvmenu.py. This uses ProgramItem and b

[Freevo-cvslog] freevo/src/tv program_display.py,1.26,1.27

2004-02-22 Thread rshortt
Update of /cvsroot/freevo/freevo/src/tv In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5304/src/tv Modified Files: program_display.py Log Message: Ditch the popup-gui style in favour of a faster and more freevo-like menu. Index: program_display.py

[Freevo-cvslog] freevo/share/skins/main blurr2.fxd,1.47,1.48

2004-02-22 Thread rshortt
Update of /cvsroot/freevo/freevo/share/skins/main In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4962/share/skins/main Modified Files: blurr2.fxd Log Message: Some skin deffinitions for a info area for ProgramItems. This could bennefit from beter layout. Index: blurr2.fxd ==

Re: [Freevo-devel] Re: [Freevo-cvslog] freevo/src/www/htdocs edit_favorite.rpy,1.12,1.13

2004-02-22 Thread Rob Shortt
Gustavo Sverzut Barbieri wrote: Please, take care when doing stuff like that. 1) fv.res is unicode, since i18n messages are unicode and str + unicode -> unicode 2) chan can be a string with non-ascii chars, since it came from POST/GET, when python tries to merge it with fv.res and so make it unicod

[Freevo-devel] CVS Crashing when attempting to play a second video

2004-02-22 Thread Wayne Hogue
Here is a log. BTW, gui/debug.py is missing from the CVS and setting DEBUG=1 make freevo stop with an error about debug missing. I copyed a copy I had from older cvs to get this dump. Anyways, the first time I play a file its fine. after exiting the video, playing any video crashes freevo.

Re: [Freevo-devel] Re: [Freevo-cvslog] freevo/src/www/htdocs edit_favorite.rpy,1.12,1.13

2004-02-22 Thread Gustavo Sverzut Barbieri
--- Rob Shortt <[EMAIL PROTECTED]> escreveu: > > Gustavo, can you please check to see if this change is ok for you? > > -Rob > Almost. I fixed the problems and other unchecked place and commited, please check. I have a comment on your code: > > + fv.res += 'ERROR: no program

[Freevo-devel] Encodingserver alpha release...

2004-02-22 Thread den_RDC
Well, Encodingserver has finally reached a semi-usable state. All code that's implemented already is working and should be pretty bugfree, but not all required parts to make it a smooth system are there yet, but as it's functional already the more adventurous users & devs can test it if they wa

[Freevo-devel] Running out of place in idlebar - suggestion for extension

2004-02-22 Thread Robert Rozman
Hi, I'm using idelbar quite extensively and when I detach audio I get out of space in idlebar. Is it possible to extend idlebar to bottom, left and right side of screen (configurable from local_conf.py), so user can activate as much idlebar space as he needs. I have also some dirty code for conne

Re: [Freevo-devel] [PATCH] another place where MMPYTHON_CREATE_MD5_ID wasnt being honored

2004-02-22 Thread Wayne Hogue
got it this time. Index: mediainfo.py === RCS file: /cvsroot/freevo/freevo/src/util/mediainfo.py,v retrieving revision 1.30 diff -u -d -u -r1.30 mediainfo.py --- mediainfo.py16 Feb 2004 20:36:42 - 1.30 +++ mediainfo.p

[Freevo-devel] Some questions about drawing on the screen

2004-02-22 Thread Craig McLean
Hello.   I've been trying to create a screen for a test plugin I am creating with little luck.  What I want to do is create a menu, which I have done.  However the menu is fairly short and there is some space left at the bottom of the screen.  In that space I would like to write some text. 

Re: [Freevo-devel] [PATCH] another place where MMPYTHON_CREATE_MD5_ID wasnt being honored

2004-02-22 Thread Wayne Hogue
Ignore this one. Seems it doesnt have the config object in its scope. Wayne Hogue wrote: Index: mediainfo.py === RCS file: /cvsroot/freevo/freevo/src/util/med

[Freevo-devel] [PATCH] another place where MMPYTHON_CREATE_MD5_ID wasnt being honored

2004-02-22 Thread Wayne Hogue
Index: mediainfo.py === RCS file: /cvsroot/freevo/freevo/src/util/mediainfo.py,v retrieving revision 1.30 diff -u -d -u -r1.30 mediainfo.py --- mediainfo.py16 Feb 2004 20:36:42 - 1.30 +++ mediainfo.py22 Feb 20

[Freevo-devel] [PATCH] makes imdb helper honor the MMPYTHON_CREATE_MD5_ID configuration flag

2004-02-22 Thread Wayne Hogue
Index: fxdimdb.py === RCS file: /cvsroot/freevo/freevo/src/util/fxdimdb.py,v retrieving revision 1.4 diff -u -d -u -r1.4 fxdimdb.py --- fxdimdb.py 24 Jan 2004 19:53:41 - 1.4 +++ fxdimdb.py 22 Feb 2004 23:34:17 - @@ -89,

[Freevo-cvslog] freevo/src/www/htdocs record.rpy,1.11,1.12

2004-02-22 Thread gsbarbieri
Update of /cvsroot/freevo/freevo/src/www/htdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27433/src/www/htdocs Modified Files: record.rpy Log Message: Now support listing of non-ascii names/descriptions. So far you can have manual recordings with non-ascii names, but no progra

[Freevo-cvslog] freevo/src/www/htdocs favorites.rpy,1.12,1.13

2004-02-22 Thread gsbarbieri
Update of /cvsroot/freevo/freevo/src/www/htdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25993/src/www/htdocs Modified Files: favorites.rpy Log Message: Better unicode support, still no non-ascii in names in Favorite() due marmelade problems. Index: favorites.rpy =

[Freevo-cvslog] freevo/src/www/htdocs edit_favorite.rpy,1.13,1.14

2004-02-22 Thread gsbarbieri
Update of /cvsroot/freevo/freevo/src/www/htdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25353/src/www/htdocs Modified Files: edit_favorite.rpy Log Message: Better unicode handling, better (i18n) messages. Still no unicode with non-ascii names in Favorite(), marmelade problem

[Freevo-devel] Re: [Freevo-cvslog] freevo/src/www/htdocs edit_favorite.rpy,1.12,1.13

2004-02-22 Thread Rob Shortt
Gustavo, can you please check to see if this change is ok for you? -Rob [EMAIL PROTECTED] wrote: Update of /cvsroot/freevo/freevo/src/www/htdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2651/src/www/htdocs Modified Files: edit_favorite.rpy Log Message: Check result instead. Index:

[Freevo-cvslog] freevo/src/www/htdocs edit_favorite.rpy,1.12,1.13

2004-02-22 Thread rshortt
Update of /cvsroot/freevo/freevo/src/www/htdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2651/src/www/htdocs Modified Files: edit_favorite.rpy Log Message: Check result instead. Index: edit_favorite.rpy === RCS

[Freevo-devel] Encodingserver alpha release...

2004-02-22 Thread den_RDC
Well, Encodingserver has finally reached a semi-usable state. All code that's implemented already is working and should be pretty bugfree, but not all required parts to make it a smooth system are there yet, but as it's functional already the more adventurous users & devs can test it if they wa

[Freevo-cvslog] freevo/src/tv channels.py,1.14,1.15

2004-02-22 Thread rshortt
Update of /cvsroot/freevo/freevo/src/tv In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29599/src/tv Modified Files: channels.py Log Message: Make sure chan is a string and add better error handling for clist and freq. Index: channels.py ===

[Freevo-cvslog] freevo/src/www/htdocs edit_favorite.rpy,1.11,1.12

2004-02-22 Thread gsbarbieri
Update of /cvsroot/freevo/freevo/src/www/htdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25855/src/www/htdocs Modified Files: edit_favorite.rpy Log Message: Fix crash when server returns error message instead of program. Index: edit_favorite.rpy

[Freevo-cvslog] freevo/src config.py,1.97,1.98

2004-02-22 Thread rshortt
Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25156/src Modified Files: config.py Log Message: Make sure input_num is actually an int. Index: config.py === RCS file: /cvsroot/fre

[Freevo-cvslog] freevo/src/gui GUIObject.py,1.32,1.33

2004-02-22 Thread dischi
Update of /cvsroot/freevo/freevo/src/gui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23202 Modified Files: GUIObject.py Log Message: add bugreport text Index: GUIObject.py === RCS file: /cvsroot/freevo/freevo/src/g

Re: [Freevo-devel] Bugs in Web Interface (Mike, Rob)

2004-02-22 Thread Gustavo Sverzut Barbieri
--- Gustavo Sverzut Barbieri <[EMAIL PROTECTED]> escreveu: > --- Michael Ruelle <[EMAIL PROTECTED]> escreveu: > > On Sun, 2004-02-22 at 02:13, Gustavo Sverzut Barbieri wrote: > Do you know the code? Could you try to use String() on both ends? It > should work, it it doesn't let me know. Sorry,

[Freevo-cvslog] freevo/src/skins/main main.py,1.41,1.42

2004-02-22 Thread dischi
Update of /cvsroot/freevo/freevo/src/skins/main In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21963 Modified Files: main.py Log Message: oops, remove test code Index: main.py === RCS file: /cvsroot/freevo/freevo/src/

[Freevo-cvslog] freevo/src/skins/main main.py,1.40,1.41

2004-02-22 Thread dischi
Update of /cvsroot/freevo/freevo/src/skins/main In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21881 Modified Files: main.py Log Message: add Unicode error warning Index: main.py === RCS file: /cvsroot/freevo/freevo/s

Re: [Freevo-devel] Bugs in Web Interface (Mike, Rob)

2004-02-22 Thread Gustavo Sverzut Barbieri
--- Michael Ruelle <[EMAIL PROTECTED]> escreveu: > On Sun, 2004-02-22 at 02:13, Gustavo Sverzut Barbieri wrote: > > Hello, > > > > Trying to fix bugs reported by Mike and you know, dig a problem, > find > > lot of them. > > > > 1) Favorites doesn't support non-ascii names (at least not in > uni

[Freevo-cvslog] freevo/src/video/plugins bookmarker.py,1.10,1.11

2004-02-22 Thread dischi
Update of /cvsroot/freevo/freevo/src/video/plugins In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19090/src/video/plugins Modified Files: bookmarker.py Log Message: some unicode fixes Index: bookmarker.py === RCS file

[Freevo-cvslog] freevo/src/video videoitem.py,1.127,1.128

2004-02-22 Thread dischi
Update of /cvsroot/freevo/freevo/src/video In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19090/src/video Modified Files: videoitem.py Log Message: some unicode fixes Index: videoitem.py === RCS file: /cvsroot/freevo/

[Freevo-cvslog] freevo/src menu.py,1.87,1.88

2004-02-22 Thread dischi
Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19090/src Modified Files: menu.py Log Message: some unicode fixes Index: menu.py === RCS file: /cvsroot/freevo/freevo/src/menu.py,v r

Re: [Freevo-devel] MPlayer OSD brain storming

2004-02-22 Thread Gustavo Sverzut Barbieri
--- Jason Tackaberry <[EMAIL PROTECTED]> escreveu: > Hi Gustavo, > > On Sat, 2004-02-21 at 02:17, Gustavo Sverzut Barbieri wrote: > > I started to play with MPlayer OSD plugin (future replacement to > bmovl > > plugin) and I need some help. > > I'm not too familiar with this. How does it diffe

[Freevo-cvslog] freevo/src/util extendedmeta.py,1.9,1.10

2004-02-22 Thread dischi
Update of /cvsroot/freevo/freevo/src/util In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16397 Modified Files: extendedmeta.py Log Message: unicode fix again Index: extendedmeta.py === RCS file: /cvsroot/freevo/freevo

[Freevo-devel] Re: cvsfreevocachecrash

2004-02-22 Thread Dirk Meyer
Robert Winder wrote: > > creating audio metadata... > Traceback (most recent call last): > File "/usr/local/freevocvs/src/helpers/cache.py", line 490, in ? > create_metadata() > File "/usr/local/freevocvs/src/helpers/cache.py", line 287, in create_metadata >

Re: [Freevo-devel] program, favorites, search, manual record

2004-02-22 Thread Gustavo Sverzut Barbieri
--- Rob Shortt <[EMAIL PROTECTED]> escreveu: > > Hi all, here's an update for what I've been working on. In previous > emails we've talked about getting rid of the popup-gui for complex > things like program display, favorites, manual record, and search. > Well, this is working out good for

Re: [Freevo-devel] Bugs in Web Interface (Mike, Rob)

2004-02-22 Thread Michael Ruelle
Ok it looks like my major problem was the result of having an old TV.xml.pickle file. I removed that and then everything magically worked. We should make a note of this for when we do the next release. Mike On Sun, 2004-02-22 at 11:30, Michael Ruelle wrote: > On Sun, 2004-02-22 at 02:13, Gustavo

[Freevo-devel] Use the locale module

2004-02-22 Thread Gustavo Sverzut Barbieri
Hello, I noticed that we don't use the locale module in freevo. There's any reason? Using locale is simple and we win a lot of i18n stuff! We could also determine encoding more easily. To use, just add to the initial module: from locale import * setlocale( LC_ALL, "" ) Then, if you do

Re: [Freevo-devel] Bugs in Web Interface (Mike, Rob)

2004-02-22 Thread Michael Ruelle
On Sun, 2004-02-22 at 02:13, Gustavo Sverzut Barbieri wrote: > Hello, > > Trying to fix bugs reported by Mike and you know, dig a problem, find > lot of them. > > 1) Favorites doesn't support non-ascii names (at least not in unicode). > The error is when communicating to the server. > tv.record_c

Re: [Freevo-devel] MPlayer OSD brain storming

2004-02-22 Thread Jason Tackaberry
Hi Gustavo, On Sat, 2004-02-21 at 02:17, Gustavo Sverzut Barbieri wrote: > I started to play with MPlayer OSD plugin (future replacement to bmovl > plugin) and I need some help. I'm not too familiar with this. How does it differ from the approach that bmovl2 takes? On a related note, this week

[Freevo-devel] program, favorites, search, manual record

2004-02-22 Thread Rob Shortt
Hi all, here's an update for what I've been working on. In previous emails we've talked about getting rid of the popup-gui for complex things like program display, favorites, manual record, and search. Well, this is working out good for me. What I've done: I added a ProgramItem class and an i

[Freevo-wikilog] [Freevo Wiki] Update of "LinkPage"

2004-02-22 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.103.231.3: http://freevo.sourceforge.net/cgi-bin/moin.cgi/LinkPage ---

[Freevo-wikilog] [Freevo Wiki] Update of "LinkPage"

2004-02-22 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.103.231.3: http://freevo.sourceforge.net/cgi-bin/moin.cgi/LinkPage ---