Re: [Freevo-devel] Freevo 1.9.2 Beta 1 available for download

2010-12-23 Thread Gorka Olaizola
On Tue, Dec 21, 2010 at 11:43:36AM +, Adam Charrett wrote: A quick snapshot of some of the changes: * New improved graphical display when playing videos (requires kaa.display, recommended) How do I activate this feature? I don't see any changes in my two Freevo boxes. I installed Kaa

Re: [Freevo-devel] Freevo 1.9.2 Beta 1 available for download

2010-12-23 Thread Gorka Olaizola
On Thu, Dec 23, 2010 at 08:01:09PM +, Adam Charrett wrote: I think I can solve a couple of your issues straight away, can you add DIALOG_SKIN_XML_FILE = 'blurr' in your local_conf.py and see if the issue with the shutdown dialog still appears? This should also provided you with the new

Re: [Freevo-devel] Freevo 1.9.2 Beta 1 available for download

2010-12-23 Thread Gorka Olaizola
On Fri, Dec 24, 2010 at 03:57:04AM +0100, Gorka Olaizola wrote: The shutdown dialog works using that setting but I cannot see the dialog in Mplayer. It works at last. I had to include in local_conf.py plugin.activate('dialog.x11_overlay_display') It should go in freevo_config.py

Re: [Freevo-devel] [ANNOUNCE] Release 1.8.3

2008-12-01 Thread Gorka Olaizola
On Mon, Dec 01, 2008 at 09:33:07PM +0100, Pascal Schirrmann wrote: File /usr/lib/python2.5/site-packages/freevo/dialog/__init__.py, line 67, in init skins.osd.xml.load(config.DIALOG_SKIN_XML_FILE) AttributeError: 'module' object has no attribute 'DIALOG_SKIN_XML_FILE' Maybe that code

Re: [Freevo-devel] [kaa] kaa.display, pygame and don't getting focus events

2008-08-31 Thread Gorka Olaizola
On Sun, Aug 31, 2008 at 04:16:11PM -0400, Jason Tackaberry wrote: This is _sort of_ fixed in svn. But pygame seems to be somehow interfering with focus out events. It seems to work with other windows. So you might be better off using the pygame API to handle to focus events, which might

[Freevo-devel] Playing video subitems in the same player instance

2008-08-27 Thread Gorka Olaizola
Hello, I'm trying to remove the waiting time between two parts when playing a video cut in multiple files and played joined with the config.AUTOJOIN feature or a .fxd file. I've made a patch that appends the subitems to the same call to mplayer or xine. In mplayer it uses -fixed-vo to use the

[Freevo-devel] [kaa] kaa.display, pygame and don't getting focus events

2008-08-21 Thread Gorka Olaizola
Hello, I'm trying to use kaa.display to set the focus to the Freevo window but it does nothing. The attached code is an example of what i'm trying to do. Does anyone know if there's something missing? Thanks #!/usr/bin/python import pygame, kaa, kaa.display def focus_out(): print focus

Re: [Freevo-devel] Up and coming release of Freevo 1 series

2008-08-20 Thread Gorka Olaizola
On Wed, Aug 20, 2008 at 08:59:40PM +0200, Duncan Webb wrote: Just a reminder on Monday I plan to release 1.8.2 and 1.7.9. So if you have some time between now and then translations need lots of updates and lots of testing of the svn branches is also needed. Could you refresh the i18n

Re: [Freevo-devel] How to find out position of current menuitem?

2008-07-24 Thread Gorka Olaizola
On Thu, Jul 24, 2008 at 01:14:30PM +0800, XiouXin Huang wrote: The situation is, I wrote a test plugin to gather system information. The menu in question has dynamic items, they are refreshed every 30 seconds. Each item show some kind of information in description area. If I want to

Re: [Freevo-devel] Audio player locked trying to show a Popup

2008-07-21 Thread Gorka Olaizola
On Thu, Jul 17, 2008 at 10:27:42PM +0200, Gorka Olaizola wrote: Hello, I'm trying to add a popup/progressbox in the audio player (using mplayer) when doing the server connection/cache filling but all I get is a lock in the main thread. The popup also does no hide away when I call the hide

Re: [Freevo-devel] Audio player locked trying to show a Popup

2008-07-21 Thread Gorka Olaizola
On Mon, Jul 21, 2008 at 08:16:29PM +0200, Gorka Olaizola wrote: On Thu, Jul 17, 2008 at 10:27:42PM +0200, Gorka Olaizola wrote: I've partially solved the problem using self.player.playerGUI.pbox = PopupBox(text=_('Filling cache...'), parent=self.player.playerGUI) I got it. I needed

[Freevo-devel] Audio player locked trying to show a Popup

