[Freevo-devel] VideoGroups too complicated

2004-08-05 Thread Dirk Meyer
Hi, I found the VideoGroups part in Freevo too complicated. Maybe it's just me, but maybe we should use a simpler layout. Here a suggestion, let me know if I missed something: We have one Channel list. This list has everything we can play. The tunerfreq will be changed to _how_ to play this:

[Freevo-devel] cvs status

2004-08-05 Thread Dirk Meyer
Hi, it's done. Everything I wanted to break is broken now :-) I checked in the current status I have because I won't be able to do anything until Monday. Feel free to fix something again. But you shouldn't touch anything gui related because the internal design will change once more. The

[Freevo-devel] Re: GUI update (please read)

2004-08-06 Thread Dirk Meyer
Gustavo Sverzut Barbieri wrote: --- Dirk Meyer [EMAIL PROTECTED] escreveu: Gustavo Sverzut Barbieri wrote: I've coded a small animation test in: WIP/Barbieri/anim-test.py as freevo it uses a 800x600 screen and move few objects around the screen, it _REPAINTS_ the whole screen

[Freevo-devel] Re: cvs status

2004-08-06 Thread Dirk Meyer
Aubin Paul wrote: Are we planning on doing an interim 1.5.1 release soon? Yes. But I spent most of my time for breaking cvs head. There are some reported bugs in the lists. Maybe I have some free time this weekend to look at it. I won't have internet access and will only work late when it's not

[Freevo-devel] Re: DVDCopy plugin released

2004-08-06 Thread Dirk Meyer
Bruno Tavares wrote: On Fri, 2004-08-06 at 04:06, Mick wrote: Concerning the thread handling in python, I spent a lot of time on it and would be happy if I can help you... Yes, you have done good work, alot of our threading is based on your dvdcopy plugin. Which reminds me of something:

[Freevo-devel] Re: Freevo + Bemused

