[Freevo-devel] Re: PATCH: cdbackup.py - Ogg encoding added

2003-07-04 Thread Dirk Meyer
Aubin Paul wrote: Do you mean that the 'actions' function in PluginInterface should return that additional thing? Like right now it's: return [ ( self.create_backup_menu, 'Rip the CD to the hard drive', 'Get CDs available for ripping') ] That makes no sense. self.create_backup_menu is the

[Freevo-devel] Re: Bug with rom_drives...

2003-07-04 Thread Dirk Meyer
Aubin Paul wrote: I found another issue when I was testing my idle plugin for cdstatus. When using data or VCD's, Identify_Media won't release the drive and I can't eject it. I noticed the same problem with audiocds. I will look into that. The only thing I can think of is that when you hit

[Freevo-devel] Re: Bug with rom_drives...

2003-07-05 Thread Dirk Meyer
Aubin Paul wrote: On Fri, Jul 04, 2003 at 06:18:53PM +0200, Dirk Meyer wrote: I noticed the same problem with audiocds. I will look into that. I didn't have a problem with audiocds, eject both with the button on the physical drive, and pressing the eject button on the remote works for audio

[Freevo-devel] Re: info_area cpu usage

2003-07-07 Thread Dirk Meyer
Aubin Paul wrote: On Sun, Jul 06, 2003 at 09:42:57PM +0200, Dirk Meyer wrote: Try again with the new drawstringframed. Freevo uses 10% of my Duron 800 while playing audio with full info area and cover (skin info.fxd) That may be an improvement, but it still shouldn't take 10% of an 800mhz

[Freevo-devel] Re: CD/DVD detection

2003-07-08 Thread Dirk Meyer
Peter Surda wrote: Hi, I have a minor comment about media type. Now that I have access to a DVD burner, I burn some files on DVDs instead of CDs. When I insert such a DVD into the drive, freevo says it's a CD (it isn't a movie-dvd). I remember I tried to write DVD/CD detection routine about

[Freevo-devel] Re: Alternative to IMDB scraper

2003-07-08 Thread Dirk Meyer
Simon Windmill wrote: I was wondering if anybody had been working on any other scrapers like the IMDB one, for info on less mainstream genres? In particular I was thinking about anime, using animenfo. Noone is working on such a fxd generator. But please keep in mind that we don't want to

[Freevo-devel] Re: sqlite plugin...

2003-07-08 Thread Dirk Meyer
Aubin Paul wrote: Would it make sense for the plugin which increments playcount to intercept the 'AUDIO_PLAY_END' event (after a song finishes)? We make a plugin which accepts that event and then increments the database information...? This makes sense and remonds me that we may need a plugin

[Freevo-devel] Re: sqlite plugin...

2003-07-09 Thread Dirk Meyer
Aubin Paul wrote: On Tue, Jul 08, 2003 at 05:33:17PM +0200, Dirk Meyer wrote: This makes sense and remonds me that we may need a plugin that is more than one type of plugin and a way to add/remove plugins at runtime. Hmm... but will the plugin which intercepts the event have access

[Freevo-devel] Re: Proposal: Make next release require XMLTV 0.5.15 or greater

2003-07-09 Thread Dirk Meyer
Aubin Paul wrote: We need to require 0.5.15 because: a) Older versions generate different XML b) Often they don't work anyway, because the sites they scrape have changed. OK, do it. That reminds me, should we check in freevo_setup.py for correct versions of the stuff we need? Dischi --

[Freevo-devel] Re: mmpython problem

2003-07-09 Thread Dirk Meyer
Joakim Berglund wrote: Hi there I just fired up a CVS copy here (taken 9/7 15:00GMT) and Im having some problems with mmpython! 3 of them to be exact.. 1) Var not set (mpeg.bitrate) 2) Divide by Zero 3) Out of Range in ogg 1 and 2 I solved in a ugly way.. no go on nr3 though.. All the

[Freevo-devel] Re: Proposal: Make next release require XMLTV 0.5.15 or greater

2003-07-09 Thread Dirk Meyer
Krister Lagerstrom wrote: I've been thinking about some of the stuff that James told me, and I looked into it; it would be relatively easy to remove the whole TV_CHANNELS thing altogether and use XMLTV natively. It would make installation much easier, and give us flexibility when they make

[Freevo-devel] Re: Proposal: Make next release require XMLTV 0.5.15 or greater

2003-07-09 Thread Dirk Meyer
Krister Lagerstrom wrote: On Wed, Jul 09, 2003 at 10:27:05AM -0500, Krister Lagerstrom wrote: Do you mean that XMLTV is now a requirement, not an option? I'm all for making the TV setup easier, maybe the best thing to do is remove TV_CHANNELS like you say. Instead there are XML files with the

[Freevo-devel] New release