2008-07-17 Thread Gorka Olaizola
Hello, I'm trying to add a popup/progressbox in the audio player (using mplayer) when doing the server connection/cache filling but all I get is a lock in the main thread. The popup also does no hide away when I call the hide()/destroy() method of the popup. Attached is my diff against

Re: [Freevo-devel] TV guide table color

2008-06-06 Thread Gorka Olaizola
On Thu, Jun 05, 2008 at 08:09:25PM +0200, Duncan Webb wrote: That changed a while ago, but it's only a css file, so you could grab an only one and use it. It is possible to have more than one css file in a web page and select each of them from the browser.

[Freevo-devel] menuw not passed to eventhandler function in Freevo 1.8.x svn

2008-04-06 Thread Gorka Olaizola
Hello, I'm fixing the freevused plugin that got broken with the latest changes in the 1.8 branch and I think that there is some regression in the eventhandler call from the menu. The plugin relied in the menuw variable that was filled with a MenuWidget object when the menu posted a

Re: [Freevo-devel] New skin Atlantice

2008-03-08 Thread Gorka Olaizola
On Thu, Mar 06, 2008 at 07:29:36AM -0600, Evan Hisey wrote: DId you the Icon degsins in this skin? That is one of the things still missing form teh TuxnTosh theme that is a bit ou out of my realm. It is still missing about a half dozen or so Icons needed to keep the them continuous through

Re: [Freevo-devel] Help with rel-1 webserver coding

2007-12-05 Thread Gorka Olaizola
On Tue, Dec 04, 2007 at 07:16:50PM +, John Molohan wrote: I've modified web_types' openfoto function so that it now returns a rescaled width and height for the image passed. How can I read these back into variables in library.rpy so that I can then use them as parameters for a link for

Re: [Freevo-devel] Hacking geexbox theme for 16:9

2007-12-05 Thread Gorka Olaizola
On Wed, Dec 05, 2007 at 03:26:02PM +, John Molohan wrote: Are you using SKIN_DEBUG=True in your local_conf? It's a real help when working with skins showing you on screen the corresponding names of each text, image and menu item. Thanks. I didn't know that debugging variable. Sure it

Re: [Freevo-devel] Hacking geexbox theme for 16:9

2007-12-04 Thread Gorka Olaizola
On Tue, Dec 04, 2007 at 06:57:54AM +0100, Duncan Webb wrote: This weekend I tried the geexbox theme and I like it very much. I have a 16:9 720p tv and the images show a bit squashed. Have you tried setting the IMAGEVIEWER_ASPECT? It wasn't my original intention to modifier all images,

[Freevo-devel] plugin.remove('tv') correct behavior

2007-10-21 Thread Gorka Olaizola
Hello, I've seen in my Freevo box that some plugins named tv.plugin_name are still active although I have plugin.remove('tv') in my local_conf.py Should plugin.remove('tv') remove the others and if so there is a bug or do I have to remove them one by one? Thanks signature.asc Description:

Re: [Freevo-devel] Panorama skin WAS: Re: Interesting failure

2007-08-21 Thread Gorka Olaizola
On Mon, Aug 20, 2007 at 09:12:58PM +0200, Duncan Webb wrote: MPlayer is a bit poor with videos that are 16x9 it seems to shrink them vertically so the video has nice black borders. I have a lot of videos that display as you say but they are corrected if I force its aspect ratio with -aspect

Re: [Freevo-devel] 1080p Skin

2007-08-19 Thread Gorka Olaizola
On Sun, Aug 19, 2007 at 07:23:24PM +0200, Jean-Michel Sizun wrote: Both cases feel perfectly explainable to me. In the first case, you take a skin mean for a 4:3 screen with square pixels and resize it to a 16:9 resolution, so it is normal things are stretched. I use the Bluestar skin in

Re: [Freevo-devel] [Freevo-users] Eject drive bay on empty discs

2007-08-02 Thread Gorka Olaizola
On Thu, Aug 02, 2007 at 05:23:59PM +0200, Ingo Bressler wrote: In 1.7.2 of freevo a message box pops up and tells me that there is no action defined for this selection if I _select_ an empty disc-drive. The idea was to replace this message by something useful (eject). Here it is the first

Re: [Freevo-devel] [Freevo-users] Eject drive bay on empty discs

2007-08-01 Thread Gorka Olaizola
On Wed, Aug 01, 2007 at 11:38:01AM +0200, Duncan Webb wrote: Not sure if this helps but hasattr(self.item.media, 'id') may be only true when the item is a cd drive. Yes. It has helped, thank you. There are some lines in the actual code that check 'label' instead of 'id' but I think both

Re: [Freevo-devel] Next Release for Freevo-1

