Re: [Freevo-devel] Webserver / Login failed

2005-08-08 Thread Viggo Fredriksen
to debug/provide closer information/logs, so I refrained from posting. Greetings, Hans The new webserver expects a crypted password in WWW_USERS. Use the helper: # freevo passwd --help to create a pass. Regards Viggo Fredriksen

Re: [directfb-users] [freevo-devel] pydirectfb freevo // imlib2_backend fails

2005-07-26 Thread Viggo Fredriksen
Hi, On Tuesday 26 July 2005 09:58, Markus Obermeier wrote: Hi , pydirectfb freevo almost works. During startup I get the messages you can see below. I've already searched the freevo mailing lists and I've seen you've been working on some imlib2_backend solution which seems to fail. Any

Re: [directfb-users] [freevo-devel] pydirectfb freevo // imlib2_backend fails

2005-07-26 Thread Viggo Fredriksen
On Tuesday 26 July 2005 10:12, Viggo Fredriksen wrote: Hi, I'm certainly no authority on these packages, but as I recall I installed a package called imlib2_loaders. Maybe this is the problem? Regards Viggo Bah, nevermind -- that package seems to involve other loaders. Are you sure

Re: [Freevo-devel] The future of pywebinfo

2005-06-21 Thread Viggo Fredriksen
Hi, On 6/21/2005, Dirk Meyer [EMAIL PROTECTED] wrote: Hi, [...] What can we do about it? I'm not sure we can do anything except write our own dns query lib. The other solution would be to drop notifier support there and use threads similar to the code in util/fthread.py. A grabber will create

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

2005-04-16 Thread Viggo Fredriksen
Great work. Now we have a weather idlebar plugin that works. I changed it to update the bar as soon as the information comes in to show the information faster. Good. Some things I don't like: when going to the msnbc site and Bremen I see 10 degrees Celsius. This is so wrong, it's much warmer.

[Freevo-devel] [PATCH] Various smaller fixes

2005-02-03 Thread Viggo Fredriksen
, centering didn't behave well with overscan. idlebar_cdstatus_fix_x0.patch: - Fixes some x0 alignment problem on the idlebar - Fixed drawing with several removable medias - Added option for not drawing empty removable medias on idlebar Regards Viggo Fredriksen -- Avoid cliches like

[Freevo-devel] [BUG] Notifier, main?

2005-02-03 Thread Viggo Fredriksen
display is showed. I don't have the means to check what really causes this atm., but just wanted to give a heads up incase it's a simple bug :) Running: - Freevo cvs - pyNotifier-0.3.3pre1 Regards Viggo Fredriksen -- Before destruction a man's heart is haughty, but humility goes before honour

[Freevo-devel] [PATCH] Various trivial patches (2nd try)

2005-01-12 Thread Viggo Fredriksen
to do more serious work atm. Regards Viggo Fredriksen -- This is a good time to punt work. diff -Naur freevo/src/audio/plugins/detach.py freevo_viggo/src/audio/plugins/detach.py --- freevo/src/audio/plugins/detach.py 2005-01-11 16:07:29.714643597 +0100 +++ freevo_viggo/src/audio/plugins/detach.py

[Freevo-devel] [PATCH] Idlebar cdstatus fix

2005-01-12 Thread Viggo Fredriksen
: +# - +# Freevo - A Home Theater PC framework +# Copyright (C) 2002-2004 Krister Lagerstrom, Dirk Meyer, et al. # +# First Edition: ? [EMAIL PROTECTED] +# Maintainer:Viggo Fredriksen [EMAIL PROTECTED

[Freevo-devel] Libvisual for Freevo

