Re: Re: [Freevo-devel] Re: New Idea

2004-08-25 Thread Matthieu Weber
On Wed 25.08.2004 at 04:12:23PM +0300, Matthieu Weber wrote: > After downloading the TV program from the net with xmltv, I usually go > through the wole guide to see what's interesting in the coming week > (especially in the evenings when movies are scheduled). I forgot to add: I a

Re: [Freevo-devel] Re: New Idea

2004-08-25 Thread Matthieu Weber
having as much information as possible at once is what I am used to now. Just my 2 cents. Matthieu -- (~._.~)Matthieu Weber - Université de Jyväskylä (~._.~) ( ? )email : [EMAIL PROTECTED] ( ? ) ()- -() public key id : 452AE0AD

Re: [Freevo-devel] Re: Freevo 1.5

2004-08-11 Thread Matthieu Weber
v menu" to "tv menu more info". I just noticed however that the has no height argument. How does it know how high it should be? This might be the problem: DISPLAY does the switching, but nothing happens on the screen because the listing doesn't shrink (wild guess). Matthieu

Re: [Freevo-devel] Re: Freevo 1.5 Bugreport

2004-08-09 Thread Matthieu Weber
RC it > should work with Noia. Oops, no, no skin defines a second area so > DISPLAY does nothing. Is it possible to re-implment this feature? I use it quite often in my freevo 1.4 box. And will there be another 1.5.x release, or should I use the 1.5 branch CVS? Matthieu -- (

Re: [Freevo-devel] VideoGroups too complicated

2004-08-05 Thread Matthieu Weber
nsponder than the one currently used for recording it should be allowed too. Besides, DVB also provides radios, so it would be nice the be able to access then from the audio menu. And of course, if we have 2 or more devices of the same type, the same kind of rules should apply also (dev

[Freevo-devel] Freevo 1.5 Bugreport

2004-08-02 Thread Matthieu Weber
p ("encoding iso88591 doesn't exist"). I don't know what the best policy would be in this case: let the user fix the value of LC_ALL, use a default value, or guess a proper value. Matthieu -- (~._.~)

Re: [Freevo-devel] Re: GUI info, brainstorming and questions

2004-07-30 Thread Matthieu Weber
On Wed 28.07.2004 at 09:23:01PM +0200, Dirk Meyer wrote: > Matthieu Weber wrote: > > Besides, if we have two apps running at the same time (e.g. mplayer for > > the music and the image viewer, or mplayer for video and the menu > > displaing inside mplayer), both app must have

Re: [Freevo-devel] Re: GUI info, brainstorming and questions

2004-07-28 Thread Matthieu Weber
> > > I had the same idea, but I'm not sure how this works with passing > > event to parents and such things. Should a event go to more than one > > item? That won't be done in the next weeks. > I think so. I would prefer windows having parents again, coordinates being

Re: [Freevo-devel] GUI info, brainstorming and questions

2004-07-27 Thread Matthieu Weber
der and a label. A label itself was something with text. Now > a label _is_ a text, a button _is_ a label (only with a different > drawing function). > Request for Comments, Hoped to be a bit helpful... I haven't taken a look at the GUI code

Re: [Freevo-devel] Re: Future ideas post 1.5.0

2004-07-21 Thread Matthieu Weber
nix-like) system creates a new thread (inside a new process) when starting an application (duplicating the current process with fork(), then replacing the code of the child process with the code of the application you want tu run with exec()). I don't think there is another way.

Re: [Freevo-devel] Future ideas post 1.5.0

2004-07-19 Thread Matthieu Weber
ut files and dirs in the burning cart, and then burn it to a CD/DVD. I've been thinking about it long time ago, but it is quite low on my priority list. Matthieu -- (~._.~)Matthieu Weber - Université de Jyväskylä (~._.~) ( ? )

Re: [Freevo-devel] [BUG-FIX] Troubles with DVDs

2004-04-09 Thread Matthieu Weber
rno 16] Device or resource busy > > Sometimes ejecting a DVD doesn't work and I need to killall python > threads and freevo_launcher stuff Might be, I don't know. What I had is a segfault and a crash of the main thread just after mmpython tries to access the DVD using libdvd