2007-07-09 Thread Gorka Olaizola
On Mon, Jul 09, 2007 at 10:18:46AM +0200, Duncan Webb wrote: Does indeed, just add the revision number by typing: svn info --revision=BASE I think there is a little bug in autogen.sh. If the locale is not C or english the revision number cannot be found because the svn client strings get

Re: [Freevo-devel] [ANNOUNCE] Freevo-1.7.1 Release

2007-04-29 Thread Gorka Olaizola
On Sun, Apr 29, 2007 at 02:35:49PM +0200, Duncan Webb wrote: Some of the translations that have been updated, but more need doing. Feel free to send in new translations or patches for the translations. The trick here is to look for lines with 'fuzzy' and 'msgstr ' The translations will be

[Freevo-devel] Strange traceback with Freevo 1.7 svn and Kaa svn

2007-04-22 Thread Gorka Olaizola
I've update my freevo box to ubuntu 7.04 and latest svn of Freevo 1.7 and Kaa. After the update Freevo won't make thumbnails any more. I think I have discovered where the error is but I think it's quite strange. For making the thumbnails freevo calls this: /usr/bin/freevo execute

[Freevo-devel] Plugin for selecting different postprocessing options in mplayer

2007-02-07 Thread Gorka Olaizola
Hello, I have some hi-res videos that play choppy with my current mplayer postprocessing options but play well with pp=de. I think there is no way right now in Freevo to select different mplayer options for a video. I know that I can use the variants in an .fxd but I think that creating the .fxd

Re: [Freevo-devel] Problem with events in a DaemonPlugin

2007-02-01 Thread Gorka Olaizola
On Wed, Jan 31, 2007 at 10:53:28PM +0100, Gorka Olaizola wrote: Is there a way of debugging python with a debugger? Yes, there is :-) python -m pdb /usr/bin/freevo I have found that the responsible for the duplicate event is the line 285 of main.py that calls app.eventhandler(event). app

Re: [Freevo-devel] Problem with events in a DaemonPlugin

2007-01-31 Thread Gorka Olaizola
Does anyone recognize the names top=0 left=0? They get printed in the duplicated event if I do print 'Saw %s %s' % (event, menuw) from the freevused eventhandler(self, event, menuw=None) function I think is quite strange and I think is not my fault because the screen saver plugin is getting

Re: [Freevo-devel] Problem with events in a DaemonPlugin

2007-01-31 Thread Gorka Olaizola
On Wed, Jan 31, 2007 at 08:27:56PM +0100, Duncan Webb wrote: freevused.py (301): Saw PLUGIN_EVENT IDENTIFY_MEDIA None freevoscreensaver.py (102): Saver saw PLUGIN_EVENT IDENTIFY_MEDIA mplayer_aspectratio.py (134): Saw PLUGIN_EVENT IDENTIFY_MEDIA freevused.py (301): Saw PLUGIN_EVENT

[Freevo-devel] Problem with events in a DaemonPlugin

2007-01-30 Thread Gorka Olaizola
Hello, I'm adding some cool features to the Bluetooth control plugin freevused.py and I have found an annoying behaviour. If I set self.event_listener = False The plugin can't see events like PLAY_STOP or STOP that I use to set a variable to know if an item is playing. I I set

Re: [Freevo-devel] Back in the game

2007-01-16 Thread Gorka Olaizola
On Tue, Jan 16, 2007 at 02:54:32PM +0100, Dirk Meyer wrote: I always wonder if there would be some alsa setting (or something else) that would transform a x channel sound to AC3 on-the-fly. It seems that from Alsa 1.0.14-rc1 on there is an a52 plugin that encodes AC3 in realtime. It uses

Re: [Freevo-devel] Back in the game

2007-01-16 Thread Gorka Olaizola
On Tue, Jan 16, 2007 at 09:02:02PM +0100, Duncan Webb wrote: There is another way to do this which may only work with MPlayer and that is to use the -af pan option. I did an mplayer wrapper script that copied the front channels to the rear channels an added center and subwoofer. It also added

Re: [Freevo-devel] Back in the game

2007-01-16 Thread Gorka Olaizola
On Tue, Jan 16, 2007 at 09:42:13PM -0800, Michael Beal wrote: Before _anyone_ reads any further, open up and read the source code for mixer.py and then answer the following question: Does mixer.py mix audio channels or does it only adjust volume? Dischi, you wrote mixer.py and it seems

[Freevo-devel] Experimental plugin for retrieving information of a webradio playing song

2007-01-03 Thread Gorka Olaizola
This weekend I've done a plugin that retrieves info from a webradio show querying its web page with a script. The script and associated files are in the following url. It contains the plugin, 3 commercial free webradio .fxd directories with images (somafm.com, kohina.com and oc.ormgas.com) and a