2004-10-01 Thread Viggo Fredriksen
Hi! I have done some initial work in porting libvisual to python and into freevo. It's not as flexible as libvisual itself yet, but it's usable (it's more of a wrapper than a port right now). What I am wondering is how to best get the images into freevo and mevas. Right now I am returning the

[Freevo-devel] Re: Libvisual for Freevo

2004-10-01 Thread Viggo Fredriksen
On Friday 01 October 2004 14:14, Dirk Meyer wrote: Maybe create an imlib2 image inside your wrapper and memcpy the visual stuff into the buffer.[snip] Dischi That's doable, but how do I get pyimlib2/mevas to recognize this imlib2 image. As far as I know pyimlib2 doesn't have a C-api which I

[Freevo-devel] Re: Libvisual for Freevo

2004-10-01 Thread Viggo Fredriksen
. + * Authored by: Viggo Fredriksen [EMAIL PROTECTED] 2004 + * Released under GPL. + * - + * TODO: + * - Add morphing for changing between plugins + * - Optimize set methods for faster (re)init + * - Add support for pyimlib2

[Freevo-devel] Re: Libvisual for Freevo

2004-10-01 Thread Viggo Fredriksen
On Friday 01 October 2004 19:05, Dirk Meyer wrote: Maybe you need to link against imlib2 since you are using it. I did, but it was the `Image_PyObject_Type` from pyimlib2 that messed up. If someone wants to solve/test it, I attached a patch against cvs. I would love to, but [errors cut]

[Freevo-devel] Re: [PATCH] Detached player

2004-09-17 Thread Viggo Fredriksen
On Wednesday 15 September 2004 21:18, Dirk Meyer wrote: Define 'after a while'. I works ok here. Maybe it depends on the text you draw? For me it happens after 15-20 minutes. Try setting high fps on the animation, and it will happen even quicker. Good. I changed some stuff in the

[Freevo-devel] Re: [PATCH] Idlebar plugins reactivated

2004-09-13 Thread Viggo Fredriksen
On Wednesday 08 September 2004 10:34, Dirk Meyer wrote: BTW, what about using an extra file for each plugin? I guess it would look much cleaner and having all the code in __init__.py is very bad. Dischi Done, all IdleBarPlugins are now seperated into files. Viggo diff -Naur

Re: [Freevo-devel] Detached audioplayer view

2004-09-07 Thread Viggo Fredriksen
Ok! A little update. I added a global event for TOGGLE_CONTROL, a deamonplugin which listens to this event and toggles between different active ControlBar plugins. The ControlBar plugins again grabs focus if they are shown, and the user can browse through different choices. Each choice is bound

[Freevo-devel] Detached audioplayer view

2004-09-06 Thread Viggo Fredriksen
Hi! I would like if someone could help with some ideas for how a new detached audio player should look like. Currently it is coded to use the idlebar, which is ok, but I think it looks bad when there are other icons on it. Any ideas on layout changes, backgrounds etc? I've tried many setups now,

[Freevo-devel] [PATCH] Idlebar plugins reactivated

2004-09-04 Thread Viggo Fredriksen
Hi! Attached is a diff against cvs re-activating most idlebarplugins. Hopefully I didn't destroy any :) volume.py needs some changes as it isn't updated when OSD_MESSAGE is posted anymore. I'll see if I can find a decent solution to this. Regards viggo -- Man who arrives at party two hours

Re: [Freevo-devel] cvs status update and design questions

2004-09-04 Thread Viggo Fredriksen
On Saturday 04 September 2004 23:18, Jason Tackaberry wrote: I rather shamelessly ripped off XP Media Center for this. I don't mind doing this for MeBox, but I imagine Freevo has higher standards. :) Cheers, Jason. Hehe, d'oh! Well, I must shame_fully_ admit I like it anyways. :( viggo

[Freevo-devel] Re: [PATCH] Callback iteration in RemoteControl.

2004-05-20 Thread Viggo Fredriksen
On Thursday 20 May 2004 20:28, Dirk Meyer wrote: I don't see why it is faster than, but in CVS. It's not faster, it works :) You consumed element 0 and popped last entry, eg. you would never get to call all callbacks. It made the visualization startup very unstable since it got more or less

[Freevo-devel] [PATCH] mplayervis,

2004-05-18 Thread Viggo Fredriksen
. This should save some blit() and update() time. - Added a mode to stop visualizations. mikeruelle: Could you check if this patch fixes the doubleposting of events you were seeing? (I think it should, but not 100% sure). Regards Viggo Fredriksen diff -Naur freevo/src/audio

[Freevo-devel] [PATCH] Callback iteration in RemoteControl.

2004-05-14 Thread Viggo Fredriksen
Hi! Attached patch should fix the iteration of the callbacks in rc.py. As far as I can see this was the reason for the erratic behaviour of the mplayervis.py start-up. Regards Viggo Fredriksen diff -Naur freevo/src/rc.py freevo_devel/src/rc.py --- freevo/src/rc.py 2004-05-14 23:31:27.217798872

Re: [Freevo-devel] [PATCH] Callback iteration in RemoteControl.

2004-05-14 Thread Viggo Fredriksen
Doh! My first attempt had a little flaw, it pop'ed from the end of the list. Attached version should work better :) On Friday 14 May 2004 23:36, Viggo Fredriksen wrote: Hi! Attached patch should fix the iteration of the callbacks in rc.py. As far as I can see this was the reason

[Freevo-devel] [PATCH] Support for 2.6 in idlebar.system.procstats (was: bug in cvs (skins))

2004-05-13 Thread Viggo Fredriksen
By the way, I have another bug. I think it's with the idlebar.system.procstats. Could it be because I have a 2.6 based kernel? Crash! Traceback (most recent call last): This patch against CVS should fix this. Regards Viggo Fredriksen support_2.6_in_procstats.diff.tgz Description

[Freevo-devel] [PATCH] Fix for bugs in animation damage

2004-05-08 Thread Viggo Fredriksen
Hi! Attached is a fix for damaging backgrounds on animations. It seems that I finally got it to work properly :) Regards Viggo Fredriksen fix_animation_damage.patch.diff.tgz Description: application/tgz