2004-08-06 Thread Dirk Meyer
Tim Otto wrote: Hi, I modified the bemused daemon to control Freevo instead of XMMS. Until now You can only use play, pause stop and next/prev. I used the NETWORK_REMOTE interface to send those commands (http://home.wolfsburg.de/urichter/bemusedlinuxserver1.73.tar.bz2). Now I want to

[Freevo-devel] Re: screen redraw too quickly [maybe bug?]

2004-08-06 Thread Dirk Meyer
Mick wrote: Dischi: I am writing a DVD burning plugin, as DVD's can take a hell of a long time time write I've decided to use OSD_MESSAGE event to writea completioin notice to screen. What I have found is the current code write to screen fine, but it is then wiped from scrren really fast..

[Freevo-devel] Re: Freevo crash on TV GUIDE menu (dxr3)

2004-08-06 Thread Dirk Meyer
Khiraly wrote: Hi Mick! 1.5.0 has been released, please use it then post again. Mick I have downloaded the freevo-1.5.0 stable release to try if it crash or not. This version is more buggy than the freevo-1.5.0-rc2 version. It crash when I *quit* from a film (so if I shut down

[Freevo-devel] Re: Freevo crash on TV GUIDE menu (dxr3)

2004-08-06 Thread Dirk Meyer
Khiraly wrote: Hi! Freevo crash on Watch TV-TV GUIDE menu when I use dxr3 video output. It works without any problem on my x11 output(never crashed on x11 output), and it has worked two times in dxr3 but ~30 time crashed when I have tried it. I have a window popup(on black screen) that

[Freevo-devel] Re: DVDCopy plugin released

2004-08-06 Thread Dirk Meyer
Nicolas Michaux wrote: On Friday 06 August 2004 14:56, Dirk Meyer wrote: You can register to rc and eventhandler called when Freevo shuts down. Do you want this? See rc.py for details and childapp.py for example how to use it. I found this piece of code in plugin.py in __load_plugin__

[Freevo-devel] Re: Thread handling in Freevo

2004-08-06 Thread Dirk Meyer
Some future warning for Freevo 1.6.0: Nicolas Michaux wrote: Thanks for all the time saving in threads coding ;) Some notes about thread/child handling in freevo : - All childs spawned in a thread must be spawn by the main thread in order to keep control on it (freevo has a workaround by

[Freevo-devel] Re: Thread handling in Freevo

2004-08-06 Thread Dirk Meyer
Mick wrote: This will be gone. You should _not_ use threads at all. I will integrate a notifier loop allowing select, timer and stepping. Yes, well.. I dont'mind being the first ot say that I will need some very well documented examples on how *not* to use threading.. Its taken me long

[Freevo-devel] Re: GUI update (please read)

2004-08-09 Thread Dirk Meyer
Gustavo Sverzut Barbieri wrote: Could we prefer the imlib2 instead of gtkpixbuf? I don't have benchmarks, but I feel it's more optimized. We will see. At least gtk output is a better way than pygame. imlib2 is only a render engine, no output. And it's more dependency-free. Freevo will

[Freevo-devel] Re: VideoGroups too complicated

2004-08-09 Thread Dirk Meyer
Rob Shortt wrote: Ok, so I've been doing some work on recordserver and ivtv_record and am running into some pitfalls wrt the lack of VideoGroups. Sorry to do this but I need to bring this up again. :) No problem, we need to find the best working setup. What we talked about using:

[Freevo-devel] Re: VideoGroups too complicated

2004-08-09 Thread Dirk Meyer
Rob Shortt wrote: Hans Meine wrote: On Sunday 08 August 2004 18:58, Rob Shortt wrote: # Accept the defaults for the first regular tv card TV_SETTINGS['tv'] = TVSettings() If the user may get to see this class name at some point, I would suggest a name like TVCard instead of settings, because

[Freevo-devel] Re: Freevo 1.5 Bugreport

2004-08-09 Thread Dirk Meyer
Matthieu Weber wrote: As promised, I tried Freev 1.5 last week end, and I found a couple of bugs. I don't send any patches since the corrections are either trivial or too difficult for me (the skin code is quite hard for me to understand, and it's not because I haven't tried). video.mplayer

[Freevo-devel] Re: GUI update (please read)

2004-08-09 Thread Dirk Meyer
Jason Tackaberry wrote: On Mon, 2004-08-09 at 15:22 -0300, Gustavo Sverzut Barbieri wrote: Let's turn this into E, let's use evas! :) It's supposed to be the fast thing around, and it'll be the first to use new Xserver features, like the Xcb. I evaluated evas for MeBox some time ago. It's

[Freevo-devel] Re: utils.popen3 and mmpython

2004-08-10 Thread Dirk Meyer
Bruno Tavares wrote: I've two questions: first; and i know Dischi don't like threads, is it possible to patch utils.popen3.Popen4 to make it launch all the childs under a group process id. This because, since Popen4 launches the command using sh, you loose control of all the child processes

[Freevo-devel] Re: [PATCH] web server EPG speedup and other misc fixes

2004-08-10 Thread Dirk Meyer
Aubin Paul wrote: Hi, I'm applying this patch to the HEAD branch, but I've also added it to my personal installation and the results are impressive. I'm going to applying this patch to 1.5.x versions of the Debian package going forward. I can't add it to the 1.5 branch unless Dischi

[Freevo-devel] Re: utils.popen3 and mmpython

2004-08-11 Thread Dirk Meyer
Bruno Tavares wrote: On Tue, 2004-08-10 at 15:44, Dirk Meyer wrote: Bad hack: command = 'foo bar something' popen3(command.split(' ')) Better: (because filenames can conatin spaces) command = [ 'my_prog', 'param1', 'a param with spaces' ] popen3(command) Got it, thanks. Still wont

[Freevo-devel] Re: Freevo 1.5

2004-08-11 Thread Dirk Meyer
one or two weeks. On Tue, Aug 10, 2004 at 09:29:00AM +0300, Matthieu Weber wrote: On Mon 09.08.2004 at 04:44:33PM +0200, Dirk Meyer wrote: TV guide: Display key doesn't change the display to more info, less listing, at least in the Noia skin. I'm not sure this feature

[Freevo-devel] Re: utils.popen3 and mmpython

2004-08-11 Thread Dirk Meyer
Mick wrote: Check out tv/generic_record.py for an example on how to send events (not sure I understand it, but it sends them.. Bad example because the recordserver works different. You can use rc.post_event for sending events (grep the source for it). But you still need someone catching it and

[Freevo-devel] Re: Freevo 1.5

2004-08-11 Thread Dirk Meyer
Matthieu Weber wrote: No, on the contrary, make the grid smaller and the info area larger, in order to display more lines of info text. OK, both version were in the history of Freevo so I didn't know want you wanted. Noia.fxd defines a tv menu menuset and a tv menu more info menuset. The

[Freevo-devel] Re: utils.popen3 and mmpython

2004-08-11 Thread Dirk Meyer
Bruno Tavares wrote: On Wed, 2004-08-11 at 09:20, Dirk Meyer wrote: What do you need from Freevo for that? Not sure if i understand the question? what do i need to add to freevo to solve this? is that the question? No, what is the problem you have now? You have full control over

[Freevo-devel] Re: utils.popen3 and mmpython

2004-08-11 Thread Dirk Meyer
Mick wrote: Bad example because the recordserver works different. You can use rc.post_event for sending events (grep the source for it). But you still need someone catching it and do something. Almost off topic.. But can an event be posted with a variable? Like can CAPTURE_START / STOP

[Freevo-devel] Re: utils.popen3 and mmpython

2004-08-11 Thread Dirk Meyer
Bruno Tavares wrote: On Wed, 2004-08-11 at 02:34, Mick wrote: We should be able to do this by sending burn start and stop events, and modifying the plugin that handles that image to also diaply something when a burn is active.. Ok, do you know what is the plugin that manages/handles the cd

[Freevo-devel] Re: GUI update (please read)

2004-08-12 Thread Dirk Meyer
Dan Sully wrote: * Hans Meine [EMAIL PROTECTED] shaped the electrons to say... Maybe having MPlayer/bmovl2 as an output backend would be nice in Freevo, too. I suspect animated backgrounds (like in DVD menus) to be easy to implement then, too. (Ignoring the CPU load for now - actually I

[Freevo-devel] Re: GUI update (please read)

2004-08-12 Thread Dirk Meyer
Jason Tackaberry wrote: On Thu, 2004-08-12 at 12:21 -0400, Chris Griffiths wrote: If the bmovl2 output works how I think it'll work (menus, movies etc. will play all from within one instance of mplayer), then it'll get rid of the TV-out resets that happen everytime a new DirectFB app takes

[Freevo-devel] Re: utils.popen3 and mmpython

2004-08-15 Thread Dirk Meyer
Bruno Tavares wrote: On Wed, 2004-08-11 at 14:10, Dirk Meyer wrote: No, what is the problem you have now? You have full control over the child. Currently none, just think ahead. It's probable that a child spawns a child and with the current code you loose control of that. Since it doesn't

[Freevo-devel] Re: utils.popen3 and mmpython

2004-08-16 Thread Dirk Meyer
Bruno Tavares wrote: Mick wrote: But how should Freevo be able to control a child of a child? Freevo just has to worry on killing all the spwaned childs and it's sub-childs. Since most of the helper processes do not notify anything about spwaning sub-childs the only way i see to make this

[Freevo-devel] Re: Wiki abuse

2004-08-16 Thread Dirk Meyer
Rob Shortt wrote: Can we PLEASE limit the Wiki usage to registered SF users (is that's possible). This is getting rediculous. They use scripts, so do I. I just removed the lastest added links. The script is in the web dir: cd /home/groups/f/fr/freevo/htdocs python fixwiki.py

[Freevo-devel] Re: Wiki abuse

2004-08-16 Thread Dirk Meyer
Aubin Paul wrote: I believe that mediawiki (the engine used by wikipedia) has registered user/admin/approval, etc. so it might be an idea to switch to that. I'm fairly sure sourceforge supports PHP and MySQL. If no one can do it, I could look into doing it this weekend. That would be great.

[Freevo-devel] Re: Thread handling in Freevo

2004-08-20 Thread Dirk Meyer
Mick wrote: Nicolas, I am having issues that i cannot follow with threads atm. All my childs are hanging, they appear defunct in 'ps aux' IIRC, defunct means that the child is dead, but the parent hasn't 'wait'ed for the return value. On exit, a process is reduced to it's exit value and will

[Freevo-devel] GUI update (again)

2004-08-22 Thread Dirk Meyer
Hi, I included Jasons mevas and pyimlib2 into Freevo to get a better backend for the drawing stuff. I just checked in the new version, I hope it's working. Why mevas? This lib can handle canvas like I wanted for a long time. You can remove obejts, fade them in and out, move around the screen,

[Freevo-devel] Re: New Idea

2004-08-24 Thread Dirk Meyer
Richard van Paasen wrote: I only have a 1 sec delay when switching chanels (20 in total) . One could cache the channels and update them while the matrix is being shown (old pictures in greyscale, updated in full color) but hey, that are implementation details. The guide can of course be

[Freevo-devel] Re: [Freevo-cvslog] freevo/lib/pyimlib2 setup.py,1.2,1.3

2004-08-25 Thread Dirk Meyer
Rob Shortt wrote: Jason Tackaberry wrote: On Mon, 2004-08-23 at 01:39 +, Rob Shortt wrote: Check /usr/local/include/SDL for includes. This isn't actually The Right Way. We should be using sdl-config. Of course. :) Done, same for imlib2-config. The setup.py also fails now if imlib2 is

[Freevo-devel] Re: New Idea

2004-08-25 Thread Dirk Meyer
Richard van Paasen wrote: Another idea for the textual version of the tv guide is to restrict the information on one page to either one channel or one time-box. Browsing through the tv guide pages (either channels or time boxes) then can be done with the left/right keys on the remote. Walking

[Freevo-devel] Re: VDR

2004-08-25 Thread Dirk Meyer
Stéphane Lavirotte wrote: Hi, During last month, I saw some emails about using VDR with freevo. I know there is a vdr plugin added to freevo's addons, but I still have some problems with the vdr's xine plugin. So, if possible, I would like to have an overview of the different solutions

[Freevo-devel] cvs status update and design questions

2004-08-28 Thread Dirk Meyer
Hi, here is cvs status update what I have done the last week. The good news: the basic stuff is working right now and ready for some testing. Please try to report bugs, but do not install Freevo for daily use. Before testing, you need to call 'make' in the lib/pyimlib2 dir. Images: the image

[Freevo-devel] Re: IMAGE_ITEMS Bug???

2004-08-28 Thread Dirk Meyer
Aleksey Sudakov wrote: Hello, I want my Main Image menu to have nothing but a CD-rom icon, so images could only be viewed from a CD-ROM. So I set IMAGE_ITEMS=None, like in default config. Now I am getting Root and Home added to Main Image items. I tried to fool freevo by setting

[Freevo-devel] Re: Finnish translation

2004-08-28 Thread Dirk Meyer
Petri Damstén wrote: Hi, Updated Finnish po file. Sorry for the late answer. Thanks, in cvs for 1.5.1 Dischi -- Ever notice how fast Windows runs? Neither did I... --- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java

[Freevo-devel] Re: [crash] discinfo.py on blank media..

2004-08-28 Thread Dirk Meyer
Mick wrote: I've been seeing a regular crash.. doesn't seem to crash freevo but maybe it should be wrapped up in a try except? I think its just when one inserts blank media.. Exception in thread Thread-2: Traceback (most recent call last): File /usr/lib/python2.3/threading.py, line 436,

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

2004-08-29 Thread Dirk Meyer
Gustavo Sverzut Barbieri wrote: --- Dirk Meyer [EMAIL PROTECTED] escreveu: Audio: the audio player is also working, but most plugins are not. The next thing I want to fix is the detach plugin and the detachbar. And the mplayervis plugin is completly broken, someone has to fix this. I heard

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

2004-09-01 Thread Dirk Meyer
Gustavo Sverzut Barbieri wrote: If someone has experience with C - Python api, contact-me. I have some. You can look at the ifoparser in mmpython. Or ask Jason, he has experience in this with pyimlib2 and also knows imlib2 what you will need to display. Ok. From what I looked it's not

[Freevo-devel] Re: [Freevo-cvslog] freevo/src/gui/displays ivtv_osd.py,1.1,1.2

2004-09-02 Thread Dirk Meyer
Rob Shortt wrote: Update of /cvsroot/freevo/freevo/src/gui/displays In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6823/gui/displays Modified Files: ivtv_osd.py Log Message: Why do you call it ivtv_osd? It's in the dirsplay directory, so it is a display. And osd when I

[Freevo-devel] Re: [Freevo-cvslog] freevo/src main.py,1.142,1.143

2004-09-02 Thread Dirk Meyer
Rob Shortt wrote: Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7964/src Modified Files: main.py Log Message: Only import pygame is config.OSD_DISPLAY is 'SDL'. [...] + if config.OSD_DISPLAY == 'SDL': + import pygame +

[Freevo-devel] Re: further removing pygame dependency

2004-09-02 Thread Dirk Meyer
Rob Shortt wrote: In src/eveny.py we do import pygame.locals as key and setup DEFAULT_KEYMAP as a dictionary keyed by lots of key.* members. Inside freevo_config.py we do KEYMAP = DEFAULT_KEYMAP and access this elsewhere as config.KEYMAP. I would like to remove the pygame reference from

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

2004-09-02 Thread Dirk Meyer
Mick wrote: Maybe if you called it a brainsotrmyou might get more info? ;-) Now I have some design / skin questions: if you seek in mplayer or press DISPLAY, what do you want to see? How should it look like? I will code this, but I need cool ideas. Maybe someone can use Gimp to create a fake

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

2004-09-05 Thread Dirk Meyer
Viggo Fredriksen wrote: Hi! Hi Seems like you guys have been pretty busy this summer. Good work! You're back, cool! Audio: the audio player is also working, but most plugins are not. The next thing I want to fix is the detach plugin and the detachbar. And the mplayervis plugin is

[Freevo-devel] Re: Runtime error after FreeBSD Freevo installation

2004-09-06 Thread Dirk Meyer
Gert van der Plas wrote: Dear Freevo developpers, Freevo looks cool. Installing under FreeBSD seems to go ok. Al Python dependancies mentioned in the dependancies webpage are available and installation goes OK. After configuration the following error occurs after starting freevo:

[Freevo-devel] switching to pynotifier and pymbus

2004-09-06 Thread Dirk Meyer
Hi, some already know because I told it on IRC, but here the official request for discussion: I don't like twisted. Why? It's a huge monster, including not only stuff we need like xmlrpc and a web server but also stuff we don't need and a main loop that is too complex. I saw in the code that it

[Freevo-devel] Re: switching to pynotifier and pymbus

2004-09-07 Thread Dirk Meyer
Rob Shortt wrote: I want to know more. I will go read... The pymbus release on www.mbus.org is outdated, you can get the current version at http://www.tzi.de/~crunchy/download Dischi -- Paranoid Club meeting this Friday. Now ... just try to find out where!

[Freevo-devel] Re: switching to pynotifier and pymbus

2004-09-07 Thread Dirk Meyer
Mick wrote: does mbus run over IP? ie, I think it would be a treat to be able to have recordserver run on a PC anf freevo gui on an xbox or somethign along those lines.. I don't think this will work right now, but if mbux has the potential to support this then its a step in the right

[Freevo-devel] Re: switching to pynotifier and pymbus

2004-09-08 Thread Dirk Meyer
Bruno Tavares wrote: snip And we can also remove the bad hacked network interface, you can send events directly to Freevo: app-Freevo: Button 'DISPLAY' is pressed or app-Freevo: Event(OSD_MESSAGE, arg='hi') Erms.. not so sure about this.. do you really want to introduce the communication

[Freevo-devel] Re: Detached audioplayer view

2004-09-08 Thread Dirk Meyer
Viggo Fredriksen wrote: 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

[Freevo-devel] Re: Detached audioplayer view

2004-09-08 Thread Dirk Meyer
Viggo Fredriksen wrote: Right now it shows a coverimage, scrollable songinfo and elapsed time. - http://foo.katatonic.org/freevo/detached1.jpg braindump What about creating a mix between a text widget and an animation class to have scrollable text? What about displaying the time in the first

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

2004-09-08 Thread Dirk Meyer
Viggo Fredriksen wrote: Hi! Attached is a diff against cvs re-activating most idlebarplugins. Hopefully I didn't destroy any :) I hope, too. I checked it in without testing :) BTW, what about using an extra file for each plugin? I guess it would look much cleaner and having all the code in

[Freevo-devel] Re: [BUG] on the topic of sqllite support..

2004-09-13 Thread Dirk Meyer
Mick wrote: I've had it enable for a while, then today I tried to play my first audio cd since for ever.. When starting the second track, i get this, and it crashes freevo everytime. Traceback (most recent call last): File /usr/lib/python2.3/site-packages/freevo/main.py, line 492, in ?

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

2004-09-14 Thread Dirk Meyer
Viggo Fredriksen wrote: Done, all IdleBarPlugins are now seperated into files. Thanks, in cvs Dischi -- Time is a drug. Too much of it kills you. -- in Small Gods (Terry Pratchett) --- This SF.Net email is sponsored by: YOU BE THE

[Freevo-devel] Re: mmpython question...

2004-09-14 Thread Dirk Meyer
Aubin Paul wrote: What is the purpose of this (from mediainfo.py) def correct_data(self): correct trackof to be two digest if self['trackof']: try: if int(self['trackno']) 9: self['trackno'] = '%s' %

[Freevo-devel] Re: Ideas for next major release wanted: Example Survey

2004-09-15 Thread Dirk Meyer
Fons van der Beek wrote: If the developpers of freevo are intrested in activating phpsurveyor on their website i can provide them of assistance and of course the survey it self. That would be great. We could learn more about our users needs here. Maybe add a free text field: what is missing in

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

2004-09-15 Thread Dirk Meyer
Viggo Fredriksen wrote: Hi! Hi Attached is a patch for a new detached player. This looks so cool. But we need to define a default key button (not only keyboard) for the control box. It's mostly finished but it has a serious bug which I can't seem to find the reason for. I get Fatal

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

2004-09-15 Thread Dirk Meyer
Dirk Meyer wrote: Viggo Fredriksen wrote: Hi! Hi Attached is a patch for a new detached player. This looks so cool. But we need to define a default key button (not only keyboard) for the control box. It's mostly finished but it has a serious bug which I can't seem to find the reason

[Freevo-devel] Re: Ideas for next major release wanted: Example Survey

2004-09-15 Thread Dirk Meyer
Fons van der Beek wrote: Fons van der Beek wrote: If the developpers of freevo are intrested in activating phpsurveyor on their website i can provide them of assistance and of course the survey it self. That would be great. We could learn more about our users needs here. Maybe add a free

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

2004-09-15 Thread Dirk Meyer
Dirk Meyer wrote: Dirk Meyer wrote: Viggo Fredriksen wrote: Hi! Hi Attached is a patch for a new detached player. This looks so cool. But we need to define a default key button (not only keyboard) for the control box. It's mostly finished but it has a serious bug which I can't seem

[Freevo-devel] Re: mmpython question...

2004-09-15 Thread Dirk Meyer
Aubin Paul wrote: For sorting, we can add a zero - and we do in freevo itself - , but I don't know if we should be changing what is reported. IIRC it was also for the gui to display. When all track numbers have two digests, I may look better. But maybe I also wrote it becuase of the

[Freevo-devel] New Makefile (please read)

2004-09-15 Thread Dirk Meyer
Hi, just a short notice: to use cvs, please run 'make' in the Freevo root directory. More later. Dischi -- Q: Why do programmers always get Christmas and Halloween mixed up? A: Because DEC 25 = OCT 31 pgpCh2uSxlR4M.pgp Description: PGP signature

[Freevo-devel] Re: switching to pynotifier and pymbus

2004-09-15 Thread Dirk Meyer
Hans Meine wrote: As I said, my main concern is security here (who will audit the Freevo webserver?), but probably this can be secured on a network-level (either no access from outside at all, or hidden with strange ports or - even better - some portknocking techniques). portknocking is

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

2004-09-17 Thread Dirk Meyer
Viggo Fredriksen wrote: 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. I will try

[Freevo-devel] recordserver bugfix question

2004-09-17 Thread Dirk Meyer
Hi, I just made two fixes to the recordserver I want you to prove read before I check it in. I don't know the code very well. 1. I have a favorite at 8:55 p.m. every day. It's a small thing. When I want to record something important from 8 p.m. to let's say 10 p.m., I need to remove the

[Freevo-devel] Re: Interaction between LCD plugin and imageviewer

2004-09-23 Thread Dirk Meyer
Gustavo Barbieri wrote: On my side (lcd plugin) I don't know... since my last change was a long time ago, I don't think it was messed. I guess we need more debug information. I don't know the lcd code, when is it triggered. Even if you didn't change the lcd code, I changed the image viewer and

[Freevo-devel] Re: PATCH: nvram-wakeup integration

2004-09-23 Thread Dirk Meyer
Hans Meine wrote: On Tuesday 21 September 2004 16:33, Mick wrote: I really like this feature also but sadly it didn't make it into CVS. Although I too would like this to be worked on a little deeper... The last patch I sent to the list works perfectly well for me. What's missing is

[Freevo-devel] Re: Interaction between LCD plugin and imageviewer

2004-09-24 Thread Dirk Meyer
Gustavo Barbieri wrote: On Thu, 23 Sep 2004 19:49:28 +0200, Dirk Meyer [EMAIL PROTECTED] wrote: Gustavo Barbieri wrote: On my side (lcd plugin) I don't know... since my last change was a long time ago, I don't think it was messed. I guess we need more debug information. I don't know

[Freevo-devel] Re: Bug in lcd.py

2004-10-13 Thread Dirk Meyer
Gustavo Barbieri wrote: LCD is not the buggy software, but videoitem. aspect, which should be a str/unicode is actually a float, Dischi, did you changed mmpython or something like that? Oops, yes. I added aspect support for avi files and that is an int. I will fix that. Dischi -- Calm

[Freevo-devel] Re: Libvisual for Freevo

2004-10-01 Thread Dirk Meyer
Viggo Fredriksen wrote: 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 can use directly? No, Tack didn't thought we might need to use that. So it's not that easy. I guess the way to go is either create the

[Freevo-devel] Re: Interaction between LCD plugin and imageviewer

2004-10-01 Thread Dirk Meyer
Gustavo Barbieri wrote: but one thing I still miss: should I recode this plugin or not? no, the plugin can be updated to the new style when cvs is ready for it. Dischi -- The sum of society's intelligence is less than the average of it's individual parts. pgpkA0rIrBc3P.pgp Description:

[Freevo-devel] Re: Libvisual for Freevo

2004-10-01 Thread Dirk Meyer
Viggo Fredriksen wrote: Thanks for the tips. I did some quick code tests, but didn't quite get it to work. I ended up having some unresolved symbols during runtime. It needs some sort of link to pyimlib2, which I am not certain on how to set up for python modules. Maybe you need to link

[Freevo-devel] Re: Libvisual for Freevo

2004-10-01 Thread Dirk Meyer
Viggo Fredriksen wrote: 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

[Freevo-devel] Re: Libvisual for Freevo

2004-10-02 Thread Dirk Meyer
Viggo Fredriksen wrote: Well, off I go! BTW, in CVS now, the plugin is still deactivated, it won't stop the animation on detach. Dischi -- All bombs with electronic timing devices are fitted with large red readouts so you know exactly when they're going to go off. pgp9uYGUmhz7h.pgp

[Freevo-devel] Proposal for new header

2004-10-03 Thread Dirk Meyer
PROTECTED] # Maintainer: Dirk Meyer [EMAIL PROTECTED] # # - # Freevo - A Home Theater PC framework # Copyright (C) 2002-2004 Krister Lagerstrom, Dirk Meyer, et al. # Please see the file freevo/Docs/CREDITS for a complete list

[Freevo-devel] Popup status

2004-10-03 Thread Dirk Meyer
Hi, I just checked in some work on the popup boxes. Hey, this code was a mess, changed about 4 times and had a lot of all stuff in it. So this is how it works: o There is Window.py containing some basic stuff for windows on the screen. You can set x,y,width,height if you like. o For all

[Freevo-devel] Freevo coding guidelines (please read)

2004-10-03 Thread Dirk Meyer
Hi, I guess it's time to set some basic coding guidelines for Freevo. It will be easier for other people to read the code if we have some basic guidelines. Most of them are taking from the basic python guidelines. After some discussion about this, please change files to this guidelines. E.g. you

[Freevo-devel] Re: Popup status

2004-10-04 Thread Dirk Meyer
Dirk Meyer wrote: o ProgressBox and InputBox are broken right now but they will work like AlertBox and ConfirmBox (label and below that the progress bar or the input area). Small update: ProgressBox is working again. And I have a naming problem: we have a ConfirmBox with buttons OK

[Freevo-devel] Main-Loop changes (please read)

2004-10-06 Thread Dirk Meyer
Hi, I got a patch tpday I was waiting for some time now, it uses pyNotifier as a main loop and removes the rc.py stuff. So there are some changes now you need to keep in mind. First of all: why? The rc.py stuff was a bad hack, you could only add timer to get called. So plugins like the event

[Freevo-devel] Re: Proposal for new header

2004-10-07 Thread Dirk Meyer
Hi, small update. I was rethinking the header and cvs log part. A new test design can be found in all files in src/gui/area Dirk Meyer wrote: So what changed? First of all the cvs log is at the end of the file. I removed it. Do you read this? I don't. We have the cvslog mailing list

[Freevo-devel] Re: EPG changes

2004-10-18 Thread Dirk Meyer
Rob Shortt wrote: Ok, I've committed a bunch of changes to pyepg and freevo. Cool. I will test it later. -You must load the schema into the database before using it, sqlite /path/to/freevo/cache/epgdb lib/pyepg/epg_schema.sql. I would like to have this automaticly done, and also a way to

[Freevo-devel] Re: EPG changes

2004-10-18 Thread Dirk Meyer
OK, just did a small test: Rob Shortt wrote: freevo helper epg: -can be used as a test tool -search programs -fill DB with XMLTV data -go nuts, add more options That doesn't work for me. I created the db with the sqlite command. Than used tv_grab to get the data. After that I can run epg

[Freevo-devel] Re: [Freevo-cvslog] freevo/src/helpers tv_grab.py,1.10,1.11

2004-10-20 Thread Dirk Meyer
Rob Shortt wrote: Dirk Meyer wrote: Update of /cvsroot/freevo/freevo/src/helpers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26592 Modified Files: tv_grab.py Log Message: add data to db even if not sorted Dischi, I think you made a mistake here... before the move

[Freevo-devel] 1.5.2 release schedule

2004-10-20 Thread Dirk Meyer
Hi, I just made some smaller bugfixes in the 1.5.1 release and will release 1.5.2 on Sunday. Please check out cvs with the rel-1-5 tag (wait 12 hours because of the sf delay) and report bugs. Last chance for translation updates, too! Dischi -- Drag me, drop me, treat me like an object!

[Freevo-devel] RFC: remove some config variables

2004-10-21 Thread Dirk Meyer
Hi, I'm thinking about removing some config variables. The variables I'm thinking of are: LOCALE, OVERLAY_DIR and FREEVO_CACHEDIR. Why? Because I want to make some files in util independ of Freevo so they can be used outside Freevo. Some modules only depend only Freevo because of config with the

[Freevo-devel] Re: [Freevo-cvslog] freevo ChangeLog,1.119.2.3,1.119.2.4

2004-10-21 Thread Dirk Meyer
Aubin Paul wrote: Is it worth mentioning that AC3 files work with recent versions of mplayer now? It was detecting them as VOB and spewing errors. That remind me I also need to release a new mmpython with the new ac3info.py. What did you do to better support ac3? Dischi -- A black cat

[Freevo-devel] Re: RFC: remove some config variables

2004-10-22 Thread Dirk Meyer
Rob Shortt wrote: Dirk Meyer wrote: I'm thinking about removing some config variables. The variables I'm thinking of are: LOCALE, OVERLAY_DIR and FREEVO_CACHEDIR. Why? Because I want to make some files in util independ of Freevo so they can be used outside Freevo. Some modules only depend

[Freevo-devel] Re: 1.5.2 release schedule

2004-10-22 Thread Dirk Meyer
mike lewis wrote: Dischi, I have not had a chance to figure out why, but CD's with avi files are comming up blank in 1.5.1 for me. I can't recall the bug exactly. Can you please describe the bug step by step: what is on the disc (all files), what happens, what should happen? Dischi -- The

[Freevo-devel] Re: RFC: remove some config variables

2004-10-24 Thread Dirk Meyer
Dirk Meyer wrote: Environment variables would result in a 3rd way to configure freevo. Right now we have local_conf.py and freevo.conf. Maybe we can use the later. The packages need environment variables but the freevo start script will read freevo.conf and will put some settings in variables

[Freevo-devel] Re: unicode handling error in recordserver (special german characters in channellist)

2004-10-29 Thread Dirk Meyer
Thomas Kranz wrote: Hi freevo-fans, I noticed an error in the recordserver: I switched from my PVR250 to a cheap dvb-s card (twinhan works fine, both work together) for tv recordings. Now I had to update my channels.conf of mplayer and there is one station called WDR Köln (scanning the

[Freevo-devel] Re: stop osd for play (vdr-xine)..

2004-10-29 Thread Dirk Meyer
mike lewis wrote: Aah, OK videoitem.py does the work right? menuw.hide, menuw.show.. But where can I get menuw from??? There is not import menuw? The menuw is passed to the callback when an item is selected from the menu. VideoItem rememebers that for later use when called from mplayer

[Freevo-devel] Re: proposal, add genre,bitrate,comment to music table.

2004-10-29 Thread Dirk Meyer
Aubin Paul wrote: Sure, I wrote a previous email to Rob about how we could concievably do something like that. To get bitrate, I used id3 directly: from mmpython.audio import eyeD3 id3 = eyeD3.Mp3AudioFile( filename ) vbr,br = id3.getBitRate() comment = id3.tag.getComment() Isn't

[Freevo-devel] Re: xine framebuffer issues..

2004-10-30 Thread Dirk Meyer
mike lewis wrote: We wait 5 seconds until we kill -9 xine. That should be enough. Maybe find the bug in xine? :) Maybe that was the originalidea, but I think it *feels* more like 5 miliseconds. If I change the times delay from time.speep(0.1) to (0.3) , it works, 0.2 workshalf the time..

[Freevo-devel] Re: screen redraw

2004-10-30 Thread Dirk Meyer
[EMAIL PROTECTED] wrote: Hi, freevo development newbie here. Hi I want to edit some configuration variables on the fly. Cool. I've made a menu structure (which works), and in a MenuItem, called a class to display an InputBox (which works). However, when I hit enter on the InputBox, it

[Freevo-devel] Re: EPG changes

2004-10-31 Thread Dirk Meyer
Rob Shortt wrote: -do we still need to create an index of the list of ProgramItems for faster access? No, it was a hack for the tv guide for faster access. I don't think we still need it. I've removed it. Something is still there. I hope I will have time to look at it. If the guides is

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