Re: [Freevo-devel] [BUG-FIX] Troubles with DVDs

2004-04-07 Thread Matthieu Weber
On Mon 05.04.2004 at 03:41:59PM +0200, Zeratul wrote: > Matthieu Weber wrote: > >I'll try to find the workaround. The freevo-XXX mailing lists don't seem > >to be archived in SourceForge, though, it's a bit annoying. If found one: it seems that when libdvdread acc

Re: [Freevo-devel] Troubles with DVDs

2004-04-05 Thread Matthieu Weber
't seem to be archived in SourceForge, though, it's a bit annoying. I found a post (http://www.mail-archive.com/[EMAIL PROTECTED]/msg04454.html) mentioning my problem. I'll try a newer runtime... Matthieu -- (~._.~)Matthieu Weber - Université de Jyväskylä (~._.~) ( ?

[Freevo-devel] Troubles with DVDs

2004-04-05 Thread Matthieu Weber
omputer, but this might be fixed in a less old version of Freevo, I haven't checked yet). Has someone had similar problems? And found a solution? Matthieu -- (~._.~)Matthieu Weber - Université de Jyväskylä (~._.~) ( ? )

[Freevo-devel] Re: [Freevo-users] DVB and Freevo

2004-03-15 Thread Matthieu Weber
#x27;ll have time to work on it). Rob, if you are still interested in integrating DVB to freevo, we probably can start discussing it. Matthieu -- (~._.~)Matthieu Weber - Université de Jyväskylä (~._.~) ( ? )email : [EMAIL PROTECTED] ( ? )

[Freevo-devel] [PATCH] Bugfix for getting Mplayer's version in mplayer.py

2004-01-12 Thread Matthieu Weber
When Mplayer is compiled with I18N, the version number is not on the first line of output as it is assumed in video/plugins/mplayer.py. This patch fixes the problem. Matthieu -- (~._.~)Matthieu Weber - Université de Jyväskylä (~._.~) ( ? )email : [EMAIL

Re: [Freevo-devel] [PATCH] Favorites from the OSD

2004-01-09 Thread Matthieu Weber
On Thu 08.01.2004 at 10:03:15PM -0400, Rob Shortt wrote: > Matthieu Weber wrote: > >Here is a set of patches for enabling favorites from the OSD. It reuses > >most of the code that exists already but was not in use, with some > >modifications to make it useable :) > >

Re: [Freevo-devel] [PATCH] Favorites from the OSD

2004-01-08 Thread Matthieu Weber
On Thu 08.01.2004 at 08:55:30AM -0400, Rob Shortt wrote: > Matthieu Weber wrote: > >Here is a set of patches for enabling favorites from the OSD. It reuses > >most of the code that exists already but was not in use, with some > >modifications to make it useable :) > >

Re: [Freevo-devel] Re: [PATCH] Support of zipped ROMS in Games

2004-01-08 Thread Matthieu Weber
On Thu 08.01.2004 at 11:06:09AM +0100, Dirk Meyer wrote: > Matthieu Weber wrote: > > On Wed 07.01.2004 at 11:11:10AM -0500, Michael Ruelle wrote: > >> I don't see anything obviously wrong but haven't had time lately to look > >> at it. I will put it on my TODO

[Freevo-devel] [PATCH] Bugfix for the new "absolute path" code in config.py

2004-01-08 Thread Matthieu Weber
The code that makes the paths absolute when loading the config does not work with GAMES_ITEMS (it expects a tuple with two elements, but the GAMES_ITEMS are more complex than that). This patch disables simply the "absoluting" of the paths for games. Matthieu -- (~._.~) Matt

[Freevo-devel] [PATCH] Favorites from the OSD

2004-01-08 Thread Matthieu Weber
Here is a set of patches for enabling favorites from the OSD. It reuses most of the code that exists already but was not in use, with some modifications to make it useable :) I have made some changes to the GUI objects too (bugfixes) and to the recordserver. Matthieu -- (~._.~)Matthieu

Re: [Freevo-devel] [PATCH] Support of zipped ROMS in Games