Re: [Freevo-devel] Animation and Goom support in Freevo [PATCH]

2004-04-28 Thread Viggo Fredriksen
On Wednesday 28 April 2004 00:10, Jan Grewe wrote: Thanks for your offer, i'm using my skin, that crystal thing, based on info/noia, with a resolution of 800x600 and nothing set for overscan. The difference between the cover-area and the area the vis is using is very noticeable, it's not just

Re: [Freevo-devel] Animation and Goom support in Freevo (and a patch)

2004-04-28 Thread Viggo Fredriksen
and transition.py, adding IMAGEVIEWER_BLEND_STYLE to the configs and including more steps in the viewer transitions (as discussed on IRC). The viewer.py had a mixture of '\t' and space chars, so I took the liberty to clean it. (actually kdevelop does it by itself.. but :P ) Regards Viggo Fredriksen

Re: [Freevo-devel] Animation and Goom support in Freevo (and a patch)

2004-04-28 Thread Viggo Fredriksen
On Wednesday 28 April 2004 21:55, [EMAIL PROTECTED] wrote: Just a fast question : could you precise whic version of Glomm to use ??? Sylvain. Hi, The version posted by dischi earlier in this thread should suffice. I saw someone had troubles compiling it on the list earlier, so it may

[Freevo-devel] Re: Animation and Goom support in Freevo

2004-04-26 Thread Viggo Fredriksen
On Monday 26 April 2004 20:20, Jan Grewe wrote: I have some probs when using the plugin, first is i can't switch back from fullscreen (using button 0 on my remote) and second that prev, next, ffwd, rwd, stop, pause ... Nothing works! I have to wait until the track ends and than i can stop

Re: [Freevo-devel] Animation and Goom support in Freevo

2004-04-26 Thread Viggo Fredriksen
On Tuesday 27 April 2004 00:29, Jan Grewe wrote: [snip] Btw, is there a way to set the size of the inline vis? When i start it, the area where it is displayed is a bit larger than the area where the cover is shown. Maybe it could read the coordinates and size from the skin's

[Freevo-devel] Re: Animation and Goom support in Freevo

2004-04-25 Thread Viggo Fredriksen
Jan Grewe wrote: Doh! Cvs seems to be a little bit fscked up ... During python setup.py install -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= running install running build running build_py running build_scripts running install_lib byte-compiling