2003-07-09 Thread Dirk Meyer
Hi, since we wanted to release more often, I think it's time to do a new release. We said we don't want any pre-releases anymore, but since 1.3.2 is quite stable and we added lots of new stuff (e.g. mmpython and the new info area), I think we should name this release 1.3.3-pre1. Here a (small)

[Freevo-devel] Re: New release

2003-07-09 Thread Dirk Meyer
Bart Heremans wrote: Hi, about the skins. it would be nice to see a skin that is not blue. Someone added a screenshot about a theme he made in the wiki : http://freevo.sourceforge.net/cgi-bin/moin.cgi/UserInterfaceIdeas = point 2 graphics :

[Freevo-devel] Re: New release

2003-07-10 Thread Dirk Meyer
Aubin Paul wrote: On Wed, Jul 09, 2003 at 09:30:14PM +0200, Dirk Meyer wrote: since we wanted to release more often, I think it's time to do a new release. We said we don't want any pre-releases anymore, but since 1.3.2 is quite stable and we added lots of new stuff (e.g. mmpython and the new

Re: [Freevo-cvslog] freevo/WIP/Aubin xmltv-automatic.py,1.3,1.4

2003-07-11 Thread Dirk Meyer
[EMAIL PROTECTED] wrote: + for a in xmltv_channels: + if (a['display-name'][1].isdigit()): + display_name = a['display-name'][0] + tunerid = a['display-name'][1] + else: + display_name = a['display-name'][1] + tunerid =

[Freevo-devel] idlebar update

2003-07-12 Thread Dirk Meyer
Hi, I create a special skin area 'plugin' where plugisn are allowed to draw. This area covers the whole screen and you can't activate or deactivate this area in the xml file. A plugin with a draw() function (like idlebar) now gets this area as parameter in it's draw() function. I called it osd

[Freevo-devel] Re: idlebar update

2003-07-12 Thread Dirk Meyer
[EMAIL PROTECTED] wrote: Has the idlebar ever been tested on a 640x480 system? I really like this feature, and am using with with my current setup (running in 640x480). However, no mater what skin I choose: blurr, blue_round2, or the default (forget the name), the idlebar always blocks the

Re: [Freevo-cvslog] freevo/src/tv/plugins ivtv_basic_tv.py,1.3,1.4

2003-07-18 Thread Dirk Meyer
Aubin Paul wrote: I added this by mistake; it's from my version. We should find a way to aitoexec some functions before and after video start. This could be a plugin list. But is this realy a plugin? Or a list of functions to call. This function will execute 'matroxcolor' or shut the sdl down

Re: [Freevo-cvslog] freevo/src osd.py,1.71,1.72

2003-07-19 Thread Dirk Meyer
[EMAIL PROTECTED] wrote: Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1:/tmp/cvs-serv13361/src Modified Files: osd.py Log Message: Removing xv and dga from the valid display types. x11 should cover all X related -vo options for mplayer. I think dga is something

[Freevo-devel] Re: [Freevo-cvslog] freevo/src/audio audioitem.py,1.30,1.31

2003-07-19 Thread Dirk Meyer
Aubin Paul wrote: How is it possible not to have length? The length is based on the number of blocks (i.e. 1000 128bit chunks) or (250 128bit 500 168bit, etc. for VBR) Any mp3 file should have a length unless I'm missing something. Yes, but the file was no mp3, it was only named .mp3. My

[Freevo-devel] Re: FXD file generated is invalid

2003-07-20 Thread Dirk Meyer
Aubin Paul wrote: The -amp; problem is probably because Dischi checked in a brand new FXD generator a day or so ago... Fixed, but IIRC this bug was also in the prev versions. as for seeing the extended information from the FXD, there are two ways. 1) Pick a skin like 'info' that shows

[Freevo-devel] Re: Dischi: how to write a plugin that see the menu?

2003-07-21 Thread Dirk Meyer
Gustavo Sverzut Barbieri wrote: Dischi, Remeber about the LCD plugin I was trying to wrote? I tried what you said: using a DaemonPlugin and implementing the draw()... but where/how I get the menu?! That function receives a tuple: (type,object) which I have *NO IDEA* how I use! Could you

[Freevo-devel] Basic Xine support

2003-07-21 Thread Dirk Meyer
Hi, those of you who want DVDnav support should try the xine plugin in CVS. It's only a proof of concept, it's a bad hack. Please read the notes at the top of the file. Please don't send bug reports, it will be replaced later. I have nothing special on my TODO list right now, so I will create a

[Freevo-devel] Re: Dischi: how to write a plugin that see the menu?

2003-07-22 Thread Dirk Meyer
Gustavo Sverzut Barbieri wrote: --- Dirk Meyer [EMAIL PROTECTED] escreveu: Gustavo Sverzut Barbieri wrote: Dischi, Remeber about the LCD plugin I was trying to wrote? I tried what you said: using a DaemonPlugin and implementing the draw()... but where/how I get the menu