Re: [Freevo-devel] Anamorphic skins duplicate recordings

2007-01-03 Thread Gorka Olaizola
On Mon, Jan 01, 2007 at 01:30:47PM +, Andrew Flegg wrote: I've not created a tracker issue for it as I'm not sure what to do about things like plugins (e.g. weather) which plot images at runtime too. I've played a bit with the 16:9 aspect ratio and, for example, the images in the image

[Freevo-devel] Is it possible to override the skin of the player?

2007-01-01 Thread Gorka Olaizola
I'm doing a plugin for Freevo 1.7 that extends the information shown when playing a webradio. I need to add some new tags to the skin but I don't want to add them to basic.fxd Is there a way of defining a new player skin and use it instead of the one that is in basic.fxd? Thanks --

Re: [Freevo-devel] Anamorphic skins duplicate recordings

2007-01-01 Thread Gorka Olaizola
On Mon, Jan 01, 2007 at 01:30:47PM +, Andrew Flegg wrote: http://www.bleb.org/software/panorama-skin.tar.gz (1.3MB) Very nice :-) I've tried it in my new shiny anamorphic TV and it's very cool. No more 4:3 aspect ratio for me. Thank you very much. I'll try to convert the bluestar

[Freevo-devel] Spawn X server with black background and without mouse cursor

2006-12-23 Thread Gorka Olaizola
I use Freevo with the -fs switch that spawns the X server. I want to add to the xinit call the -br switch. It uses a black background instead of then typical grey mesh of X. I would like to remove the X mouse cursor that appears sometimes too. Some time ago I did that modifying the freevo startup

Re: [Freevo-devel] How to make translation of the data of the weather plugin?

2006-12-21 Thread Gorka Olaizola
On Sun, Dec 10, 2006 at 04:49:45PM +0100, Duncan Webb wrote: Gorka Olaizola wrote: I activated the weather plugin and see that the strings in the data file WEATHER_DIR/weather/weathertypes.dat are not translated. What do you think is the best way to do the translation? Do it in the po

Re: [Freevo-devel] [ freevo-Bugs-1591698 ] Zsnes doesn't save state by exit process.

2006-12-14 Thread Gorka Olaizola
On Thu, Dec 14, 2006 at 01:36:57PM -0800, SourceForge.net wrote: I've done a small patch to zsnes to fake a escape keypress instead of calling LinuxExit() when the SDL_QUIT event raises. This way the game is saved when Freevo kill zsnes with a signall. Sourceforge doesn't let me attach the

Re: [Freevo-devel] Freevo-1.x Status and Future Plans

2006-10-16 Thread Gorka Olaizola
On Mon, Oct 16, 2006 at 08:57:54AM +0200, Hans Meine wrote: No, I am speaking about [ freevo-Bugs-1577673 ] detach too much - that user does not seem to have a STOP on his remote (I did not either until I bought a new one). (Great feature/fix however, the stop-on-video, thanks.) There

Re: [Freevo-devel] Freevo-1.x Status and Future Plans

2006-10-16 Thread Gorka Olaizola
On Mon, Oct 16, 2006 at 11:14:53AM +0200, Duncan Webb wrote: I'm amazed, using a mobile to control freevo, never knew this was possible. Found the wiki page, would you like to updated it? There is PleaseUpdate note there. I added some time ago some info for my plugin to the Plugins page

[Freevo-devel] Alsa mixer plugin for freevo 2.0

2006-08-24 Thread Gorka Olaizola
I have found http://sourceforge.net/projects/pyalsaaudio/ and I would like to implement a Mixer for Freevo 2.0 that uses it. I suppose that the current mixer plugin is a good way to start. Is there someone working on the same plugin? -- signature.asc Description: Digital signature

[Freevo-devel] Crash entering a directory with movies

2006-08-12 Thread Gorka Olaizola
It seems a problem with unicode and accents in the name of the files. If I remove all the accents and use only ascii characters the problem does not happen. My system is configured correctly with locale iso-8859-15. [EMAIL PROTECTED]:~$ set | grep LANG [EMAIL PROTECTED] [EMAIL PROTECTED]:~$ set

Re: [Freevo-devel] Sponsoring work for Freevo

2006-07-15 Thread Gorka Olaizola
On Fri, Jul 14, 2006 at 02:49:54PM +0200, Jean-Michel Sizun wrote: However, working on 2.X just does not really motivates me if I can not see the result directly on my TV set (with an operational and full setup with the plugins). I have created a user named freevo2 and installed there

Re: [Freevo-devel] Catalan translation of freevo.pot

