Re: [Freevo-devel] mplayer/xine problem with kaa.popcorn

2007-02-04 Thread Dirk Meyer
Jason Tackaberry wrote: > On Sun, 2007-02-04 at 11:27 +0100, Dirk Meyer wrote: >> OK, it is not a bug in xine, it is a bug in the video. The video is >> 960x544 which results on a 1360x768 display to 1355x768. This explains >> the problem. But it would be nice to do some

Re: [Freevo-devel] More Freevo 2.0 Updates

2007-02-04 Thread Dirk Meyer
Kevin Gottsman wrote: > Freevo works great now that I have these items populated. Great. >> For some reason the tv plugin is deactivated and tv.genre is not. That >> does not work. You need to activate tv before any tv subplugins. > > This error occured when I explicity removed the tv plugin. I d

Re: [Freevo-devel] Kaa r2451 - trunk/popcorn/src/backends/mplayer

2007-02-04 Thread Dirk Meyer
Jason Tackaberry wrote: > On Sat, 2007-02-03 at 11:42 +0100, Dirk Meyer wrote: >> +# set monitor aspect (needed sometimes, not sure when and why) >> +args.add(monitoraspect='%s:%s' % tuple(aspect)) > > Do you have an example when this is needed? Sh

Re: [Freevo-devel] Requesting permission to branch the Freevo project

2007-02-06 Thread Dirk Meyer
Hi, Michael Beal wrote: > Some of you use SPDIF for audio playback into external equipment. > Others use their 2-channel audio cards. Some have widescreen > monitors while others have 4:3 screens which do not operate at > maximum resolution. Because of these differences, there are strange > quir

Re: [Freevo-devel] freevo 1 + freevo 2

2007-02-07 Thread Dirk Meyer
"mike lewis" wrote: > Is there any way to get freevo2 to use a config file other than > /etc/freevo/local_conf.py? Fixed now. See other mail for details. Dischi -- UNIX _is_ user friendly - it's just selective about who its friends are! pgpDAaFV8PjtP.pgp Description: PGP signature --

Re: [Freevo-devel] Requesting permission to branch the Freevo project

2007-02-07 Thread Dirk Meyer
Michael Beal wrote: > To clarify, _YES_, I do plan on going an extremely different > direction; one which is targeted at an American audience using a > definitive set of supported hardware. This is something several > respondents made point of; to wit: Freevo supports so much hardware > that it do

Re: [Freevo-devel] Kaa Installation [xine?]

2007-02-07 Thread Dirk Meyer
"mike lewis" wrote: > Hello. > > Just tried to install Kaa to trial freevo2. > > I would like to use xine. How can I disable directfb? I do not have > it installed yet it insist on compiling ;-) That is odd. The code should not be compiled unless you have directfb installed. Do you have directfb

[Freevo-devel] Freevo 2.0 config (was: Requesting permission to branch the Freevo project)

2007-02-07 Thread Dirk Meyer
Jason Tackaberry wrote: > On Wed, 2007-02-07 at 20:42 +0100, Dirk Meyer wrote: >> > I don't want put this fork of the project on a CD and require the >> > user to spend an enormous amount of time configuring several things. >> > This is where my concept of the

[Freevo-devel] Freevo 2.0 Config Update

2007-02-07 Thread Dirk Meyer
Hi, I checked in some code that replaces the old freevo_config.py and local_conf.py logic. It is not finished yet. If you use svn trunk for testing, read this file carefully. o The config file is now ~/.freevo/freevo2.conf. It will be generated if it is not there and freevo will stop. You can f

Re: [Freevo-devel] Freevo 2.0 config

2007-02-07 Thread Dirk Meyer
Jason Tackaberry wrote: > On Wed, 2007-02-07 at 22:13 +0100, Dirk Meyer wrote: >> To create such a config writer, NO knowledge of freevo 2.0 internals >> are needed and from kaa you only need some understanding of >> kaa.config. I will answer questions regarding that mod

Re: [Freevo-devel] Freevo 2.0 config

2007-02-08 Thread Dirk Meyer
Jason Tackaberry wrote: > On Wed, 2007-02-07 at 23:11 +0100, Dirk Meyer wrote: >> __iter__ (do svn up, I added it some days ago) > > Ok, but I'd also like to see a function that just returns a list of > variable names. Just like, for example, iterating over a dictionary &

Re: [Freevo-devel] Kaa Installation [xine?]

2007-02-08 Thread Dirk Meyer
"mike lewis" wrote: > On 2/8/07, Jason Tackaberry <[EMAIL PROTECTED]> wrote: >> On Wed, 2007-02-07 at 20:44 +0100, Dirk Meyer wrote: >> > That is odd. The code should not be compiled unless you have directfb >> > installed. Do you have directfb-config or

Re: [Freevo-devel] Freevo2: No module named version