[Freevo-devel] Basic Xine support

2003-07-22 Thread Dirk Meyer
Hi, those of you who want DVDnav support should try the xine plugin in CVS. It's only a proof of concept, it's a bad hack. Please read the notes at the top of the file. Please don't send bug reports, it will be replaced later. I have nothing special on my TODO list right now, so I will create a

[Freevo-devel] Re: X11, DGA : my solution

2003-07-23 Thread Dirk Meyer
Sylvain FABRE wrote: My solution : Add a call to 'osd.restartdisplay()' in the 'Stop' functions of the mplayer files (tv/plugins/mplmayer.py and video/mplayer.py) AND set MPLAYER_USE_WID to 0. You mean in mplayer.py where we stop and restart the display for DXR3 and dfbmga, we also add if

[Freevo-devel] Re: xine question

2003-07-24 Thread Dirk Meyer
Aubin Paul wrote: Hi Dischi, I was definitely curious to try out xine with freevo, since I think DVD's aren't as nice without menus, but I have run into some minor problems. I was able to compile xine-lib/xine-ui from CVS, and get vidixfb to output onto the screen, but strangely: 1) xine

[Freevo-devel] Re: xine followup

2003-07-24 Thread Dirk Meyer
Aubin Paul wrote: It should be possible to integrate xine into freevo now, the only issue remaining is how to activate ac3 passthrough, and we have a full fledged DVD player. I have in my .xine/config: audio.a52_pass_through:1 Dischi -- Warning: Dates in Calendar are closer than they

[Freevo-devel] Re: xine question

2003-07-24 Thread Dirk Meyer
Aubin Paul wrote: On Thu, Jul 24, 2003 at 09:56:18PM +0200, Dirk Meyer wrote: 1) xine ignores the .xine/config file completely This works for me. I can't help you there. Sorry, I wasn't specific; fbxine seems to ignore the file. I tried putting a couple of options in there to avoid

[Freevo-devel] Re: xine question

2003-07-28 Thread Dirk Meyer
Aubin Paul wrote: I thought the OSD is provided by xine-lib, so the front end isn't really the issue. Maybe. But I don't know how to enable to in fbxine. fbxine is pretty simple and easy to understand, but adding new stuff means reading the xine lib api. Too bad mplayer won't support dvdnav;

[Freevo-devel] Re: xine question

2003-07-28 Thread Dirk Meyer
Aubin Paul wrote: IIRC it's a design problem. Mplayer G2 should be able to use DVDnav. But don't expect G2 this year :-( Have you tried it at all? What? Agreed. Maybe you saw, there is now a plugin called xine_cvs which works with the current xine cvs and Freevo controls xine. I set it

[Freevo-devel] Re: xine question

2003-07-28 Thread Dirk Meyer
Aubin Paul wrote: On Mon, Jul 28, 2003 at 02:35:13PM +0200, Dirk Meyer wrote: Have you tried it at all? What? mplayer G2... there are snapshots released all the time. Not for a long time, and IIRC they are not for daily use, it's only the demuxer and stream detection. No real output

[Freevo-devel] Re: mmpython release

2003-07-28 Thread Dirk Meyer
Thomas Schueppel wrote: hi, Ho I made a mmpython release yesterday. Well I hope I did. SF Interface is a little strange. Please check. No, you didn't. You added a version, but you attached no files to it. You need to upload the file to upload.sf.net, directory incoming. Than edit the release

[Freevo-devel] Re: xine question

2003-07-29 Thread Dirk Meyer
Wan Tat Chee wrote: On Mon, 28 Jul 2003, Dirk Meyer wrote: *sigh* Yes, mag_vid support would be great. But vidix is working, and that's a big success. If only the tvtime deinterlacer would work, too Does xine work in framebuffer modes for non-Matrox cards? (I haven't kept up

[Freevo-devel] Re: another release...

2003-07-29 Thread Dirk Meyer
Aubin Paul wrote: How do we handle the decss problem? Can Rob's runtime like against an installed decss and how does mplayer reacts on that? Mplayer has it's own css code, but you can disable it and use dvdread. That's tricky. I guess we'd have to use dvdread, so we could avoid the whole

Re: [Freevo-cvslog] freevo/skins/xml/type1 blue.fxd,1.9,1.10

2003-07-30 Thread Dirk Meyer
[EMAIL PROTECTED] wrote: Update of /cvsroot/freevo/freevo/skins/xml/type1 In directory sc8-pr-cvs1:/tmp/cvs-serv31050/skins/xml/type1 Modified Files: blue.fxd Log Message: Made the string width large enough, was clipped in 800x600. Is 'Size:' perhaps better than 'Geometry:'? Yes

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

2003-07-30 Thread Dirk Meyer
den_RDC wrote: Gentoo is really nice with freevo because everything works good with the system packages. but i don't know how up-to-date the current ebuilds are (freevo-runtime ebuild used to compile some sort of runtime exclusivly for freevo, and i didn't like that). There is a cvs ebuild