2006-06-30 Thread Gorka Olaizola
On Fri, Jun 30, 2006 at 09:27:13PM +0200, Dirk Meyer wrote: Paco Rivière wrote: May anyone test it? Anyone? I can test it but I don't know catalan. As it is only a translation if someone that knows catalan does not like the translation he can put Freevo in english, another language or try

Re: [Freevo-devel] Does the Games plugin work in Freevo 2.0?

2006-06-21 Thread Gorka Olaizola
On Tue, Jun 20, 2006 at 06:22:25PM -0500, Chris Lack wrote: It did as of the patch. I haven't been able to work on it for a while and I'm about to move. I will be without internet for a fair bit. I hope to have the plugin nice and polished before the summer is over. I did some changes

Re: [Freevo-devel] Faking keypresses to exit games

2006-06-19 Thread Gorka Olaizola
On Sun, Jun 18, 2006 at 11:07:13AM +0200, Dirk Meyer wrote: I have no idea what a good addition to the games plugin is, but this feature sound like you need it, so send a patch. But make sure freevo installs without it since games itself is optional. Ok. I'll try to do as non intrusive as I

[Freevo-devel] [patch] Some patches for Freevo 2.0

2006-06-16 Thread Gorka Olaizola
- freevo-games-interface-array-index-self.patch Changes freevo/ui/games/interface.py to remove the parameter ind that conflicts in the suffix() method. This fixes the games and emulators listing of roms and makes it work. - games-add-exit-event.patch Maps the EXIT key to the

[Freevo-devel] Faking keypresses to exit games

2006-06-16 Thread Gorka Olaizola
I have configures Zsnes to play some roms and I have found a problem with the way the stop method works. The stop method kills the child that Freevo has created to run zsnes. This way Zsnes seems to not save the state of the game and for example Super Mario world starts always from the beginning.

Re: [Freevo-devel] Two minor bugs

2006-06-10 Thread Gorka Olaizola
On Sat, May 27, 2006 at 12:38:14PM +0200, Gorka Olaizola wrote: I'm using python 2.4.3 but still getting the error about the decorator in the mbus code. Traceback (most recent call last): File /home/gorka/freevo2/lib/python2.4/site-packages/freevo/ui/plugin_loader.py, line 305

[Freevo-devel] Error with logging and accessing a directory too fast

2006-06-10 Thread Gorka Olaizola
I have a directory full of mp3 and with debug activated, if I enter and exit the directory too fast Freevo 2.0 crashes. It seems a problem in Python, not Freevo, but I'd like to point to possible ways of crashing Freevo. Traceback (most recent call last): File

Re: [Freevo-devel] Two minor bugs

2006-06-10 Thread Gorka Olaizola
On Sat, Jun 10, 2006 at 12:43:10PM +0200, Dirk Meyer wrote: I think it is related to having python pointing to 2.3. You could change the Freevo start script to start a python 2.4. But why do you need 2.3 and 2.4 on one system anyway? The freevo start script is already pointing to

[Freevo-devel] Does the Games plugin work in Freevo 2.0?

2006-06-10 Thread Gorka Olaizola
I've configured GAMES_ITEMS for running a NES emulator but when I enter the Games section the only directory that it scans is the CDROM. I think the directory with the .nes roms it's ok in the config file. Does the plugin work? -- signature.asc Description: Digital signature

[Freevo-devel] [patch] Start Freevo with .xinitrc

2006-06-10 Thread Gorka Olaizola
If freevo is started with -fs it starts an X server and executes Freevo. During the initialization it shows the grey background and the X mouse cursor. I don't like it. The mouse cursos apears from time to time and I want to disable ir. This patch adds the -br switch to the xserver command line

[Freevo-devel] [bug] Error in videothumb with directories named like video file extensions

2006-06-01 Thread Gorka Olaizola
The error is in Freevo 2.0 svn update from 3 days ago. I think there are no new updates. I have directories named after the file extensions they contain. avi, wmv, mpeg, etc... Freevo seems to treat them like files instead directories. The directories do not have especial permissions nor soft

[Freevo-devel] Freevused plugin for Freevo 2.0

2006-05-28 Thread Gorka Olaizola
I've finished the first version of my plugin for controlling Freevo 2.0 with a bluetooth mobile. Its a direct port of the Freevo 1.5 version and It uses a modified version of a j2me bemused client that needs to be installed in the phone and the pybluez library. The midlet can be downloaded from

[Freevo-devel] Installation of .mo files for i18n in Freevo 2.0

2006-05-28 Thread Gorka Olaizola
¿How can I install the .mo files of Freevo 2.0? The build process seems to not compile the i18n files and installs incorrectly the .po files in the share/locale/$LANG/LC_MESSAGES directory I see in core/src/distribution.py that there are functions to generate the .mo files but I don't know how