2007-02-08 Thread Dirk Meyer
naudefj wrote: > I've downloaded freevo2 from SVN. However, when I start it, I get the > following error: > > $ freevo start > ImportError: No module named version > Not all requirements of Freevo are installed on your system. > Please check the INSTALL file for more informations. Remove everythi

Re: [Freevo-devel] Freevo 2.0 dev environment

2007-02-09 Thread Dirk Meyer
Mathias Weber wrote: > i wanted to get started with working on Freevo 2.0. How do you set up a > dev environment? do you always install all the libs and freevo or how do > you work on it. > I haven't got it to work without installing. But i don't really want it > to install every time i change s

Re: [Freevo-devel] Freevo 2.0 dev environment

2007-02-10 Thread Dirk Meyer
Mathias Weber wrote: > Dirk Meyer wrote: >> Mathias Weber wrote: >>> i wanted to get started with working on Freevo 2.0. How do you set up a >>> dev environment? do you always install all the libs and freevo or how do >>> you work on it. >>> I hav

[Freevo-devel] Weekly 2.0 SVN Update

2007-02-10 Thread Dirk Meyer
Hi, again an update on current SVN. o The config format now has completly changed to the new kaa.config based ini format. This means no local_config.py and no freevo_config.py anymore. Call 'freevo setup' after updating. o Some plugins are broken now because they still need the old style

Re: [Freevo-devel] Fwd: [ 1632721 ] Audio player shows wrong bitrate

2007-02-11 Thread Dirk Meyer
naudefj wrote: > Hi Jason, > > On Sunday 04 February 2007 20:56, Jason Tackaberry wrote: >> On Sun, 2007-02-04 at 19:06 +0200, naudefj wrote: >> > Dirk/ Jason, any chance of getting some direction on this? >> >> We talked on IRC a while back and agreed to use kbits. Agreeing on >> units is easy.

[Freevo-devel] Freevo 2.0 API Stable

2007-02-11 Thread Dirk Meyer
Hi, Soenke told me not to promisse anything I can't keep, but I'm sure I can. Yesterday the switch to the new config style was finished and this was the last step for a stable 2.0 API. If you want to help development, you could start writing plugins for 2.0 and send them to the list. As a start, t

Re: [Freevo-devel] Fwd: [ 1632721 ] Audio player shows wrong bitrate

2007-02-12 Thread Dirk Meyer
naudefj wrote: > Hi Dischi, > > On Sunday 11 February 2007 12:31, Dirk Meyer wrote: >> naudefj wrote: >> > Hi Jason, >> > >> >> Bitrate calculations in many of the parsers are incorrect, and in others >> >> are completely and unfathomably

Re: [Freevo-devel] Freevo 2.0 inotify

2007-02-12 Thread Dirk Meyer
Mathias Weber wrote: > Hi, > > i found a kind of nasty bug in the inotify.c file. I have sent a patch. > Since i have seen some more of them with a short grep. I think i will > short introduce the problem. I will look for changing them as well. That would be great. I guess kaa.xine and kaa.evas

Re: [Freevo-devel] kaa checkout from yesterday..

2007-02-13 Thread Dirk Meyer
"mike lewis" wrote: > [EMAIL PROTECTED]:/build/freevo/freevo2/kaa$ python setup.py install > --prefix=/home/mick/freevo2 > [setup] Entering freevo submodule lib/notifier > running install > running build > running build_py > running install_lib > creating /home/mick/freevo2 > creating /home/mick/fr

Re: [Freevo-devel] freevo2.0 freezes when media menu is selected

2007-02-14 Thread Dirk Meyer
Tanja wrote: > Hi, > > I fell about the following problem, when I tried to test freevo2.0. > > I included my media file directories in the automatically created > freevo2.conf file. > After that the freevo main menu shows entries for the corresponding > media as expected. But when I select such a

Re: [Freevo-devel] freevo2.0 freezes when media menu is selected

2007-02-14 Thread Dirk Meyer
Dirk Meyer wrote: > Tanja wrote: >> Hi, >> >> I fell about the following problem, when I tried to test freevo2.0. >> >> I included my media file directories in the automatically created >> freevo2.conf file. >> After that the freevo main menu sh

Re: [Freevo-devel] freevo2.0 tvserver?