[Freevo-devel] Re: Last call for 1.5pre1

2004-03-26 Thread Viggo Fredriksen
in place, now I only need to learn Fast Fourier Transformations to get some decent output. (dang, now I wish I studied math harder while I still had the time :). Hmm, this was hardly a necessery post was it? Well, I'll call it a small notice then. Regards Viggo Fredriksen Dirk Meyer wrote: Gustavo

[Freevo-devel] Re: Last call for 1.5pre1

2004-03-26 Thread Viggo Fredriksen
Gustavo Sverzut Barbieri wrote: Just anxious to check it out! What are you using to achieve this? I mean, one will be able to use animated images or just animated effects? And how to use animated effects? Using the skin? I have few ideas about that... Basicly, everything that can be a

[Freevo-devel] Re: Last call for 1.5pre1

2004-03-26 Thread Viggo Fredriksen
Gustavo Sverzut Barbieri wrote: It was gif images or other kind of animation (ie: preview TV, movies, ..) Having TV preview in TV guide and movie preview in movie dirs would kick ass! As for movies... I'll start to look at gstreamer, so it could be used to feed the animation... but I don't know

Re: [Freevo-devel] Suggestion: Gradient instead of the textual ellipses in osd.drawstringframed

2004-03-15 Thread Viggo Fredriksen
Gustavo Sverzut Barbieri wrote: --- Viggo Fredriksen [EMAIL PROTECTED] escreveu: Hi! Hi Viggo, I had nothing on my todo-list today, so I started to fiddle around with osd:drawstringframed(). Great! I did it a log time ago and it's really hacky in some areas... The shadow was also my

Re: [Freevo-devel] Re: Suggestion: Gradient instead of the textual ellipses in osd.drawstringframed

2004-03-15 Thread Viggo Fredriksen
Dirk Meyer wrote: Viggo Fredriksen wrote: (I feel like I'm spamming this list now :) Well, I made a testrelease for the dumb or brave. The patch is made againts Revision 1.144 of osd.py, as I only have anoncvs access (and it's not updated with 1.145 yet). OK, in CVS. More or less, I only

[Freevo-devel] [PATCH] Use image to draw the idlebar

2004-03-13 Thread Viggo Fredriksen
Doh, sent it with the wrong email-address first time! Original Message Subject: [PATCH] Use image to draw the idlebar Date: Sat, 13 Mar 2004 14:43:37 +0100 To: [EMAIL PROTECTED] Hi! This is a small patch that makes it possible for icon-themes to set an idlebar bgimage. It looks

[Freevo-devel] Re: [PATCH] Allowing real text-input with keyboard

2004-03-12 Thread Viggo Fredriksen
Dirk Meyer wrote: Viggo Fredriksen wrote: I changed some inside stuff and it would be nice if you could rebuild your patch. Can you merge the textinput into LetterBoxGroup.py? It would be cool to have one widget doing all the stuff. I'll take a look at it. What's using this input method now? I

[Freevo-devel] Suggestion: Gradient instead of the textual ellipses in osd.drawstringframed

2004-03-12 Thread Viggo Fredriksen
therefore just chop away these effects when going into the gradient phase to make it a little less ugly. Ok, what I would like to know - is this something that would be added if done properly? I don't wanna spend more time on it if it's not going to be used. Regards Viggo Fredriksen

Re: [Freevo-devel] Suggestion: Gradient instead of the textual ellipses in osd.drawstringframed

2004-03-12 Thread Viggo Fredriksen
doing it as I also don't know how to do the alpha stuff either ;) -jlaska On Fri, 2004-03-12 at 21:00 +0100, Viggo Fredriksen wrote: Hi! I had nothing on my todo-list today, so I started to fiddle around with osd:drawstringframed(). The suggestion is to replace the '...', after strings that do

Re: [Freevo-devel] Suggestion: Gradient instead of the textual ellipses in osd.drawstringframed