Re: [Freevo-devel] Re: Two minor bugs

2006-05-28 Thread Gorka Olaizola
On Sun, May 28, 2006 at 08:30:48PM +0200, Dirk Meyer wrote: /home/gorka/freevo2/lib/python2.4/site-packages/freevo/ui/plugins/rom_drives.py, line 328, in __move_tray_thread s = ioctl(fd, cmd, 0) Very strange. Does it work with 1.5? Do you use Linux or BSD? 32Bit or 64Bit? Linux 32

[Freevo-devel] Two minor bugs

2006-05-27 Thread Gorka Olaizola
I have a laptop and the cdrom drive does not eject. There is a try/except in the rom_drives.py line 328 but the IOError seems to happen in the ioctl method If I put a try/except in the ioctl method the exception is catched. ERROR rom_drives(330): move tray error Traceback (most recent call

[Freevo-devel] Input by Bluetooth

2006-05-27 Thread Gorka Olaizola
I see that in Kaa there is a class that supports input by a Bluetooth phone. The method it uses does not work in my phone. I did a plugin for Freevo 1.5 that uses a hacked bemused client and I want to port it to Frevo 2.0 What is the best way to support this method in Freevo 2.0? Should I add a

[Freevo-devel] librsvg-2.0-dev not found on Debian Sid

2006-05-26 Thread Gorka Olaizola
I'm trying to compile kaa and freevo2 in a Debian Sid. The setup.py script does not find librsvg-2.0-config and does not compile mng and svg support. I think this package uses pkg-config and not a -config script. The ouput of pkgconfig is as follows. $ pkg-config --cflags librsvg-2.0

[Freevo-devel] setup.py: Problem compiling metadata module with libdvdread in Debian Sid

2006-05-26 Thread Gorka Olaizola
If I install libdvdread-dev the setup.py fails to compile the metadata module. The error is: In file included from src/disc/ifomodule.c:46: /usr/include/dvdread/ifo_types.h:32:2: error: #error Must include inttypes.h or stdint.h before any libdvdread header. following a very long syntax error.

[Freevo-devel] Crash at startup of freevo

2006-05-26 Thread Gorka Olaizola
I've installed freevo2 in a subdir of my home dir (with the --prefix switch) but it crashes with this error: ERROR runtimexml(477): Error while parsing runtime configuration template

Re: [Freevo-devel] librsvg-2.0-dev not found on Debian Sid

2006-05-26 Thread Gorka Olaizola
On Fri, May 26, 2006 at 01:41:08PM -0400, Jason Tackaberry wrote: What's the output of pkg-config librsvg-2.0 --modversion? [EMAIL PROTECTED] pkg-config librsvg-2.0 --modversion 2.14.3 Similarly, what's the output of pkg-config libvisual --modversion? [EMAIL PROTECTED] pkg-config

Re: [Freevo-devel] setup.py: Problem compiling metadata module with libdvdread in Debian Sid

2006-05-26 Thread Gorka Olaizola
On Fri, May 26, 2006 at 01:47:02PM -0400, Jason Tackaberry wrote: On Fri, 2006-05-26 at 19:34 +0200, Gorka Olaizola wrote: If I include inttypes.h before the libdvdread header as the message says, the compilation is ok and the module is compiled without problems. I'm guessing you're

Re: [Freevo-devel] Crash at startup of freevo

2006-05-26 Thread Gorka Olaizola
On Fri, May 26, 2006 at 02:38:21PM -0400, Jason Tackaberry wrote: What is the output when you run this command: python -c 'import kaa.imlib2' It returns nothing if I set the variable PYTHONPATH with the directory where I installed freevo2 The freevo program sets the environment

Re: [Freevo-devel] Crash at startup of freevo

2006-05-26 Thread Gorka Olaizola
On Fri, May 26, 2006 at 03:40:26PM -0400, Jason Tackaberry wrote: To rule it out, cd to kaa/display and run 'python setup.py'. At the top you should get an output similar to: I get checking for X11 ... ok checking for imlib2 = 1.1.1 ...1.2.1 1.2.1 checking for evas = 0.9.9.010 ...sh:

Re: [Freevo-devel] librsvg-2.0-dev not found on Debian Sid

2006-05-26 Thread Gorka Olaizola
On Fri, May 26, 2006 at 03:15:22PM -0400, Jason Tackaberry wrote: Ok, those look good. Can you paste the output when you run 'python setup.py build' in kaa/canvas? The error is related to the shell I'm using. I think some time ago I had similar problems. I have /bin/sh poiting to /bin/dash

Re: [Freevo-devel] librsvg-2.0-dev not found on Debian Sid

2006-05-26 Thread Gorka Olaizola
On Fri, May 26, 2006 at 06:13:38PM -0400, Jason Tackaberry wrote: I think the correct solution would be is to invoke /bin/bash explicitly. Because maybe the default shell is /bin/mycrappyshell that doesn't even support 2 syntax :) If a shell is not posix compatible is not worth to support

Re: [Freevo-devel] Re: Toggle item in menu

2006-03-18 Thread Gorka Olaizola
On Sat, Mar 11, 2006 at 05:34:06PM +0100, Dirk Meyer wrote: TheHog wrote: Hi, I'm writing a plugin for freevo. One of the menu items should be a toggle item, i.e. it should switch between disabled and enabled. i cannot figure out how this can best be done. Could you please give a

Re: [Freevo-devel] Re: why kaa.xine explicit x11 dependency?

2006-02-23 Thread Gorka Olaizola
On Fri, Feb 24, 2006 at 12:57:13AM +0100, Lucian Muresan wrote: +have_x11 = 1 +try: +dl.open('/usr/lib/libX11.so') +except dl.error, err: +print System without X11 detected +have_x11 = 0 + The problem I see with this is that one can have the runtime libX11 but not the

Re: [Freevo-devel] Re: Can coexist freevo 1.5 and freevo 2.0 installed on the system?

2006-02-21 Thread Gorka Olaizola
On Tue, Feb 21, 2006 at 10:38:33PM +0100, Dirk Meyer wrote: In the 2.0 Wiki http://freevo.sourceforge.net/cgi-bin/freevo-2.0/Installation You _must_ install Freevo, you can't run it from the working directory. But --prefix helps. I already used --prefix but it didn't work. The problem

Re: [Freevo-devel] Re: How to get the menu in a DaemonPlugin in Freevo 1.5.4?

2006-02-20 Thread Gorka Olaizola
On Sun, Feb 19, 2006 at 03:40:44PM +0100, Dirk Meyer wrote: I don't remeber. That's a reason for the rewrite for 2.0. If you would write your plugin for 2.0, you can use every item and ask it for the menu widget. This seems to work: import menu as mc osd = osd.get_singleton()

[Freevo-devel] How to get the menu in a DaemonPlugin in Freevo 1.5.4?

2006-02-19 Thread Gorka Olaizola
I need to get the main MenuWidget from a DaemonPlugin. The only way it seems possible is in an evenhandler but the menuw parameter is always None but one time: freevoscreensaver.py (110): Saver saw PLUGIN_EVENT IDENTIFY_MEDIA freevused.py (148): Menu: menu.MenuWidget instance at 0xb3a841ac

[Freevo-devel] [freevo 1.5.4] small bug in videoitem.py

2006-02-19 Thread Gorka Olaizola
I found a small bug in videoitem.py I enter to the movie menu and without selecting no video I raise the MENU event. It appears the following traceback: videoitem.py (661): video.videoitem.VideoItem instance at 0xb4a4b82c Traceback (most recent call last): File

Re: [Freevo-devel] Re: Problems compiling SVN kaa on Debian Sid

2006-02-16 Thread Gorka Olaizola
On Thu, Feb 16, 2006 at 10:59:21AM +0100, Dirk Meyer wrote: I don't have gcc 4.0, it must be a new warning At least it seems not to affect the compilation. If I have time at night I'll make a patch for fixing the warnings. |for i in includes: |f.write('#include %s\n' %

[Freevo-devel] Problems compiling SVN kaa on Debian Sid

2006-02-15 Thread Gorka Olaizola
I'm trying to install freevo 2.0 from todays SVN but I'm having problems with kaa compilation. The warning and error it's attached. I think I have almost all important dependancies. The only strange thing it's that Sid uses gcc-4.0. With gcc-3.4 the error of PyShmMemory_repr is not reported

Re: [Freevo-devel] How to refresh a menu from a plugin?

2006-02-13 Thread Gorka Olaizola
On Sat, Feb 11, 2006 at 08:27:43PM +0100, Gorka Olaizola wrote: Is there a way to refresh the menu? After too much headache with the MenuWidget class I got the solution using the Skin class. My solution is: self.skin = skin.get_singleton() menuw.menustack[-1].selected.name = self.title

[Freevo-devel] How to refresh a menu from a plugin?

2006-02-11 Thread Gorka Olaizola
I am coding a little ItemPlugin for Freevo 1.5.4 to allow changing the aspect ratio of mplayer for a given divx movie that has a bad aspect ratio. I have added an option to the submenu of the movie but when I change the menu it doesn't refresh. Reading the refresh method in the Menu class I

[Freevo-devel] Bluetooth remote control

2006-02-10 Thread Gorka Olaizola
I'm coding a DaemonPlugin for remote controlling Freevo with a Bluetooth mobile phone. I'm using PyBluez bindings and I have a working prototype coded in roughly 3 hours. It seemed too easy and fast. The problem is that there are two functions in PyBluez that block and they stop Freevo until the

Re: [Freevo-devel] Re: Problems creating a little plugin for freevo 1.5.3

2005-08-22 Thread Gorka Olaizola
On Sat, Aug 20, 2005 at 11:58:04AM +0200, [EMAIL PROTECTED] wrote: I'm trying to code a little plugin for playing directories recursively Why? It's already in Freevo. Press ENTER on a dir to get the submenu. My plugin plays each file for each directory chosen randomly. I haven't seen

[Freevo-devel] Problems creating a little plugin for freevo 1.5.3

2005-08-19 Thread Gorka Olaizola
Hello, I'm trying to code a little plugin for playing directories recursively but i'm very confused about how the playlist do work. My code is attached to the message. I simply iterate over the shuffled directories and call to Playlist.play() in each directory, but the loop doesn't stop while

Re: [Freevo-devel] Problems creating a little plugin for freevo 1.5.3

2005-08-19 Thread Gorka Olaizola
On Fri, Aug 19, 2005 at 06:11:31PM +0200, Martijn Voncken wrote: Another approach may be: Create 1 playlist with all songs in the directory and subdirectory's. That way you only have to start one playlist. I've done that way creating a playlist of the randomized and sorted files and it

Re: [Freevo-devel] [patch] MMpython bug reading disc length

2005-06-27 Thread Gorka Olaizola
I forgot to add the Trace of the error mmpython.create error: Traceback (most recent call last): File /usr/lib/python2.3/site-packages/mmpython/factory.py, line 250, in create return self.create_from_device(name) File /usr/lib/python2.3/site-packages/mmpython/factory.py, line 217, in

[Freevo-devel] [patch] MMpython bug reading disc length

2005-06-26 Thread Gorka Olaizola
I'm using freevo 1.5.3 and mmpython 0.4.8 from the Debian packages and I get an error trying to read a home mastered DVD. I have corrected the problem with a very little change. I've attached the output of lsdvd -v -n -a -s /dev/dvd and my little patch. I hope it is useful. -- Disc Title:

Re: [Freevo-devel] Future ideas post 1.5.0

2004-07-18 Thread Gorka Olaizola
On Sun, Jul 18, 2004 at 12:00:40PM +0200, Fons van der Beek wrote: Before mplayer is called from freevo for playing movies: A first call to mplayer for analyzing data in respect to video size: I call mplayer from a script that analyses the file to find the number of sound channels to

[Freevo-devel] [BUG] autojoined video playing error

2004-07-01 Thread Gorka Olaizola
I have a list of videos in divx format like this. movie 1.avi movie 2.avi movie 3 [cd1].avi movie 3 [cd2].avi freevo (1.5.0-rc4) joins movie 3 in one virtual file named movie 3 [cd1-2].avi. During the playback of movie 3 [cd1-2].avi if I change to movie 2.avi and go back to movie 3 [cd1-2].avi

Re: [Freevo-devel] Re: Translation to Spanish of Freevo 1.5

2004-06-20 Thread Gorka Olaizola
On Sun, Jun 20, 2004 at 01:59:51PM +0200, Dirk Meyer wrote: What is the name for spanish? sp? in i18n it is es signature.asc Description: Digital signature

[Freevo-devel] [BUG] Exception retrieving APOD picture from Internet

2004-06-17 Thread Gorka Olaizola
Hello, Trying to retrieve the APOD I received this error pasted at the end of the message. I think that an error reading from a socket is not a fatal error and that it should raise a popup telling the user that it could not get the image from the Internet. Traceback (most recent call last):

[Freevo-devel] Crash in joystick support

2004-06-15 Thread Gorka Olaizola
Hello, While testing my translation I discovered a little bug. If the joystick support is activated but there is no joystick connected to the computer Freevo crash. Here's the log: Unable to open /dev/input/js0, trying /dev/js0... Unable to open /dev/js0, check modules and/or permissions

[Freevo-devel] Something annoying about rom list and freevo

2004-06-13 Thread Gorka Olaizola
Hello again, I have a big list of mame roms and nes roms and I always play to the first games of the list because it's too time consuming to go to the middle or end of the list. I would like if it's possible a way to filter with the first letter of the roms. It could be a first list of alphabet

[Freevo-devel] Updating translation of Freevo to Spanish

2004-06-13 Thread Gorka Olaizola
Hello, I'm just starting the update of the spanish translation of Freevo. I don't think it will take me too much time to finish it but I don't have a TV capture card so I think I cannot test that part of Freevo. It will be apreciated if someone that speaks spanish could test that part when I