2007-02-15 Thread Dirk Meyer
Tanja wrote: > Hi, > > after I got the media menus of freevo2.0 running, I tried to start the > tvserver. This is the message I got: > > Traceback (most recent call last): >File "./freevo-tvserver", line 130, in ? > handler = logging.FileHandler('%s/tvepg-%s' % (freevo.conf.LOGDIR, > os.

Re: [Freevo-devel] freevo 2.0 Games plugin

2007-02-15 Thread Dirk Meyer
Mathias Weber wrote: > is there some one porting the game plugin for freevo 2.0? If not i will > give it a try. Not that I know off. Regarding the plugin, I guess all the additional_arg stuff in directory is kind of ugly. Maybe you can find a better idea, e.g. making plugins for each type of game

Re: [Freevo-devel] freevo2.0 tvserver?

2007-02-16 Thread Dirk Meyer
Tanja wrote: > I tried the new svn version and now the tvserver starts, but > freevo is still reporting "no recordserver found". > Neither the log of freevo nor the log of tvserver contain any hint. > What am I missing here? Both need to share the same mbus config. It is located in ~/.mbus and con

Re: [Freevo-devel] Kaa r2493 - trunk/popcorn/src/backends/mplayer

2007-02-16 Thread Dirk Meyer
Jason Tackaberry wrote: > On Thu, 2007-02-15 at 17:17 +0100, Dirk Meyer wrote: >> elif line.startswith("ID_") and line.find("=") != -1: > > This is more pythonic: > >elif line.startswith('ID_') and '=' in line: > >

Re: [Freevo-devel] kaa checkout from yesterday..

2007-02-16 Thread Dirk Meyer
Jose Taza wrote: > Hi there, > > I also found a problem in the latest freevo 2.0 svn version. It is the > following problem: > ERROR __init__(1072): Crash! > Traceback (most recent call last): > File "./freevo", line 253, in ? > displays.create() > > File > "/home/joost/freevo2/lib/p

Re: [Freevo-devel] freevo2.0 tvserver?

2007-02-17 Thread Dirk Meyer
Tanja wrote: > The solution of this problem is: > route add 224.255.222.240 lo > (see http://freevo.sourceforge.net/cgi-bin/freevo-2.0/MbusConfig) I should read my own entries to the wiki before trying to find the problem :) Maybe we can find some way to detect this? Maybe a mbus test app doing s

Re: [Freevo-devel] freevo2.0 tvguide

2007-02-17 Thread Dirk Meyer
Tanja wrote: > Hi, > > freevo-tvserver is running now, but here comes the next problem. > > When I now select the TVGuide I get the following error and freevo shuts > down... > > ERROR __init__(1072): application.handler > Traceback (most recent call last): >File > "/usr/local/freevo-2.0//lib

Re: [Freevo-devel] freevo2.0 tvguide

2007-02-18 Thread Dirk Meyer
Tanja wrote: > Does that mean, that the guide is not shown, when there is not tv > hardware available in that PC. > I used to do programming and debugging on my laptop, which is without > any tv hardware... It works without a card. I'm not sure why it does not work without mapping ATM, I have to

Re: [Freevo-devel] [2.0] tvserver bug?

2007-02-18 Thread Dirk Meyer
Tanja wrote: > Hi, > > I am still struggeling with freevo2.0. > > I noticed, that when I start the tvserver with the parameter > --background, then it it not found by freevo. > > This is the message that the tvserver writes to its logfile: > > 2007-02-18 12:32:21,589 ERROR[notifier] __init__.p

Re: [Freevo-devel] freevo2.0 tvguide

2007-02-18 Thread Dirk Meyer
Tanja wrote: > Hi > > I still have the problem, that the tvguide crashes, > although I now have the mapping in tvserver.conf and I have tvdev and > tvserver running and the servers and freevo see each other. > > > Do you have any idea what else I could be doing wrong? > What about freevo-epg? Do I

Re: [Freevo-devel] [2.0] tvserver bug?

2007-02-18 Thread Dirk Meyer
Tanja wrote: > The path is the same in both cases! > > without --background: > [record] __init__.py 1072: > ['../lib/python2.4/site-packages', > '/usr/local/freevo-2.0/bin', > '/usr/lib/python24.zip', > '/usr/lib/python2.4', > '/usr/lib/python2.4/plat-linux2', > '/usr/lib/python2.4/lib-tk', > '/usr

[Freevo-devel] EPG and TV in a prefect world

2007-02-18 Thread Dirk Meyer
Hi, I want to do some brainstorming how tv stuff should be handled in 2.0. I will start with the prefect worls and let us think later if a) this is the prefect world and b) how to do this. Please through in your ideas here. See below the text about the footnotes. In a perfect world you would conf

Re: [Freevo-devel] freevo2.0 tvguide

2007-02-18 Thread Dirk Meyer
Tanja wrote: > OK, tvserver and tvdev are running. > > If I call freevo-epg update, I got the following: > > update scheduled > ERROR __init__(1072): kaa.epg client disconnected > INFO __init__(1072): delete server link > > Stupid log messages, you can ignore it. The update is now scheduled,

Re: [Freevo-devel] [2.0] tvserver bug?

2007-02-18 Thread Dirk Meyer
Tanja wrote: >> OK, and is it correct? I mean is there a subdir freevo somewhere? > > Yes, ../lib/python2.4/site-packages/ > >> >> Wait, I have an idea: >> |os.chdir("/") >> >> This happens when going into background. Do you have a /freevo? >> > > No, but after os.chdir("/") the path from ab

Re: [Freevo-devel] [2.0] tvserver bug?

2007-02-18 Thread Dirk Meyer
Tanja wrote: > Dirk Meyer schrieb: >> Tanja wrote: >>>> OK, and is it correct? I mean is there a subdir freevo somewhere? >>> Yes, ../lib/python2.4/site-packages/ >>> >>>> Wait, I have an idea: >>>> |os.chdir("/")

Re: [Freevo-devel] freevo2.0 tvguide

2007-02-18 Thread Dirk Meyer
Tanja wrote: > Hi > > Seems that I do have a problem with the time format here. > I guess I will have to look into this. > The grabber works perfectly with freevo-1.x. > Do you have any hints on this? Looking at the code I see | secs = time.mktime(strptime.strptime(timestr, xmltv.date_format)) Bu

Re: [Freevo-devel] EPG and TV in a prefect world

2007-02-18 Thread Dirk Meyer
Jason Tackaberry wrote: >> (1) This should be easy. Scan /dev/dvb and /dev/video* and we should >> get the information we need. > > Depends what information you're gathering here. If it's just discovery > of hardware, ok. But I don't think you can rely on much else. For DVB we also know if i

Re: [Freevo-devel] EPG and TV in a prefect world

2007-02-19 Thread Dirk Meyer
Tanja wrote: > OK, but maybe it should tell the user to start tvdev, because it is > irritation to have the tvserver running and still no channels available. Right, but without a tvdev running you can't watch the channel. You could record and hope that the tvdev is there when the recording starts

[Freevo-devel] kaa.epg design questions (was: kaa.epg source for epgdata.com)

2007-02-19 Thread Dirk Meyer
Tanja wrote: > Hi, > > I started to create a nativ kaa.epg module for epgdata.com. Great > 1.) Which channels should be filled to the database? > At the moment I fill every channel to the database. As epgdata.com > provides all epg for all channels in one zip archive, the question is > just if w

Re: [Freevo-devel] beacon crash?

2007-02-20 Thread Dirk Meyer
"mike lewis" wrote: > Beacon won't "autorun" for me when I run freevo. Haven't had a chance > to look into it yet; but I did try running beacon on its own. This > works fine but I noticed the following error. Beacon doesn't crash. > Just might be handled better?? > > --- > [EMAIL PROTECTED]:~/fr

Re: [Freevo-devel] kaa checkout from yesterday..

2007-02-20 Thread Dirk Meyer
Jose Taza wrote: > About the PYTHONPATH: Installing freevo now works! But (sorry there is always > a 'but'.. :) ), now I get an error when running freevo. Setting the > PYTHONPATH (PYTHONPATH=/home/joost/freevo2/lib/python2.4/) doesn't solve it. > I don't understand why it is going wrong, becaus