2004-01-07 Thread Matthieu Weber
On Wed 07.01.2004 at 11:11:10AM -0500, Michael Ruelle wrote: > I don't see anything obviously wrong but haven't had time lately to look > at it. I will put it on my TODO for the weekend. Sorry for the delay, No problem. Sorry for complaining :( Matthieu -- (~._.~)

Re: [Freevo-devel] [PATCH] Support of zipped ROMS in Games

2004-01-07 Thread Matthieu Weber
On Thu 18.12.2003 at 11:17:59AM +0200, Matthieu Weber wrote: > Here is a patch for supporting Genesis and SNES zipped roms in the games > module. It simply unzips the ROM to /tmp and passes the uncompressed > file to snesitem and genesisitem for title detection. > > zipped_rom.p

Re: [Freevo-devel] Re: Impossible to eject the CD

2003-12-29 Thread Matthieu Weber
On Mon 22.12.2003 at 02:33:45PM +0100, Dirk Meyer wrote: > Matthieu Weber wrote: > > On Thu 11.12.2003 at 09:40:42PM -0400, James Oakley wrote: > >> On December 11, 2003 06:41 am, Matthieu Weber wrote: > >> > I noticed that if you start freevo with a CD in the dri

[Freevo-devel] [PATCH] Support of zipped ROMS in Games

2003-12-18 Thread Matthieu Weber
Here is a patch for supporting Genesis and SNES zipped roms in the games module. It simply unzips the ROM to /tmp and passes the uncompressed file to snesitem and genesisitem for title detection. zipped_rom.py is a new file, used by this patch. Matthieu -- (~._.~)Matthieu Weber

[Freevo-devel] [PATCH] VideoItem, fxdhandler and mplayer patches

2003-12-18 Thread Matthieu Weber
-- (~._.~)Matthieu Weber - Université de Jyväskylä (~._.~) ( ? )email : [EMAIL PROTECTED] ( ? ) ()- -() public key id : 452AE0AD ()- -() (_)-(_) "Humor ist, wenn man trotzdem lacht (Germain Muller)" (_)

Re: [Freevo-devel] Impossible to eject the CD

2003-12-11 Thread Matthieu Weber
On Thu 11.12.2003 at 09:40:42PM -0400, James Oakley wrote: > On December 11, 2003 06:41 am, Matthieu Weber wrote: > > I noticed that if you start freevo with a CD in the drive, it won't be > > able to eject the CD (and the CD is not mounted, I checked that too). > > The

Re: [Freevo-devel] Re: Events and eventhandlers

2003-12-11 Thread Matthieu Weber
On Thu 11.12.2003 at 03:05:56PM +0100, Dirk Meyer wrote: > Matthieu Weber wrote: > > On Thu 11.12.2003 at 01:24:57PM +0100, Dirk Meyer wrote: > >> Does this help? > > > > Yes, thanks a lot. I didn't get that if the menu is active, it gets all > > the ev

Re: [Freevo-devel] Re: Events and eventhandlers

2003-12-11 Thread Matthieu Weber
the menu? with menu.show()/hide()? Matthieu -- (~._.~)Matthieu Weber - Université de Jyväskylä (~._.~) ( ? )email : [EMAIL PROTECTED] ( ? ) ()- -() public key id : 452AE0AD ()- -() (_)-(_) "Humor ist, wenn

[Freevo-devel] Impossible to eject the CD

2003-12-11 Thread Matthieu Weber
close(), so the problem doesn't come from there. Any idea what could get a hold on the cdrom device in this case? A binary lib, maybe? Or mmpython? Matthieu -- (~._.~) Matthieu Weber - Université de Jyväskylä (~._.~) ( ? )email : [EMAIL

[Freevo-devel] Events and eventhandlers

2003-12-11 Thread Matthieu Weber
hen starts to play VideoItem_D, which is exactly what I expect). So the big question is: who decides what eventhandler receives what event? howcome the the PLAY_END is received by A and not by B in case of an error? Thanks for all help you can bring me. Matthieu -- (~._.~) Matt

Re: [Freevo-devel] Making ConfirmBox modal