2004-03-12 Thread Viggo Fredriksen
Ah, I think I figured it out. It's still quite timeconsuming, but that's probably possible to fix. Just need to clean up some other methods and sizecalcs and it should be done. I also found a speed-up in current code when drawing borders around fonts, patch attached. viggo Viggo Fredriksen wrote

Re: [Freevo-devel] Idea for mailreader plugin

2004-03-09 Thread Viggo Fredriksen
Hi. I think this sounds like a great idea. It don't think it should be that hard to do either. I think mencoder is the way to go on this one as far as recording goes. If you like to start up, you could send me code - if not I'll see if I can get something done by next weekend/week (not a promise

[Freevo-devel] Re: [PATCH] Allowing real text-input with keyboard

2004-03-08 Thread Viggo Fredriksen
Dirk Meyer wrote: Viggo Fredriksen wrote: Hi. Attached is a patch allowing real keyboard text-input. It allows plugins to set event-context='text' and recieve unicode text from keyboard if config.TEXT_USE_KEYBOARD=1 is set. Attached is also a new version of the text-input I have for the mail

[Freevo-devel] [PATCH] Allowing real text-input with keyboard

2004-02-23 Thread Viggo Fredriksen
keyboard text-input. Sorry if this is not making sence. I have the worst headache ever and can't consentrate on the simplest of tasks! (Probably not a good idea to send patches in this state :) Regards Viggo Fredriksen TextInput.py.gz Description: application/gzip allow_real_text.patch.tgz

Re: [Freevo-devel] Text Input in Freevo

2004-02-20 Thread Viggo Fredriksen
the mailwriter.py file in mail-0.5a. I'll be gone for the weekend, so I won't be able to reply to any mails until then. Regards Viggo Fredriksen Gustavo Sverzut Barbieri wrote: --- Jan Grewe [EMAIL PROTECTED] escreveu: Hi craig, There is a plugin out there, the freevo mailreader, which supports

[Freevo-devel] Unicode stuff

2004-02-19 Thread Viggo Fredriksen
. What am I missing? Further, since all these changes have been made in the core of Freevo I feel I should reflect this in the mail plugin. What do I have to do to make this work? Regards Viggo Fredriksen ### Traceback (most

[Freevo-devel] [PLUGIN] Volume on idlebar

2004-02-11 Thread Viggo Fredriksen
://www.matrise.net/~viggo/freevo/volume/full.jpg http://www.matrise.net/~viggo/freevo/volume/half.jpg http://www.matrise.net/~viggo/freevo/volume/mute.jpg Regards Viggo Fredriksen ossmixer.py.diff.gz Description: application/gzip mixer.py.diff.gz Description: application/gzip idlebar.volume.tgz

Re: [Freevo-devel] [PLUGIN] Volume on idlebar

2004-02-11 Thread Viggo Fredriksen
Richard van Paasen wrote: On Wed, 2004-02-11 at 17:42, Viggo Fredriksen wrote: Hi! Made a small plugin for showing the current volume on the idlebar. The plugin requires a new method from the mixer implementations: - getPercent(); return a float value from 0-1 (vol/max) percent means 'per

Re: [Freevo-devel] Re: New web interface design (prototype)

2004-02-10 Thread Viggo Fredriksen
Hi! It's looking much better now, however it does not work with the following browsers (works fine with mozilla): - Opera 7.x - IE 6.0 All I get is the logo and a blank page with these browsers. Screenshot: http://www.matrise.net/~viggo/webinterface.jpg Aubin Paul wrote: On Mon, Feb 09, 2004 at

[Freevo-devel] [PATCH] tv.mplayer, Adds input events for 1-9 and use childapp2

2004-02-05 Thread Viggo Fredriksen
tv and adds a method to get a specified channel in channels.py . This way the new tv.mplayer can browse channels with the keypad too. Regards Viggo Fredriksen tv.mplayer.patch.gz Description: application/gzip

[Freevo-devel] [PATCH] Eventhandler for audio.detach py, catch STOP,PAUSE,SEEK,NEXT,PREV

2004-02-05 Thread Viggo Fredriksen
Hi. I saw the mail earlier today requesting this. The patch makes it possible to send events to the player when detached. Regards Viggo Fredriksen audio.detach.diff.gz Description: application/gzip

[Freevo-devel] Weird bug

2004-02-02 Thread Viggo Fredriksen
Crash! Traceback (most recent call last): File /usr/lib/python2.3/site-packages/freevo/main.py, line 429, in ? event, event_repeat_count = rc_object.poll() File /usr/lib/python2.3/site-packages/freevo/util/misc.py, line 517, in __call__ return self.__method(self.__obj, *args,

Re: [Freevo-devel] Weird bug (found, patch attached)

2004-02-02 Thread Viggo Fredriksen
This fixes the error on my machine. Regards .viggo Viggo Fredriksen wrote: Crash! Traceback (most recent call last): File /usr/lib/python2.3/site-packages/freevo/main.py, line 429, in ? event, event_repeat_count = rc_object.poll() File /usr/lib/python2.3/site-packages/freevo/util/misc.py, line

[Freevo-devel] Record button error in tvguide.py

2004-01-30 Thread Viggo Fredriksen
). On a sidenote, anyone tried the Terratec Cinergy 600 card, and have some decent record/view settings for mplayer/mencoder? Regards Viggo Fredriksen --- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development

[Freevo-devel] [PLUGIN] New version of the mailreader

2004-01-14 Thread Viggo Fredriksen
installer be updated to have an 'update' plugin function? Regards Viggo Fredriksen freevo-mailreader-0.2.tgz Description: application/compressed

[Freevo-devel] [PLUGIN] Mailreader (and a new theme)

2004-01-05 Thread Viggo Fredriksen
a new skin. It's a dark-type skin, and is pretty much copy/paste from other themes (mixture of blue-derivates and barbieri_blue) Screenshot of mainmenu: http://www.matrise.net/~viggo/freevo/dark.jpg Regards Viggo Fredriksen --- This SF.net email

[Freevo-devel] [PATCH] Detachbar addon for detach.py

2003-12-14 Thread Viggo Fredriksen
and method-calls from player.py. If some of you know the event system better than I do, feel free to fix this! Screenshot: http://www.matrise.net/~viggo/detachbar.jpg As you can see, it's not exactly beautifull, but it seems to be working :). Anywho, see attached patch. Regards Viggo Fredriksen

Re: [Freevo-devel] Re: Shutting down a plugin.DaemonPlugin

2003-12-11 Thread Viggo Fredriksen
, and therefore the bar will still be visible on top of the player. I've tried setting self.event_listener = True on the daemonplugin, but no events seem to be getting through except START and END. On Thursday 11 December 2003 13:12, Dirk Meyer wrote: Viggo Fredriksen wrote: I've tried adjusting

[Freevo-devel] Shutting down a plugin.DaemonPlugin

2003-12-10 Thread Viggo Fredriksen
plugin. I have tried to find answers in the code, but so far I've been unsuccessfull. Any thoughts? :) Regards Viggo Fredriksen --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive

Re: AW: [Freevo-devel] Shutting down a plugin.DaemonPlugin

2003-12-10 Thread Viggo Fredriksen
of the currently playing track, like name and time? That would be great!!! ..if it's not something like that, anyone who would write one? ;) /jan -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Viggo Fredriksen Gesendet: Mittwoch, 10

Re: [Freevo-devel] Re: Shutting down a plugin.DaemonPlugin

2003-12-10 Thread Viggo Fredriksen
On Wednesday 10 December 2003 20:58, Dirk Meyer wrote: Viggo Fredriksen wrote: Hi! I'm working on implementing an audio detach bar (with modified a detach.py). From detach.py I call plugin.activate() for my DaemonPlugin. This works as expected. I also have a draw() function

[Freevo-devel] Implementing infoarea in mainmenuplugin

2003-10-24 Thread Viggo Fredriksen
an infoarea like one sees in other menus in freevo. Since I'm quite new to freevos framework, I would very much like if someone could give me some pointers on how to implement such a feature. Tata! Viggo Fredriksen --- This SF.net email is sponsored