Re: [Freevo-devel] beacon crash?

2007-02-21 Thread Dirk Meyer
"mike lewis" wrote: >> It won't work that way. But I don't know why: > Do you mean beacon won't be started by freevo? It won't work with that crash. beacon is started by Freevo, that is correct. > >> phex-> ll kaa/metadata/src/audio/ogg.py >> -rw-r--r-- 1 dmeyer users 5274 11. Feb 11:30 kaa/metad

Re: [Freevo-devel] kaa checkout from yesterday..

2007-02-22 Thread Dirk Meyer
Jose Taza wrote: > Bart, > > You are right. When I uninstall evas freevo works again! > A bit strange though, I thought that evas was used by freevo. > > But finaly... it works again... :) That is strange. Can someone with that bug please install evas again, compile again and add some debug in kaa

Re: [Freevo-devel] Fading feedback was: [Fwd: DVD Playback]

2007-02-23 Thread Dirk Meyer
"mike lewis" wrote: > some possible suggestions are: > i) to "pre-load" the player window and fade to the player window, not to > black. For that we may need kaa.candy. And I'm not sure how to prevent that player window color since it is the xv overlay. > ii) remove fade to on some items, like w

Re: [Freevo-devel] DVD Playback

2007-02-23 Thread Dirk Meyer
Ryan Roth wrote: > Is DVD playback broken in the current SVN? Whenever I try to play a DVD > it shows a black screen, when I hit FWD it quits back to the menu. The > only way I can get them to play is the use the sub menu and choose the > correct DVD title to play. Yes it is a bit buggy. I ho

[Freevo-devel] Re: Freevo 1.4 code freeze

2003-10-28 Thread Dirk Meyer
Aubin Paul wrote: > On 27-Oct-03, at 3:15 PM, Dirk Meyer wrote: >> >> I just vialoted the code freeze >> > > I'm guessing 1.4rc2 isn't scheduled any more? It's still scheduled. I will send an update buglist / roadmap later. Dischi -- If the Earth

[Freevo-devel] Re: SKIN: Crystal