2003-12-10 Thread Matthieu Weber
be I'll find an even better solution. > -Rob (tired of building a UI toolkit from scratch) I know what you mean. I hate building GUIs. But of course, a command line tool with a remote-control is not that handy :) Matthieu -- (~._.~)Matthieu Web

[Freevo-devel] Making ConfirmBox modal

2003-12-10 Thread Matthieu Weber
(btw, dialogs are modal on most of the GUI I know, so it's not unreasonable to ask this). Is it possible to do so? Matthieu -- (~._.~) Matthieu Weber - Université de Jyväskylä (~._.~) ( ? )email : [EMAIL PROTECTED] ( ? ) ()- -()

Re: [Freevo-devel] Streaming video question

2003-12-09 Thread Matthieu Weber
lients disconnect once the have downloaded the file from the source. But as I said, it might have changed a lot. Matthieu -- (~._.~) Matthieu Weber - Université de Jyväskylä (~._.~) ( ? )email : [EMAIL PROTECTED] ( ? ) ()- -() public

Re: SV: [Freevo-devel] Re: FXD handler bugfixes

2003-12-09 Thread Matthieu Weber
On Tue 09.12.2003 at 07:49:37AM +0100, Peter Svensson wrote: > Perhaps someone could add this to games as well ?? Please? Add what to the games? Matthieu -- (~._.~) Matthieu Weber - Université de Jyväskylä (~._.~) ( ? )email : [EMAIL PROTEC

Re: [Freevo-devel] Re: FXD handler bugfixes

2003-12-08 Thread Matthieu Weber
On Mon 08.12.2003 at 07:26:57PM +0100, Dirk Meyer wrote: > Matthieu Weber wrote: > > Here is a patch that fixes the fxdhandler, videoitem and __init__ of the > > video subsystem. Unless the DTD for video fxd files has changed, the > > fxdhandler implementation does not respect

[Freevo-devel] Playlist quickfix

2003-12-08 Thread Matthieu Weber
(why isn't this background_playlist initialized to at least null in my case?) Matthieu -- (~._.~) Matthieu Weber - Université de Jyväskylä (~._.~) ( ? )email : [EMAIL PROTECTED] ( ? ) ()- -() public key id : 452

[Freevo-devel] FXD handler bugfixes

2003-12-08 Thread Matthieu Weber
e to take care of the "" (quite clean also, doesn't require wide changes in the code, only in a couple of places Matthieu -- (~._.~)Matthieu Weber - Université de Jyväskylä (~._.~) ( ? )email : [EMAIL PROTECTED]

[Freevo-devel] Mixer configuration improvement

2003-10-29 Thread Matthieu Weber
one. And as there was also a need to redesign the mixer plugin using a Python module instead of hardcoded ioctls, I can try to do that too, and add support for Alsa (since I'm using it on my box). If I find out how to do it :) Comments? Matthieu -- (~._.~)Matthie

Re: [Freevo-devel] Re: Show variants in the main menu

2003-08-25 Thread Matthieu Weber
s pointing to the CD/DVD drive. I don't know if this is implemented yet, it was just a thought. Matthieu -- (~._.~)Matthieu Weber - Université de Jyväskylä (~._.~) ( ? )email : [EMAIL PROTECTED] ( ? ) ()- -()

Re: [Freevo-devel] Show variants in the main menu

2003-08-19 Thread Matthieu Weber
ut how to do it without making lots of changes :( > Someone please point me where to change that in freevo. I take a quick > look but couldn't find where. It was IIRC in the VideoItem module. Matthieu -- (~._.~)Matthieu Weber - Université de Jyväskylä

Re: [Freevo-devel] [PATCH] Repeated events handling

2003-08-14 Thread Matthieu Weber
On Fri 01.08.2003 at 10:52:54AM -0400, Aubin Paul wrote: > Hi Matthieu, > > I've committed the code; please try it and let me know if it works for > you. Seems to be working properly. Matthieu -- (~._.~) Matthieu Weber - Univer

[Freevo-devel] [PATCH] Repeated events handling

2003-08-01 Thread Matthieu Weber
ith the type of event, but this information is not used anywhere (I don't know how to pass it to the various event handlers). Matthieu -- (~._.~) Matthieu Weber - Université de Jyväskylä (~._.~) ( ? )email : [EMAIL PROTECTED] ( ? ) ()- -()

Re: [Freevo-devel] python -O

2003-07-31 Thread Matthieu Weber
. It might produce even smaller code. Matthieu -- (~._.~)Matthieu Weber - Université de Jyväskylä (~._.~) ( ? )email : [EMAIL PROTECTED] ( ? ) ()- -() public key id : 452AE0AD ()- -() (_)-(_) &quo

Re: [Freevo-devel] Keeping the runtime up to date

2003-07-30 Thread Matthieu Weber
my own mplayer, but this was easy to configure). Thanks, Matthieu -- (~._.~)Matthieu Weber - Université de Jyväskylä (~._.~) ( ? )email : [EMAIL PROTECTED] ( ? ) ()- -() public key id : 452AE0AD ()

[Freevo-devel] Keeping the runtime up to date

2003-07-30 Thread Matthieu Weber
to the CVS version of Freevo I have (at least mmpython is one of the problems, since Freevo does not anymore show the content of the ID3 tags when playing an mp3). So what's the trick for staying up-to-date? Matthieu -- (~._.~) Matthieu Weber - Université de Jyvä

Re: [Freevo-devel] mmpython problem

2003-07-10 Thread Matthieu Weber
the current CVS still doesn't work please send me a > copy of a nonworking ogg. I don't have many of them here > so the parser may not be perfect. Why not use the pyOgg module, or even the libogg.so (or libvorbis.so?) for getting meta-data from the Ogg streams ? Matt

Re: [Freevo-devel] Re: CD/DVD detection

2003-07-08 Thread Matthieu Weber
using the ``df'' command for getting the percentage of used space on the disc (instead of adding up the sizes of all files). It's still a dirty hack, that's true. Matthieu -- (~._.~)Matthieu Weber - Université de Jyväskylä (~._.~) ( ? )emai

[Freevo-devel] BUG: object cache fails on non-ASCII keys

2003-07-03 Thread Matthieu Weber
avoiding errors, but I wouldn't put it into the CVS, unless no other solution is found. Matthieu -- (~._.~) Matthieu Weber - Université de Jyväskylä (~._.~) ( ? )email : [EMAIL PROTECTED] ( ? ) ()- -() public key id : 452

Re: [Freevo-devel] I need an up to date DTD for FXD files...

2003-07-03 Thread Matthieu Weber
tten to match the new DTD. Matthieu -- (~._.~)Matthieu Weber - Université de Jyväskylä (~._.~) ( ? )email : [EMAIL PROTECTED] ( ? ) ()- -() public key id : 452AE0AD ()- -() (_)-(_) "Humor ist

Re: [Freevo-devel] (no subject)

2003-06-25 Thread Matthieu Weber
tive, it will be relative to the MOVIE_INFO directory (or maybe MOVIE_DATA, I don't remember), unless a media-id attribute is given, in which case it will be relative to the root of the specified media. Matthieu, back from holidays -- (~._.~)Matthieu Weber - Université de Jyväs

Re: [Freevo-devel] Re: [PATCH] Playing multiple subitems bugfix

2003-03-24 Thread Matthieu Weber
On Sun 23.03.2003 at 07:32:57PM +0100, Dirk Meyer wrote: > Matthieu Weber wrote: > > When a videoitem has several subitems, the current code plays only the > > first one (because the menu is "visible" when playing this one, and > > since "EOF + visible menu =&g

Re: [Freevo-devel] Re: [BUG] DiscID not unique in certain cases.

2003-03-23 Thread Matthieu Weber
; fastest burner is not that fast. It might be a bug in Nero? > > so if I make a cover and a fxd form > > the imdb helper, they all have the same cover ! > > Very annoying. > > Strange, I just made a fxd file for a dvd, the id is date + label. I have some CDs which

Re: [Freevo-devel] fxd?

2003-03-21 Thread Matthieu Weber
and Uncut.ac3.avi However, mplayer-options in and do not work unless you apply the patch I sent today. (Yes, I know, the implementation is lousy... But it's getting better :) Matthieu -- (~._.~)Matthieu Weber - Université de Jyväskylä

[Freevo-devel] [PATCH] Playing multiple subitems bugfix

2003-03-20 Thread Matthieu Weber
g of mplayer_options to subitems, so that the options of the subitem (set from the XML file) are not clobbered. Matthieu -- (~._.~)Matthieu Weber - Université de Jyväskylä (~._.~) ( ? )email : [EMAIL PROTECTED] ( ? ) ()- -() p

[Freevo-devel] [PATCH] full support of mplayer-options in XML files

2003-03-20 Thread Matthieu Weber
In my previous implementation, a couple of mplayer-options attributes were not supported. Now they are. Matthieu -- (~._.~)Matthieu Weber - Université de Jyväskylä (~._.~) ( ? )email : [EMAIL PROTECTED] ( ? ) ()- -() public key

Re: [Freevo-devel] Re: [PATCH] Another XML Movie info fix

2003-03-13 Thread Matthieu Weber
On Thu 13.03.2003 at 05:06:43PM +0100, Dirk Meyer wrote: > Matthieu Weber wrote: > > Here is another fix for the XML files handling in xml_parser.py and a > > fix for the videoitem.py (self.menuw_visible was not initialized in some > > cases, and freevo crashed). > >

Re: [Freevo-devel] New movie xml files

2003-03-13 Thread Matthieu Weber
On Wed 19.02.2003 at 09:06:29AM +0200, Matthieu Weber wrote: > On Tue 18.02.2003 at 07:16:00PM +0100, Dirk Meyer wrote: > > Hi, > > > > since we moved to the new xml files some days ago, we need some things > > done to better use it. Here are some todo items, maybe th

Re: [Freevo-devel] [PATCH] Another XML Movie info fix

2003-03-13 Thread Matthieu Weber
Here is another fix for the XML files handling in xml_parser.py and a fix for the videoitem.py (self.menuw_visible was not initialized in some cases, and freevo crashed). Matthieu -- (~._.~)Matthieu Weber - Université de Jyväskylä (~._.~) ( ? )email : [EMAIL

Re: [Freevo-devel] support for DOS relative paths in playlists

2003-02-26 Thread Matthieu Weber
On Wed 26.02.2003 at 07:11:38AM -0600, Krister Lagerstrom wrote: > Matthieu Weber wrote: > > > Wouldn't it be cleaner to use os.path.join() (or someting like that) > > instead of blindly replacing backslashes with slashes? > > Isn't os.path.join() only for when

Re: [Freevo-devel] support for DOS relative paths in playlists

2003-02-25 Thread Matthieu Weber
I committed your change, does anyone have any reason why we wouldn't > want to do this? Backslashes are pretty rare in unix filenames. Wouldn't it be cleaner to use os.path.join() (or someting like that) instead of blindly replacing backslashes with slashes? Matthieu -- (~._.~)

Re: [Freevo-devel] Re: Movie Metadata

2003-02-25 Thread Matthieu Weber
info > in about 30 lines of python. But pyvorbis is already integrated to the runtime, so that we can see Ogg/Vorbis titles when playing. Would your implementation replace it, then? Matthieu -- (~._.~)Matthieu Weber - Université de Jyväskylä

Re: [Freevo-devel] Re: Movie Metadata

2003-02-25 Thread Matthieu Weber
if we have a program to write these tags, too. Wouldn't it be easier (not more efficient, just easier) to use mplayer for reading info from whatever file format? Matthieu -- (~._.~)Matthieu Weber - Université de Jyväskylä (~._.~) ( ? )email : [EMAIL PROTECTED]

Re: [Freevo-devel] [PATCH] Display of track numbers

2003-02-25 Thread Matthieu Weber
On Mon 24.02.2003 at 05:34:58PM -0600, Krister Lagerstrom wrote: > Matthieu Weber wrote: > > On Sun 23.02.2003 at 09:38:07PM -0600, Krister Lagerstrom wrote: > >>It would be nice if there could be settings in freevo_config.py for the > >>following things: > >> &