[Freevo-devel] Directory cleanup proposal

2003-08-03 Thread Dirk Meyer
Hi, I'm thinking of a directory cleanup in the freevo root directory. The basic idea is, that you should be able to install Freevo in your system based on the LSB, not in one dir like /opt/freevo. First of all, we have three locations for Python files: src, helpers and inside skins in some

[Freevo-devel] Re: Directory cleanup proposal

2003-08-04 Thread Dirk Meyer
Gustavo Sverzut Barbieri wrote: --- Dirk Meyer [EMAIL PROTECTED] escreveu: Gustavo Sverzut Barbieri wrote: I vote for something different: src/* - prefix/lib/pythonversion/site-packages/freevo Yes, I thought about that. That's the reason why I want to clean this up. As you said

[Freevo-devel] Re: [PLUGIN] idlebar sensors plugin (cpu + case temp ram usage)

2003-08-05 Thread Dirk Meyer
den_RDC wrote: Another adittion to the idlebar. It's very configurable, all u need to know is included in the header of the file. The 3 icons provided (taken from KDE, so they are 100% GPL compliant) need to be placed in skins/icons/misc. This plugin needs a working lm_sensors package

[Freevo-devel] Freevo and fullscreen

2003-08-14 Thread Dirk Meyer
Hi, I just played with freevo under X and fullscreen. This sucks. I have 1280x1024 pixel, Freevo is set to 800x600. First you set freevo to fullscreen, than the resultion changes to 800x600 (it looks like this, maybe sdl scales, don't know). When you start mplayer or xine, Freevo goes back to

[Freevo-devel] Re: Directory cleanup proposal

2003-08-14 Thread Dirk Meyer
Gustavo Sverzut Barbieri wrote: --- Dirk Meyer [EMAIL PROTECTED] escreveu: skins/ share/ $prefix/share/freevo/ skins/ share/ $prefix/share/freevo/skins/ Please, I bag you :) I still don't see the reason. When we put everything

[Freevo-cvslog] [(nowhere)] Your message to Freevo-cvslog awaits moderator approval

2003-08-14 Thread Dirk Meyer
Very funny sourceforge. ---BeginMessage--- Your mail to 'Freevo-cvslog' with the subject freevo/src/skins/main .cvsignore,NONE,1.1 __init__.py,NONE,1.1 area.py,NONE,1.1 info_area.py,NONE,1.1 listing_area.py,NONE,1.1 main.py,NONE,1.1 skin_utils.py,NONE,1.1 tvlisting_area.py,NONE,1.1

[Freevo-devel] Re: Mplayer problems

2003-08-14 Thread Dirk Meyer
Brandon wrote: This is what i got after running './freevo setup' ERROR: can't find mplayer Please install the application respectively put it in your path. Freevo won't work without it. i have mplayer installed, i can run it too. Now i am sumwhat a newbie so i dont know the path to it, or

[Freevo-devel] Re: Event Listener required

2003-08-14 Thread Dirk Meyer
Gustavo Sverzut Barbieri wrote: Hello, Dischi, Mike Ruelle and I was talking on IRC the other day and we agree that we need an Event Listener Class. What is that? You need something that gets every event inside freevo? That should be easy. Right now we sent to event to the app or the menu

[Freevo-devel] Re: Directory cleanup proposal

2003-08-14 Thread Dirk Meyer
Gustavo Sverzut Barbieri wrote: Dischi, We were discussing in favor for the same thing, but I wasn't understanding you... now I see that you want the same as me (and probably everyone). Fine. skins/xml - share/freevo/skins To make one directory mail of it. Rename skins in the freevo

[Freevo-devel] Re: Event Listener required

2003-08-14 Thread Dirk Meyer
Gustavo Sverzut Barbieri wrote: --- Dirk Meyer [EMAIL PROTECTED] escreveu: Gustavo Sverzut Barbieri wrote: Tell me exactly what you need, I will have some time this weekend. I'm very busy with my real job, so no time before that. We want 2 things: I want to be able to get information

[Freevo-devel] Re: Event Listener required

2003-08-14 Thread Dirk Meyer
Dirk Meyer wrote: Gustavo Sverzut Barbieri wrote: Hello, Dischi, Mike Ruelle and I was talking on IRC the other day and we agree that we need an Event Listener Class. What is that? You need something that gets every event inside freevo? That should be easy. Right now we sent to event

[Freevo-devel] Re: Directory cleanup proposal

2003-08-14 Thread Dirk Meyer
Hi, the first part of the cleanup is done Krister Lagerstrom wrote: Dirk Meyer wrote: o move skins/main1 to src/skins/main1. Python files should be under src, possible other skins should be all in src/skins Ok. skins/main1 is now src/skins/main. o move helpers to src/helpers or src

[Freevo-devel] Re: Our solution to Mplayer -wid problem!

2003-08-15 Thread Dirk Meyer
Gustavo Sverzut Barbieri wrote: What about to try this patch? It should solve our problems! Maybe. But right now I'm _very_ happy with the solution to start a new x server for freevo. No fullscreen problems based on the windowmanager, it not only works for mplayer also for xine, no -wid anymore

[Freevo-devel] Re: [ freevo-Bugs-766586 ] Time is off for manuel recordings

2003-08-17 Thread Dirk Meyer
. -- Comment By: Dirk Meyer (dischi) Date: 2003-08-16 13:04 Message: Logged In: YES user_id=33647 This should be fixed in 1.3.4 Nope, It isn't fixed in 1.3.4. /Robert Rob, Aubin, can someone take a look

[Freevo-devel] Re: [Freevo-cvslog] freevo/src/audio/plugins xine.py,NONE,1.1

2003-08-17 Thread Dirk Meyer
Aubin Paul wrote: Woohoo! Nice work Dischi; if I can find some way of adding FLAC metadata parsing to mmpython, we could support lossless audio compression very easily thanks to this. I think it's to create something better to describe a plugin. Right now, when you can only activate xine or

[Freevo-devel] Re: CDROM...

2003-08-20 Thread Dirk Meyer
Aubin Paul wrote: As I was looking through rom_drives, I wonder why we're avoiding importing CDROM.py; Because I wrote the stuff and I didn't know about that file ;-) it would make things less Linux-specific, and since CDROM.py is included with Python, it's a non-issue to do things using

[Freevo-devel] Re: [PATCH] first set of FreeBSD patches

2003-08-20 Thread Dirk Meyer
Lars Eggert wrote: Lars Eggert wrote: I saw those, and they're very likely different on FreeBSD. However, it looks like the python-2.3 port does not install cdrom.py. Looking at the python sources, the lib/plat-freebsd* directories do not have cdrom.py in them, either. That doesn't look too

[Freevo-devel] Re: X11, DGA : my solution

2003-08-20 Thread Dirk Meyer
Sylvain FABRE wrote: In some recent mail, i have seen that the support for 'dga' in the conf.DISPLAY variable has been deleted. The solution is now to set the display to 'x11' and to add 'dga' to the MPLAYER_VO variables (according to the author, i do not remember who). OK, dga is again in

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

2003-08-21 Thread Dirk Meyer
Gustavo Sverzut Barbieri wrote: Hello, If I have a fxd for a movie cd (CD with one DivX file in it) in some freevo dir (ie: /usr/vide/movies), if I go to that dir and hit 'e', I can see the variants (ie: subtitles). However If I'm in the main Video Menu, and freevo detects that that fxd is

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

2003-08-22 Thread Dirk Meyer
Gustavo Sverzut Barbieri wrote: I've commited the code to CVS, please test. The FXD snip is: movie title=AntiTrust cover-img source=images.amazon.comantitrust.jpg/cover-img video file id=p1 media-id=2003062922213900Anti-Trustantitrust.avi/file /video variants

[Freevo-devel] Re: New CVS commit to handle ROM media

2003-08-22 Thread Dirk Meyer
Gustavo Sverzut Barbieri wrote: Hello, I commited to CVS code to better handle ROM media in main menus. This is good and bad. It's good not to see stuff you can't use (e.g. DVDs in image mode). But you can't eject a rom drive with the remote now because you don't see the item. Maybe we should

[Freevo-devel] Installing Freevo into the system

2003-08-22 Thread Dirk Meyer
Hi, I just fished (and tested) the python setup.py script. You can now install Freevo into your system, no need to install it into /opt/freevo or another strange location. You have three choices now: o Use the runtime: you can't install this into your system, it's directory only. o Install

[Freevo-devel] Re: New CVS commit to handle ROM media

2003-08-22 Thread Dirk Meyer
Gustavo Sverzut Barbieri wrote: --- Dirk Meyer [EMAIL PROTECTED] escreveu: Gustavo Sverzut Barbieri wrote: Hello, I commited to CVS code to better handle ROM media in main menus. This is good and bad. It's good not to see stuff you can't use (e.g. DVDs in image mode). But you can't

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

2003-08-22 Thread Dirk Meyer
Matthieu Weber wrote: Here is a quick-and-dirty fix (which consists in not caching objects that provoke failures, and silently ignore the failures), but it would be much better to find a way to cache any kind of data. With the current approach (using index()), I have not found a solution.

[Freevo-devel] Re: [PATCH] first patch for internationalization in Freevo

2003-08-23 Thread Dirk Meyer
David SAGNOL wrote: The work for a full internationalized version of Freevo is not finished yet. I plan to spent some time on it this Week-end so we should have a more complete version Monday or Tuesday. OK, than I will wait with the integration. The locale directory should be installed in

[Freevo-devel] Re: HELP NEEDED: videoitem.py

2003-08-23 Thread Dirk Meyer
OK, try it again. I changed the following: o if we have variants but only one, don't display the variants menu in the actions, you can only play the item, no variant selecting o If we have variants and we play the item (this happens when we only have one variant and can't select it or when

[Freevo-devel] Re: Installing Freevo into the system

2003-08-24 Thread Dirk Meyer
Aubin Paul wrote: I'm not familiar with the boot scripts, who's maintaining them? I do know that they're not chkconfig compliant though (missing some lines in the header). There's also a lirc-related file in the ./boot folder. Not sure if it should still be around. They're not chkconfig

Re: [Freevo-cvslog] freevo/src/plugins base.py,1.3,1.4mediamenu.py,1.16,1.17

2003-08-24 Thread Dirk Meyer
[EMAIL PROTECTED] wrote: Update of /cvsroot/freevo/freevo/src/plugins In directory sc8-pr-cvs1:/tmp/cvs-serv17845/plugins Modified Files: base.py mediamenu.py Log Message: Partial support for out icons in main menu. What are out icons what is different between them and the normal

[Freevo-devel] Re: SKIN: box under icon feature

2003-08-24 Thread Dirk Meyer
Gustavo Sverzut Barbieri wrote: Also, using icons in front of text is much better than having something like [DIR] and PL: Playlist. OK, [] and PL: will only be added when we don't have an icon. Dischi -- And on the seventh day, He exited from append mode.

[Freevo-devel] Re: mga setterm/etc. code seems borked

2003-08-24 Thread Dirk Meyer
Aubin Paul wrote: Did you have any problems with your G400 using this? No, but I don't use ssh to start Freevo. Dischi -- Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better

[Freevo-devel] Re: mga setterm/etc. code seems borked

2003-08-25 Thread Dirk Meyer
Aubin Paul wrote: Hey Dischi, Most things in the massive changes you made worked beautifully, but one, somewhat problematic issue has arisen. I haven't gotten through figuring it out yet, but the code that initialises the device: ioctl(fd, 0x4B3A, 0) seems to make pygame...set_mode hang

[Freevo-devel] Re: SKIN: box under icon feature

2003-08-25 Thread Dirk Meyer
Gustavo Sverzut Barbieri wrote: Hello, I implemented a new feature to skin so it's now possible to choose if you want the selection box (and other boxes --- itemrectangle/item) to be under the icons or just under the text, like now. I don't know if everybuddy will like this, so I make it

[Freevo-devel] Re: HELP NEEDED: videoitem.py

2003-08-25 Thread Dirk Meyer
Gustavo Sverzut Barbieri wrote: Again, using rc.post_event( PLAY_END ) before returning from MPlayer.stop() fixes that. Can you tell me exactly what you do to get this error? Dischi -- Give a man a fire and he's warm for a day, but set fire to him and he's warm for the rest of his life.

[Freevo-devel] Re: [PATCH] third set of FreeBSD patches, also for mmpython

2003-08-25 Thread Dirk Meyer
Lars Eggert wrote: One other question, since I have no Linux box and thus don't know if or how this is supposed to work: When a DVD is inserted, mmpython computes a discid and some mediainfo. Yes, and more. First mmpython checks if it's an audio cd. If yes, we goes checks some track infos and

[Freevo-devel] Re: Installing Freevo into the system

2003-08-25 Thread Dirk Meyer
Wan Tat Chee wrote: I just checked RPMfind, so far only Mandrake has released 2.3 RPMs. try www.freshrpms.net 1. Dischi, can you come up with a list of module dependencies (*tar.gz) and especially for non-standard python modules Look at setup.py. It checks for all needed modules (I

[Freevo-devel] Re: pkill and aumix

2003-08-26 Thread Dirk Meyer
Lars Eggert wrote: Hi, I just found that freevo depends on pkill and aumix. At least on FreeBSD, these don't come with the base system. Could/should they be added to the EXTERNAL_PROGRAMS likst in setup_freevo.py, and thus tested for? I just checked the current cvs: pgrep is not used

Re: [Freevo-cvslog] freevo freevo_config.py,1.235,1.236

2003-08-26 Thread Dirk Meyer
[EMAIL PROTECTED] wrote: Update of /cvsroot/freevo/freevo In directory sc8-pr-cvs1:/tmp/cvs-serv19976 Modified Files: freevo_config.py Log Message: Added: * support for different icons in main menu (final part) * BOX_UNDER_ICON, that is, in text listings, if you have an icon

[Freevo-devel] Re: BUG in helpers/imdb.py ?

2003-08-27 Thread Dirk Meyer
[EMAIL PROTECTED] wrote: I am running Freevo 1.3.4, was trying to make an fxd file for a new movie I just got. And if I run the script with more than one word in the search string, I get zero results, even if I surround the multiple words with a question mark. But if I run the script with

[Freevo-devel] IMDB results (was: [PATCH] third set of FreeBSD patches, also formmpython)

2003-08-27 Thread Dirk Meyer
Aubin Paul wrote: On Mon, Aug 25, 2003 at 07:22:06PM -0700, Lars Eggert wrote: attached. This version also gets the DVD information right on FreeBSD, thanks to Dirk's explanation earlier. For example, for the first Lord of the Rings extended DVD: DISCID read label FELLOWSHIP_EXT_D1

[Freevo-devel] Re: [Freevo-cvslog] freevo freevo_config.py,1.235,1.236

2003-08-27 Thread Dirk Meyer
Gustavo Sverzut Barbieri wrote: Maye in the rectangle itself: rectangle ... include_icon=yes Dischi, I don't think to put it in each rectangle is a good way. If one want that in his skin, almost certainly it will want it for all rectangles, not just few ones... Guess you're right. How

[Freevo-devel] Re: IMDB results

2003-08-27 Thread Dirk Meyer
Lars Eggert wrote: Lars Eggert wrote: I've made a small change locally that (1) throws out any non-word characters from the name (\W) and (2) throws out any single-character words from the name. This seems to produce much better matches. In the example above, it would search for dvd

[Freevo-devel] New start scripts in Freevo + help needed

2003-08-31 Thread Dirk Meyer
Hi, I just updated the init start script for Freevo when you use Gentoo. The script is boot/gentoo-freevo, the needed config to be placed as /etc/conf.d/freevo is gentoo-conf.d. Please convert this script for Debian and to chkconfig for SuSE and RedHat and send it to the list. What's the great

[Freevo-devel] Re: Learning the Freevo internals

2003-09-01 Thread Dirk Meyer
Brian Enigma wrote: Hello, all! Ho I thought a good refresher course might be to update some of the documentation to reflect what the code actually does. Since some of the XML metadata Wiki documentation (DocumentationPage, section 7 and UsageInfo) seemed to be missing or incomplete,

[Freevo-devel] Re: some changes to boot scripts and mgafb

2003-09-02 Thread Dirk Meyer
Michael Ruelle wrote: Umm i noticed today that in order to get the webserver_init and record_server_init scripts to work correctly i had to add a cd $FREEVO_HOME beofre the freevo execute line. I know it is needed for the webserver since we use a relative path to setup the document source but

[Freevo-devel] Re: Thoughts for 'freevo' script

2003-09-02 Thread Dirk Meyer
Aubin Paul wrote: There are two things I figure should be added to the 'freevo' shell script: i.e. freevo src/tv/record_daemon.py could be freevo daemon and freevo src/tv/epg_xmltv.py could be freevo processguide It's not hard to do them, obviously, but since they're

Re: [Freevo-cvslog] freevo/boot record_server_init,1.2,1.3webserver_init,1.2,1.3

2003-09-03 Thread Dirk Meyer
[EMAIL PROTECTED] wrote: Update of /cvsroot/freevo/freevo/boot In directory sc8-pr-cvs1:/tmp/cvs-serv27692 Modified Files: record_server_init webserver_init Log Message: need to cd to $FREEVO_HOME, also keep using freevo execute rather than helpers script because execute will wait

Re: [Freevo-cvslog] freevo/boot record_server_init,1.2,1.3webserver_init,1.2,1.3

2003-09-03 Thread Dirk Meyer
Dirk Meyer wrote: [EMAIL PROTECTED] wrote: Update of /cvsroot/freevo/freevo/boot In directory sc8-pr-cvs1:/tmp/cvs-serv27692 Modified Files: record_server_init webserver_init Log Message: need to cd to $FREEVO_HOME, also keep using freevo execute rather than helpers script because

[Freevo-devel] Re: PYTHONPATH in freevo script

2003-09-03 Thread Dirk Meyer
Rob Shortt wrote: Those things are no longer a problem and I would like to remove the src/www and src/tv directories from the PYTHONPATH in the freevo script. I have gone through and started to change all instances of importing modules from src/tv to import tv.module from just import module.

[Freevo-devel] Re: 1.4?

2003-09-04 Thread Dirk Meyer
Aubin Paul wrote: Are there any major changes expected before 1.4 or should we start doing pre-releases? It's a big change, and it would be nice to have the packages all available at release time too. As Michael wrote: we are waiting for the new recorderserver to move into the main cvs branch.

[Freevo-devel] Re: 1.4?

2003-09-04 Thread Dirk Meyer
Sylvain FABRE wrote: It seems that nobody try my patch for GAMES, sent 3 weeks ago. Sorry, but some patches are lost and therefore ignored by the 'I-thought-some-else-looked-into-it'-bug. So, i can propose again something for the games : - SNES roms identification (Python parser for SNES ROM

[Freevo-devel] Re: 1.4?

2003-09-05 Thread Dirk Meyer
Michael Ruelle wrote: - make it possible to get a blank screen from the skin. Maybe the plugin wants to display some stuff, independed of skin settings with no menu at all. I was thinking of doing alot of the precious stuff with Rob's gui code and a region scroller class he has or

[Freevo-devel] Re: 1.4?

2003-09-05 Thread Dirk Meyer
Gustavo Sverzut Barbieri wrote: Please, maintain an updated dependancies list! If it already exists, place it easy to find, because most of users (at least on IRC) can't get all the deps and then build, they need to go and try to run, then they need PIL, then they need PyGAME, then SDL,

[Freevo-devel] Re: Record Server Guinea Pigging continued...

2003-09-05 Thread Dirk Meyer
Aubin Paul wrote: I'm actually in Canada, but we have some prog.title's with unicode in them. It's caused problems all over (I fixed some in the gui code today) I fixed xmltv.py epg_xmltv.py to drop non ascii chars, try again. Dischi -- In the beginning, there was nothing. And God said,

[Freevo-devel] Some comments on the new record_server

2003-09-05 Thread Dirk Meyer
Hi, I just played with the new record server and some things came to my mind: o When i select a show for recording a get the desription. First of all, I would skip the 'Description:'. Second, some descriptions are very long, I can't see the 'Recod button' and don't know what to do (yes,

[Freevo-devel] Re: Some comments on the new record_server

2003-09-06 Thread Dirk Meyer
Rob Shortt wrote: Dirk Meyer wrote: Hi, Hi. I just played with the new record server and some things came to my mind: o When i select a show for recording a get the desription. First of all, I would skip the 'Description:'. Second, some descriptions are very long, I can't see

[Freevo-devel] Re: New web guide features

2003-09-07 Thread Dirk Meyer
Gustavo Sverzut Barbieri wrote: Hello, As discussed yesterday ( Sep-6 ) on irc, I implemented some changes to the Weg TV Guide, the patch is attached. Now it's possible to: * Scroll only the guide's body * OnMouseOver shows Title, Desc, Start, Stop, Runtime at top-right These are

[Freevo-devel] Web- and Recordserver issues

2003-09-07 Thread Dirk Meyer
Hi, I played with the the web- and recordserver. It looks quite nice. But (again) some thinks came to my mind: o I changed the display of 'record this show' and 'list schedule'. IMHO it looks better now: the description will be shorten if it's too long, the ListItems are now smaller to look

[Freevo-devel] Re: Web- and Recordserver issues

2003-09-07 Thread Dirk Meyer
Rob Shortt wrote: Dirk Meyer wrote: o I changed the display of 'record this show' and 'list schedule'. IMHO it looks better now: the description will be shorten if it's too long, the ListItems are now smaller to look more like buttons (my first thought: I'm not blind!). Yes, they got

[Freevo-devel] Re: 1.4 release schedule and feature freeze

2003-09-07 Thread Dirk Meyer
Aubin Paul wrote: On Sun, Sep 07, 2003 at 06:14:05PM +0200, Dirk Meyer wrote: Than we should find the bug before 1.4. Indeed :) It should do this. EXIT and STOP are mapped to STOP. This sends 'quit' to xine and than waits 3 secs for xine to quit. If this doesn't happen, Freevo will force

[Freevo-devel] Re: 1.4 release schedule and feature freeze

2003-09-07 Thread Dirk Meyer
den_RDC wrote: For the record, if the code mentions time.sleep(0.3) it will wait 3 10ths of a second, not 3 seconds. Yes, but there is loop around it with a range of 10. Dischi -- In the beginning, there was nothing. And God said, 'Let there be Light.' And there was still nothing, but

[Freevo-devel] Re: CD audio detection

2003-09-09 Thread Dirk Meyer
Michael Ruelle wrote: Dischi, i think we should add a DISBALE_NETWORK to the freevo_config.py and local_conf.py for people who want to use freevo stand alone without a net connection. Do you think it is possible to do this in freevo (i.e. intercept the request to mmpython and just return

[Freevo-devel] Plugin Descriptions

2003-09-09 Thread Dirk Meyer
Hi, I was asked today, what plugins Freevo has and what they do. Simple question, but hard to answer. I added a plugins helper to Freevo cvs. Call 'freevo plugins --help' for more informations. The helper greps all plugins for a description to be shown. This description should be enough that the

<    1   2   3   4   5   6   7   8   9   10   >