2003-10-28 Thread Dirk Meyer
"Jan Grewe" wrote: > Seems like my previous mail with the skin attached didn't show up here, so i > won't attach the file, but go to > > http://faked.org/crystal.tar.gz > > To download it ... > > i took the Noia skin and exchanged the icons (except weather/holidays) and > changed some details, the

[Freevo-devel] Re: crash continues

2003-10-28 Thread Dirk Meyer
Krister Lagerstrom wrote: > Aubin Paul wrote: >> On Mon, Oct 27, 2003 at 06:39:38PM +0100, Dirk Meyer wrote: > > ... > >>>Sorry for the long mail, but it may help you to understand the stuff >>>and find bugs in the future (not that there are bugs). >>>

[Freevo-devel] Re: Freevo 1.4 code freeze

2003-10-28 Thread Dirk Meyer
OK, small update Closed tasks: - o a new mmpython release o Check killing (-9/-15). What happens for helpers, what happens on a crash (I just got lots of partly dead Freevos) . Maybe remember pid, kill -15, wait until child is dead or timeout. If child is still alive, kill it w

[Freevo-devel] Re: Freevo 1.4 code freeze

2003-10-28 Thread Dirk Meyer
Aubin Paul wrote: > On Tue, Oct 28, 2003 at 03:35:00PM +0100, Dirk Meyer wrote: >> o a new mmpython release > > A debian package is available from the apt source. > >> o www tv guide is broken (at least for me) >> -- Gustavo > > What is broken? htt

[Freevo-devel] Re: SKIN: Crystal

2003-10-28 Thread Dirk Meyer
Richard van Paasen wrote: > Is it possible to keep a skin as a tarrball? This make trying and > installing a skin easier. Only one file (myskin.tgz) has to be put > in the directory skins/ No, pygame and Imaging can't access data inside a tarball. I guess we need gnome-vfs (many deps) to use such

[Freevo-devel] Re: SKIN: Crystal

2003-10-28 Thread Dirk Meyer
"Jan Grewe" wrote: > Seems like my previous mail with the skin attached didn't show up here, so i > won't attach the file, but go to > > http://faked.org/crystal.tar.gz > > To download it ... You can get a new version at http://www.tzi.de/~dmeyer/freevo/themes Install: python setup.py install T

[Freevo-devel] Re: Freevo 1.4 code freeze

2003-10-28 Thread Dirk Meyer
Next update: Closed tasks: - o a new mmpython release o Check killing (-9/-15). What happens for helpers, what happens on a crash (I just got lots of partly dead Freevos) . Maybe remember pid, kill -15, wait until child is dead or timeout. If child is still alive, kill it with

[Freevo-devel] Re: SKIN: Crystal

2003-10-28 Thread Dirk Meyer
"Krister Lagerstrom" wrote: >> I believe in Python 2.3, you can access python files in a zip file >> though. > > Isn't the point of the single tarball install "ease of use" for the end user? > > This could be accomplished by letting him put it somewhere ($HOME/.freevo > ?), and then it is automagic

Re: [Freevo-cvslog] freevo/src/plugins/idlebar system.py,1.1,1.2

2003-10-28 Thread Dirk Meyer
[EMAIL PROTECTED] wrote: > IdleBarPlugin.__init__(self) > > - import re > > self.hotstack = 0 > --- 242,245 > *** > *** 261,264 > --- 263,267 > > def getRamStat(self): > + import re > >

[Freevo-devel] Re: Freevo 1.4 code freeze

2003-10-29 Thread Dirk Meyer
OK, we are very near to release rc2: Closed tasks: - o a new mmpython release o Check killing (-9/-15). What happens for helpers, what happens on a crash (I just got lots of partly dead Freevos) . Maybe remember pid, kill -15, wait until child is dead or timeout. If child is st

[Freevo-devel] Re: Freevo 1.4 code freeze

2003-10-29 Thread Dirk Meyer
Eirik Meland wrote: > Dirk Meyer <[EMAIL PROTECTED]> writes: > >> o www tv guide is off by same minutes (at least for me). This is no >> real show stopper for rc2. >> -- Gustavo (but he has not much time) > > If somebody could fill me in on th

[Freevo-devel] Re: Add to Known Issues

2003-10-29 Thread Dirk Meyer
Aubin Paul wrote: > I can fix this, but it'll mean changing the default MPLAYER_ARGs in > freevo_config.py to not include -ac mad, and move it to all the > non-MP3 formats. I had problems with mad some time ago, I don't use it. So I have nothing against removing it. Dischi -- With sufficient

[Freevo-devel] Re: SKIN: Crystal

2003-10-30 Thread Dirk Meyer
"Jan Grewe" wrote: > Yup, i got that watermark-bug, too, but only when i was inside the headlines > menu, the watermark was displayed like the other watermark when in the main > menu! It's fixed now. An item doesn't inherit the image from it's parent when it is in the Freevo share dir and contains

