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

2004-02-24 Thread Dirk Meyer
Rob Shortt wrote: I have to figure out why changing the height here has no effect. Any suggestions? -Rob + menuset label=text with favorite info style inherits=text with info style + screen layout=tv screen visible=yes/ + info layout=tv favorite info x=50

[Freevo-cvslog] freevo/src/games snesitem.py,1.16,1.17

2004-02-24 Thread mikeruelle
Update of /cvsroot/freevo/freevo/src/games In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15102 Modified Files: snesitem.py Log Message: contributed patch from Andraes Leitner. i changed the values used to legit ones but this patch allows some broken roms to play Index:

[Freevo-devel] scrollbar for long lines

2004-02-24 Thread Bastian Winkler
hi freevo-developers, i started writing an ItemPlugin to query allmusic.com for artist and album information. the received information (like the artist biography) is drawn to screen by the same way as used in headlines.py. this way is working, but the most time the string is too long and it's cut

[Freevo-cvslog] freevo/src/games mame_cache.py,1.16,1.17 mameitem.py,1.17,1.18 snesitem.py,1.17,1.18

2004-02-24 Thread mikeruelle
Update of /cvsroot/freevo/freevo/src/games In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29047 Modified Files: mame_cache.py mameitem.py snesitem.py Log Message: Add some info to the info area where we have it Index: mame_cache.py

Re: [Freevo-devel] Sending OSD events to Freevo's tiny_xosd plugin from remote applications

2004-02-24 Thread Aubin Paul
I added a plugin to support YAC to CVS... it's a simple TCP-based protocol that accepts messages and shows them on the screen. YAC was made to show Caller ID on a TIVO, but it can show any 300 characters of text. Look at plugins/yac.py in CVS. I suppose it could have been done in remote, but I

[Freevo-cvslog] freevo/WIP/Ruelle TODO,1.9,1.10

2004-02-24 Thread mikeruelle
Update of /cvsroot/freevo/freevo/WIP/Ruelle In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30787 Modified Files: TODO Log Message: wooho removing things\! Index: TODO === RCS file:

Re: [Freevo-devel] Re: cvsfreevocachecrash

2004-02-24 Thread Robert Winder
Sunday, February 22, 2004, 9:24:49 PM, Dirk wrote: 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

[Freevo-cvslog] freevo/WIP/Ruelle TODO,1.10,1.11

2004-02-24 Thread mikeruelle
Update of /cvsroot/freevo/freevo/WIP/Ruelle In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5250 Modified Files: TODO Log Message: check out audio.playlist instead Index: TODO === RCS file:

[Freevo-cvslog] freevo/src/games __init__.py,1.16,1.17 mame_cache.py,1.17,1.18 mameitem.py,1.18,1.19

2004-02-24 Thread mikeruelle
Update of /cvsroot/freevo/freevo/src/games In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12206 Modified Files: __init__.py mame_cache.py mameitem.py Log Message: make the info retreival a lot better Index: __init__.py

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

2004-02-24 Thread Dirk Meyer
Wayne Hogue wrote: Dirk Meyer wrote: Wayne Hogue wrote: 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.

[Freevo-cvslog] freevo/share/skins/main blurr2.fxd,1.50,1.51

2004-02-24 Thread dischi
Update of /cvsroot/freevo/freevo/share/skins/main In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22598 Modified Files: blurr2.fxd Log Message: Sort tags so you can find something in this file. Also changed the tv program listing (when pressing record) Index: blurr2.fxd

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

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

[Freevo-devel] Freevo Traceback

2004-02-24 Thread David Irvine
Hello, Checked out the latest CVS today, When I select TV guide for the first time after i start freevo it crashes, but from then on there are no problems. ** Exception: 'NoneType' object has no attribute 'surface' Please

[Freevo-devel] Re: cvsfreevocachecrash

2004-02-24 Thread Dirk Meyer
Robert Winder wrote: Sorry. Checked out cvs, but still somewhat same prob with ./freevo cache. creating audio metadata... Traceback (most recent call last): File /usr/local/freevocvs/src/helpers/cache.py, line 490, in ? create_metadata() File

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

2004-02-24 Thread Dirk Meyer
Wayne Hogue wrote: Nope, freevo imdb --rom-drive=/dev/cdrom 123456 /tmp/test test.avi Still produces a media-id the old way. Which version of mediainfo.py d you have? Dischi -- Real stupidity beats artificial intelligence every time. -- Bursar 1 - Hex 0 (Terry Pratchett,

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

2004-02-24 Thread Dirk Meyer
Craig McLean wrote: 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

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

2004-02-24 Thread Dirk Meyer
Robert Rozman wrote: 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. No, the

[Freevo-devel] Re: scrollbar for long lines

2004-02-24 Thread Dirk Meyer
Bastian Winkler wrote: hi freevo-developers, i started writing an ItemPlugin to query allmusic.com for artist and album information. the received information (like the artist biography) is drawn to screen by the same way as used in headlines.py. this way is working, but the most time the

[Freevo-cvslog] freevo/src/skins/main listing_area.py,1.24,1.25

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

Re: [Freevo-devel] Freevo Traceback

2004-02-24 Thread Michael Ruelle
remove your /var/cache/freevo/TV.xml.pickled and then try again. Mike On Tue, 2004-02-24 at 15:37, David Irvine wrote: Hello, Checked out the latest CVS today, When I select TV guide for the first time after i start freevo it crashes, but from then on there are no problems.

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

2004-02-24 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 24.128.246.209: http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage

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

2004-02-24 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 24.128.246.209: http://freevo.sourceforge.net/cgi-bin/moin.cgi/XmmsPlayer

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

2004-02-24 Thread Gustavo Sverzut Barbieri
--- Aubin Paul [EMAIL PROTECTED] escreveu: On Mon, Feb 23, 2004 at 04:12:38AM -0300, Gustavo Sverzut Barbieri 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. Please, do update.

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

2004-02-24 Thread Aubin Paul
On Wed, Feb 25, 2004 at 12:43:28AM -0300, Gustavo Sverzut Barbieri wrote: What about high ascii ( = 129) characters. FXD files from imdb can contain, for example, the '1/2' character. It should fail too. ascii is 0-128 AFAIK :( We need unicode there too. Also, xml parser returns unicode

Re: [Freevo-devel] Re: i18n

2004-02-24 Thread Gustavo Sverzut Barbieri
--- Dirk Meyer [EMAIL PROTECTED] escreveu: Gustavo Sverzut Barbieri wrote: We're not in string freeze yet, things may change before we came with pre-releases, but if you have some time to help now, send your work! About that: I vote against using i18n for messages we print with

Re: [Freevo-devel] tivoguide and tvguide plugin patch

2004-02-24 Thread Gustavo Sverzut Barbieri
I liked your 1st approach more, but can't help you too much here. Dischi may. But I have few cosmetical complaints: - don't use tivo name. as I said to you in irc, that may lead to legal issues in future. - have a bit more space between two areas, maybe just the selected channel must touch the

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

2004-02-24 Thread Gustavo Sverzut Barbieri
--- Aubin Paul [EMAIL PROTECTED] escreveu: On Wed, Feb 25, 2004 at 12:48:38AM -0300, Gustavo Sverzut Barbieri wrote: BTW, why don't we have an unique page end? There's foot, links, searchform, ... For flexibility; the 'rpy' files are parsed on the fly so they can be changed and