Re: [Freevo-cvslog] freevo freevo_config.py,1.276,1.277

2003-10-30 Thread Dirk Meyer
[EMAIL PROTECTED] wrote: > Update of /cvsroot/freevo/freevo > In directory sc8-pr-cvs1:/tmp/cvs-serv4169 > > Modified Files: > freevo_config.py > Log Message: > Workaround for mplayer bug wherein time skips by 30 seconds in the timer, > but not in the file for any seek value via slave mode.

[Freevo-devel] Re: dvdbackup : Desperate, need some help

2003-10-30 Thread Dirk Meyer
den_RDC wrote: > Changing the cwd is not hard (os.chdir() does this). But theres a real hard > catch to this, it changes the cwd of the parent process too, even when > executed in a thread. Ouch, that's evil. > 2 - Put the frameno.avi in freevo's cwd (not changing it ofcourse). Very > nasty,

[Freevo-devel] Re: norwegian translation

2003-10-31 Thread Dirk Meyer
Eirik Meland wrote: > Norwegian translation. > > I copied the freevo.pot from snapshot and executed update.py, > updated the freevo.po and mailed the whole file. > > If this is the right procedure then tell me and I will put it in the > Wiki. Perfect :-) Dischi -- They can't fire me, slaves ha

[Freevo-devel] Re: Plugin for Misterhouse: need some advice on start

2003-11-01 Thread Dirk Meyer
"Robert Rozman" wrote: > Hello, > > I'm now going to put some effort in plugin for connection to Misterhouse > (great home automation programme: www.misterhouse.com). Since I'm more or > less newbie to Freevo and python would kindly ask for some guidance in my > work. If you know a different progr

[Freevo-devel] Re: New features ideas on the fly ... (for Freevo 1.5)

2003-11-01 Thread Dirk Meyer
[EMAIL PROTECTED] wrote: > Hi all. Hi > - automatic picture slideshows : when you enter a folder with images, a > slideshow begins automatically Since Gustavo doesn't like it, it should be possible to turn it on or off. I like the idea. Autoplay audio and or images if there are no subdirectorie

[Freevo-devel] Future of the runtime

2003-11-01 Thread Dirk Meyer
Hi, I'm just thinking of the futire of the runtime. Since we have no moving targets like mplayer or xine in it, I hope the next runtime will be good enough for the next releases, too. I used to have two packages: freevo and freevo-runtime. We made it one to make it easier for the users. But it's

[Freevo-devel] Re: Plugin for Misterhouse: need some advice on start

2003-11-01 Thread Dirk Meyer
"Robert Rozman" wrote: > I'd like to have some more info in suitable possibility to share data. For > instance Misterhouse sends over TCP port new temperature data for my room. I > get that in plugin that listens on TCP port. Now I'd like to transfer this > data to idlebar plugin that will display

[Freevo-devel] Re: [Freevo-wikilog] [Freevo Wiki] Update of "BugList"

2003-11-01 Thread Dirk Meyer
Aubin Paul wrote: > Definitely. There is a bug tracker, a mailing list, etc. The Wiki is > not for that stuff. And we can't asks questions because we don't know the author. Dischi -- In the Beginning It was a nice day. -- (Terry Pratchett & Neil Gaiman, Good Omens) -

[Freevo-devel] Future of the runtime (Wan Tat Chee please read)

2003-11-01 Thread Dirk Meyer
Rob Shortt wrote: > I think we should go for it. BUT, the Freevo sourceforge download > page needs some serious cleaning up. It is confusing even to me! I > think the latest freevo tgz release should be at the very top and > there should be clear instructions on what each file provides. Maybe >

[Freevo-devel] Re: [Freevo-users] Freevo 1.4rc2 is out

2003-11-03 Thread Dirk Meyer
Wan Tat Chee wrote: > Hmm. The version number has been reset. I hope it isn't going to confuse > people as the last RPM runtime version was 8.01? > > Anyway, I need to rethink the whole RPM packaging with this new approach > of installing the runtime. Normally for RPM packages, the dependent > pack

[Freevo-devel] Re: application menu

2003-11-03 Thread Dirk Meyer
Ben Ford wrote: > Is it possible to define an arbitrary menu of external applications > that can be executed from a menu with Freevo in it's current state? Yes, you could use the command plugin. > I am thinking something like an entry in the toplevel menu (the one > that you see when Freevo first

[Freevo-devel] Re: Updated Danish translations

2003-11-03 Thread Dirk Meyer
Esben Jensen wrote: > Yet another chapter in the ongoing saga about funny translations. :-) Thanks, in CVS Dischi -- Just remember, if the world didn't suck, we'd all fall off. --- This SF.net email is sponsored by: SF.net Giveback Program.

[Freevo-devel] Re: Updated dutch translation...

2003-11-03 Thread Dirk Meyer
den_RDC wrote: > Still written in funny computer dutch (even M$ can't do it better so i will > sleep easy). If there are dutch language purists here that want to make this > better or find a bug, go ahead. > > In the mean time this will do :) Thanks, in CVS Dischi -- I think there's a world m

[Freevo-devel] Re: application menu

2003-11-03 Thread Dirk Meyer
Ben Ford wrote: > Thanks, this is almost there. The problem with it is that I have no > mouse when running client applications (starting with -fs or running > under a window manager). I just looked into it. Yes, it's a design problem. Even if I make the mouse visible again, you can't use it bec

[Freevo-devel] Freevo 1.4rc3 is out

2003-11-03 Thread Dirk Meyer
Hi, Oops, I broke some stuff in util just before the release. So you should get rc3 or at least recursive playing won't work. Dischi -- ++?++ Out of Cheese Error. Redo From Start. -- (Terry Pratchett, Interesting Times) --- Thi

[Freevo-devel] Re: application menu

2003-11-04 Thread Dirk Meyer
Ben Ford wrote: > Anyways, as a quick hack, is there a way to just pass the mouse and kb > through? I know that X has such a mechanism in place, I just don't > know what would be required to work that into Freevo. I don't know. > How does it work with mplayer? Does Freevo intercept all keypres

[Freevo-devel] Re: mmpython 0.3 RPM?

2003-11-04 Thread Dirk Meyer
Wan Tat Chee wrote: > Dischi, > I just checked the mmpython site, still no 0.3 RPM package available. > Do you want me to put it up under freevo-deps, or will someone be > updating the mmpython download page? Oops, sorry. I found out that my rpm is broken because the machine I used to create it ha

[Freevo-devel] Re: Freevo 1.4rc2 is out

2003-11-04 Thread Dirk Meyer
Rob Shortt wrote: > Wan Tat Chee wrote: >> Otherwise we can also decide that no RPMs exists for the /usr/local/freevo >> package and users basically just either live with installing it the >> *tgz way or else install all the dependency packages and then install >> the site-packages-based freevo. >

[Freevo-devel] Re: [feature request] save state for movie

2003-11-07 Thread Dirk Meyer
Ben Ford wrote: > Is there a way to get current position back from mplayer? If so, I > have an idea for a really cool feature. Too late already in Freevo (but we still have a problem with the docs): There is a bookmarker plugin. As deafult. If you stop a movie, you get 'resume playback' in the

[Freevo-devel] Re: Updated German translation

2003-11-07 Thread Dirk Meyer
"Daniel Schilling" wrote: > I updated the german translation with cvs from 07.11.2003. It's attached. Thanks. > But: where is update.py in the i18n-Folder? The line numbers are not right > in the .pot-file from this date. Sorry. It's now 'python setup.py i18n' Dischi -- Atheism: A non-prophe

[Freevo-devel] Re: webradio bug & workaround

2003-11-09 Thread Dirk Meyer
Chris Griffiths wrote: > I'm running the current debian unstable version of freevo and all the > webradio stations weren't working. > > The problem was that childapp was receiving the command as unicode - > as this is how they were being read from the xml radio list file. > Changing webradio.cwd >

[Freevo-devel] Re: small FreeBSD patch

2003-11-09 Thread Dirk Meyer
Lars Eggert wrote: > Lars Eggert wrote: >> attached patch allows /usr/local/etc/freevo as an alternative >> location for the local config file. In CVS, thanks. Dischi -- "Today Is A Good Day For Someone Else To Die!" -- (Terry Pratchett, Feet of Clay)

[Freevo-devel] Re: HDDTemp idlebar plugin

2003-11-09 Thread Dirk Meyer
Richard van Paasen wrote: > another update with better documentation > > Richard van Paasen wrote: > >> And here's version 0.5, it gets rid of the initial delay for getting >> the temperatures. Please add a function config(self) to the plugin to set the variables needed in freevo_config.py. See ot

[Freevo-devel] Re: Updated German translation

2003-11-10 Thread Dirk Meyer
"Daniel Schilling" wrote: >> > But: where is update.py in the i18n-Folder? The line numbers are not > right >> > in the .pot-file from this date. > OK, here is the corrected one, the Skin-Strings weren't in the translation > in my last posting. Sorry! For further information see 'Bug in > distutils

[Freevo-devel] Re: Updated french translation

2003-11-11 Thread Dirk Meyer
David Sagnol wrote: > Hi, > > I update/clean the french translation of Freevo. As usual, french > users/developpers (Sylvain ?) are encouraged to test and provide > feedback. The fxd file translations are missing. It's because of a bug in the snapshots before rc4. Try again with the current snapsh

[Freevo-devel] Re: Updated french translation

2003-11-12 Thread Dirk Meyer
[EMAIL PROTECTED] wrote: > Thanks to David for this big update ! > I have modified some texts : > - i replace 'liste' by playlist because the word is very current in French > - i replace 'bogue' by bugs for the same reason > - i rewrite some sentence in a more 'french' way (i hope!!!) > > David,

[Freevo-devel] Re: CD playback bug

2003-11-14 Thread Dirk Meyer
"Aleksey Sudakov" wrote: > Hello, > > I am still on 1-4rc.1 so may be this bug was fixed. Anyway, freevo doesn't > play my audio CDs. It displays tracks fine, however when I start playing it > jumps to next track and so on and on untill it skips thru all tracks on a > CD. Is this freevo problem or

[Freevo-devel] Re: Xine support

2003-11-15 Thread Dirk Meyer
Aubin Paul wrote: > Xine is supported everywhere (audio, video, DVD) except TV. No, normal video support is still missing. It's on my list for 1.5. It's onlu audio, dvd and vcd right now. Dischi -- Quitters never win, and winners never quit, but those who never quit AND never win are idiots.

[Freevo-devel] Re: More i18n in src/tv directory

2003-11-15 Thread Dirk Meyer
David Sagnol wrote: > Hi, > > Find attached a new patch for i18n support in src/tv directory. Thanks, all your three patches in cvs. Dischi -- Who the fuck is "General Failure", and why is he reading my disk? --- This SF. Net email is sponso

[Freevo-devel] Re: New features ideas on the fly ... (for Freevo 1.5)

2003-11-16 Thread Dirk Meyer
[EMAIL PROTECTED] wrote: > Ok, here are my first tests for fading between pictures : > - In the Python world, it seems (maybe someone can confirm???) that only > PIL offers a function for fading (the Image.blend function). > - I test it by modifying the src/image/ files : the imageitem.oy now > a

[Freevo-devel] Re: [PATCH] More i18n modifications

2003-11-16 Thread Dirk Meyer
David Sagnol wrote: > Hi, > > Find attached two patchs for freevo rc4: Thanks again. This two and the other I missed are now in CVS. All translators: please update the po file. We will wait for 1.4 final for about a week or so. Dischi -- A much wittier reply came to mind immediately after I

[Freevo-devel] Re: crash traceback from latest CVS

2003-11-18 Thread Dirk Meyer
"Brian J. Murrell" wrote: > I am getting the following crash/traceback from current CVS freevo: > > Traceback (most recent call last): > File "./src/main.py", line 342, in main_func > app.eventhandler(event) > File "/usr/src/freevo/src/menu.py", line 573, in eventhandler > action( arg=a

[Freevo-devel] Re: 1.4rc4 and dfbmga

2003-11-18 Thread Dirk Meyer
James Oakley wrote: > On November 16, 2003 11:40 pm, James Oakley wrote: >> (!) DirectFB/core/vt: Unable to disallocate VT! >> --> Device or resource busy > > Found it! It works fine if I disable the webserver plugin. Arg, same problem as with the dxr3. It works when you start the webserver o

[Freevo-devel] Re: Conflicting name of commands.py

2003-11-19 Thread Dirk Meyer
"Rob Reilink" wrote: > Hello, > > i am developing some adaptions on freevo for the xbox-linux projects, > http://xbox-linux.sourceforge.net, > http://cvs.sourceforge.net/viewcvs.py/xbox-linux/media-dist/freevo/ > > Now these worked fine with 1.3.4, but in 1.4 i am facing a problem. I > want to use

[Freevo-devel] Re: Updated french translation

2003-11-20 Thread Dirk Meyer
David Sagnol wrote: > Find attached a new french version of freevo.po file. Should be ok > against current freevo.pot in CVS. Thanks, in CVS now. > I also attached a small patch to add support for i18n during setup > (freevo setup --help). That's a bad idea, because config needs the file generat

[Freevo-devel] Re: Directfb video option

2003-11-20 Thread Dirk Meyer
Tony Murray wrote: > Why can't we set DISPLAY to directfb in freevo.conf? Many people I am sure > would like to use directfb and don't have a mga, like those on using the VIA > EPIA's CLE266 videocard :-) I would like to keep the DISPLAY list as simple as possible. It should also work if you on

[Freevo-devel] Re: Directfb video option

2003-11-21 Thread Dirk Meyer
Tony Murray wrote: > I suppose, but it seems odd to me to have a dfbmga option and not a directfb > option when dfbmga just uses directfb... dfbmga needs special handling inside the sdl itself (stop display before playing, force video resolutions). I will think of a good way in the future to ea

Re: [Freevo-cvslog] freevo/src/audio xmms.py,1.5,1.6

2003-11-21 Thread Dirk Meyer
[EMAIL PROTECTED] wrote: > Update of /cvsroot/freevo/freevo/src/audio > In directory sc8-pr-cvs1:/tmp/cvs-serv5287 > > Modified Files: > xmms.py > Log Message: > Missing bracket, prevents this file from being loaded. Does the xmms plugin even work? Dischi -- "error located between ears

<    5   6   7   8   9   10   11   12   13   14   >