[Freevo-devel] Re: Movie Metadata

2003-02-25 Thread Dirk Meyer
Thomas Schueppel wrote: On Tue, 25 Feb 2003, Dirk Meyer wrote: Thomas Schueppel wrote: hi, Hi working on my AVI-Info-Extractor, I came across this. You came across what? Sorry. Forgot the link: http://kibus1.narod.ru/frames_eng.htm?sof/abcavi/infotags.htm It's windows

[Freevo-devel] Re: Proposal for new skin code

2003-02-25 Thread Dirk Meyer
Gustavo Sverzut Barbieri wrote: I still vote for names, cleaner. We will see if it is necessary. I already implemented yet. All coordinates are relative. You can't draw outside the area. If the content has x=5 and the area is x=20, the skin will draw on x=25. I also have max for the max

[Freevo-devel] Re: skin and gui interaction

2003-03-02 Thread Dirk Meyer
Rob Shortt wrote: Here are some things I think we need from the skin: [snip] Tak a look at GetPopupStyle in skin_dischi1, this should be everything you need. for child in menuw.childeren: if child.is_visible(): child_area = child.get_rect() # a tupple of

[Freevo-devel] Re: [Freevo-cvslog] freevo/skins/dischi1 area.py,1.11,1.12skin_dischi1.py,1.28,1.29

2003-03-05 Thread Dirk Meyer
Aubin Paul wrote: Sounds pretty cool Dischi; are you planning to hook the TV guide back up so we can work with your new skin code while implementing the new guide? Yes. Today I will clean up the code and fix the force redraw (after something cleaned the screen). My next step is to rebuild the

[Freevo-devel] Re: skin and gui interaction

2003-03-05 Thread Dirk Meyer
Gustavo Sverzut Barbieri wrote: --- Dirk Meyer [EMAIL PROTECTED] escreveu: Ho That's a nice idea, and I tried that. But there are some problems: if we draw overlapping transparent rectangles for blue_round1, we don't want the color to overlapp. I didn't understant that. Look

[Freevo-devel] Re: skin and gui interaction

2003-03-06 Thread Dirk Meyer
Gustavo Sverzut Barbieri wrote: You can make this one work making the overlap area transparent on one layer. Or in this case, have the view and listing to be the same object. I've done that by having one background, one alpha and one content layer. Making view and listing one object isn't an

Re: [Freevo-cvslog] freevo/skins/xml/type1 aubin_round1.xml,1.5,1.6

2003-03-07 Thread Dirk Meyer
[EMAIL PROTECTED] wrote: Update of /cvsroot/freevo/freevo/skins/xml/type1 In directory sc8-pr-cvs1:/tmp/cvs-serv4439 Modified Files: aubin_round1.xml Log Message: Some changes I made, mostly cosmetic or to workaround skin problems. Index: aubin_round1.xml If you change you xml

[Freevo-devel] Re: view thoughts in the new skin

2003-03-11 Thread Dirk Meyer
Gustavo Sverzut Barbieri wrote: It can look like blue1_big, blue1_small, blue_round1 and aubin_round1 (called blue_round2 in the new skin). Everything is located in skins/dischi1. Also working: mp3 player and the beginning of the extended view (press DISPLAY inside the audio menu to take a

[Freevo-devel] Re: [PATCH] Another XML Movie info fix

2003-03-13 Thread Dirk Meyer
Matthieu Weber wrote: Here is another fix for the XML files handling in xml_parser.py and a fix for the videoitem.py (self.menuw_visible was not initialized in some cases, and freevo crashed). Looks ok, except one thing: why -disc['l_re'] = disc_set_child.attrs[('',

[Freevo-devel] Re: [PATCH] Fix Time zone bug in xmltv schedule processing

2003-03-13 Thread Dirk Meyer
Erland Lewin wrote: Here is a patch for the previously described bug in handling of time zones in the +0100 form in xml files. Note that this leaves a bug with written time zones still in the code. See a thread I started on the xmltv-devel list about the problems with interpreting time zone

[Freevo-devel] Re: New movie xml files

2003-03-13 Thread Dirk Meyer
Matthieu Weber wrote: On Wed 19.02.2003 at 09:06:29AM +0200, Matthieu Weber wrote: On Tue 18.02.2003 at 07:16:00PM +0100, Dirk Meyer wrote: Hi, since we moved to the new xml files some days ago, we need some things done to better use it. Here are some todo items, maybe there is anyone

[Freevo-devel] Re: Media Metadata

2003-03-13 Thread Dirk Meyer
Thomas Schueppel wrote: So here is my proposal: Have an abstract factory that generates Info objects for a medium. The structure of these objects is like this: MetaInfoCore: contains [TITLE, COMMENT (=DESCRIPTION), ARTIST (=AUTHOR,CREATOR),

[Freevo-devel] Re: view thoughts in the new skin

2003-03-13 Thread Dirk Meyer
Gustavo Sverzut Barbieri wrote: --- Dirk Meyer [EMAIL PROTECTED] escreveu: Gustavo Sverzut Barbieri Maybe it's better to help with ideas than with the code itself. There are some undocumented things right now which aren't easy to unterstand. Sure... :) There are some points you can help

[Freevo-devel] Re: [PATCH] Another XML Movie info fix

2003-03-14 Thread Dirk Meyer
Matthieu Weber wrote: On Thu 13.03.2003 at 05:06:43PM +0100, Dirk Meyer wrote: Matthieu Weber wrote: Here is another fix for the XML files handling in xml_parser.py and a fix for the videoitem.py (self.menuw_visible was not initialized in some cases, and freevo crashed). Looks ok

[Freevo-devel] Re: view thoughts in the new skin

2003-03-14 Thread Dirk Meyer
Gustavo Sverzut Barbieri wrote: --- Dirk Meyer [EMAIL PROTECTED] escreveu: Also it would be great if UP/DOWN/LEFT/RIGHT wouldn't rebuild the table all the time, only change self.selected if the table is still the same. BTW, Huum... I really don't remember the code, need to review it if you

[Freevo-devel] Re: [PATCH] Fix Time zone bug in xmltv schedule processing

2003-03-14 Thread Dirk Meyer
Erland Lewin wrote: Dirk Meyer wrote: Erland Lewin wrote: Here is a patch for the previously described bug in handling of time zones in the +0100 form in xml files. [...] Dischi replied: Had someone looked at the code? IIRC the patch is not integrated. I have gotten no feedback

[Freevo-devel] Re: Media Metadata

2003-03-15 Thread Dirk Meyer
Thomas Schueppel wrote: I attached the initial version. Comments are welcome. And off course the Interface can be discussed, too. I'm not completely happy with it myself. It looks ok. But I have one question before I could really use it: is there any linux tool to write avi

[Freevo-devel] Re: view thoughts in the new skin

2003-03-15 Thread Dirk Meyer
Gustavo Sverzut Barbieri wrote: --- Dirk Meyer [EMAIL PROTECTED] escreveu: Gustavo Sverzut Barbieri Please take a look at blue1_big.xml and blue2_big.xml, I would like to hear some comments from you what you thing about the xml structure. Wow! It's gorgeous... Thanks. I'll myself

[Freevo-devel] Re: view thoughts in the new skin

2003-03-18 Thread Dirk Meyer
Gustavo Sverzut Barbieri wrote: --- Dirk Meyer [EMAIL PROTECTED] escreveu: Gustavo Sverzut Barbieri wrote: --- Dirk Meyer [EMAIL PROTECTED] escreveu: Also it would be great if UP/DOWN/LEFT/RIGHT wouldn't rebuild the table all the time, only change self.selected if the table is still

[Freevo-devel] Re: TV Show menu

2003-03-18 Thread Dirk Meyer
Aubin Paul wrote: On Tue, Mar 18, 2003 at 10:40:48AM +0100, Dirk Meyer wrote: Done! If you build that menu, set infoitem and/or viewitem of that menu to the TvProgram you build that menu for. And you need to define an info area with the infos you want to display. And you need to define

[Freevo-devel] Re: view thoughts in the new skin

2003-03-20 Thread Dirk Meyer
Dirk Meyer wrote: Gustavo Sverzut Barbieri wrote: What about using the way Zope does: ifdef filename Filename: getvar filename endif It's ok IMO, and even it's XML compilant... so no need to know python code. Nice, I like that. I don't know how to do that in Python (mixture of cdata

[Freevo-devel] Re: What skin to use?

2003-03-23 Thread Dirk Meyer
Aubin Paul wrote: I noticed you didn't comment on the view lists being implicitly scrollable. Intentional? :-) I would like to see that changed too; but I haven't had time to merge up to Dischi's new skin, when I do, that's one of the usability issues on my TODO list... Drop it from your

[Freevo-devel] Re: [BUG] DiscID not unique in certain cases.

2003-03-24 Thread Dirk Meyer
U-NeeK.. wrote: I found a bug in the Disc ID affectation. As I could have seen, the Disc ID of a CD is the burning date of the CD, with that format : MMDDHHmm .. so 16 chars. OK. The disc id is the burning date + the disc title without trailing whitespaces. In fact the real disc ID

[Freevo-devel] Re: [Help on Devel.] Developping a python helper to get programs inFRANCE

2003-03-24 Thread Dirk Meyer
U-NeeK.. wrote: Grabbing all programs, times, photos etc ... should be rather easy (the site is simple !) and should NOT change because other site are based on it I develop in C but not in python, I tried a bit,that 's correct, but I don't see how to grab everything. I don't know what's the

[Freevo-devel] Re: [BUG] DiscID not unique in certain cases.

2003-03-24 Thread Dirk Meyer
U-NeeK.. wrote: I changed 2 files : src/identifymedia.py and src/video/xml_parser.py Fixed in CVS Dischi -- A day without sun shine is like, you know, night. --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven.

[Freevo-devel] Re: What skin to use?

2003-03-24 Thread Dirk Meyer
Aubin Paul wrote: I think we should perhaps consider having the recording directory have a seperate skin file. I was thinking of just making a skin.fxd file to put in there, but I'm sure I'm not the only one who uses the Recording stuff. Why? IMHO it's best to have all skin information in one

[Freevo-devel] Re: What skin to use?

2003-03-25 Thread Dirk Meyer
Aubin Paul wrote: How about using the config.DIR_RECORD; check if the directory is DIR_RECORD and if it is, use the recording skin. That's probably the simplest way without changing the main menu and adding a whole new thing to it. OK, how do you want to access to recordings? Inside the video

[Freevo-devel] Re: What skin to use?

2003-03-25 Thread Dirk Meyer
Aubin Paul wrote: On Tue, Mar 25, 2003 at 11:18:52AM +0100, Dirk Meyer wrote: OK, how do you want to access to recordings? Inside the video menu or inside the tv menu? Hmm.. it's tricky, because the TV menu already is complicated enough. Ideally the TV Recording Viewer menu is the same

[Freevo-devel] Re: New skin (Geoff Holden please read)

2003-03-25 Thread Dirk Meyer
Gustavo Sverzut Barbieri wrote: And about the if tags? It's working? I was wondering how to implement that, since the if condition= must be evaluated not at parse time, but when you will use it's content. How are you dealing with that? Also, where in the new skin we get the XML contents

[Freevo-devel] Re: New skin (Geoff Holden please read)

2003-03-27 Thread Dirk Meyer
Gustavo Sverzut Barbieri wrote: No, I mean that we get the .html file and render it ourselves to the screen. We could have some tag like html src=file.html x=0 y=0 width=max height=max/ OK Right now you can't use layers in the skin drawing functions. Why? I can tell freevo to draw a image

[Freevo-devel] Re: What skin to use?

2003-03-29 Thread Dirk Meyer
Aubin Paul wrote: On Tue, Mar 25, 2003 at 09:51:11PM +0100, Dirk Meyer wrote: OK, you missunderstood me (or I missunderstood you). When you select TV, should the tv guide show up or a TV MAIN MENU with the items: guide, recorded shows, scheduled shows? Yes, actually, I think we should keep

[Freevo-devel] Switching to new skin

2003-03-30 Thread Dirk Meyer
Hi everybody. I'm mostly finished with the new skin. But the most importand part is that everything which is possible with the old main1 is also possible with dischi1. The only things missing are popup boxes here and there (only in videoitem). Adding this would be adding lots of if

[Freevo-devel] Re: What skin to use?

2003-03-30 Thread Dirk Meyer
Aubin Paul wrote: On Sun, Mar 30, 2003 at 08:10:54PM +0200, Dirk Meyer wrote: * The menus seem much less responsive then the older skins What do you mean? They should look like the old skin only without submenu. Or is something missing? I mean that the delay between hitting a remote

[Freevo-devel] Re: What skin to use?

2003-03-31 Thread Dirk Meyer
Aubin Paul wrote: On Mon, Mar 31, 2003 at 09:03:23PM +0200, Dirk Meyer wrote: There's hope now. I had lists in lists and all the list += [ blah ] stuff isn't very fast. And I also had some lists twice in the system. I cleaned up the code / rewrote the what-to-update parser, please try again

[Freevo-devel] Re: What skin to use?

2003-04-01 Thread Dirk Meyer
Aubin Paul wrote: I tried it again (in case you're wondering, Psyco doesn't like the eval() calls) but it's still too slow to be usable for me. I think it's faster now. What do other users think? The reaction between pressing the button and the actions is IMHO better than with main1. And I

[Freevo-devel] Re: What skin to use?

2003-04-03 Thread Dirk Meyer
Brian J. Murrell wrote: On Tue, Apr 01, 2003 at 12:14:30PM -0500, Aubin Paul wrote: I still don't understand why. the CPU usage is literally double, and RAM usage has gone up too. I have to agree with Aubin's opinion on RAM usage. RAM usage is unreasonably high! The reason is that

[Freevo-devel] Re: Sub-project mediainfo

2003-06-05 Thread Dirk Meyer
Jesper Nilsson wrote: Hi, Just FYI there's a program called lsdvd that can be found at http://acidrip.thirtythreeandathird.net/lsdvd.html which I've succesfully used. It can only parse DVD's and also uses libdvdread, but might be interesting to look into anyway. Thanks, but the DVD parsing

[Freevo-devel] Re: Next runtime...

2003-06-06 Thread Dirk Meyer
Aubin Paul wrote: On Fri, Jun 06, 2003 at 10:55:42AM +0200, Dirk Meyer wrote: Or we could support both types of output. I haven't compiled the latest mplayer cvs, but maybe that's the better solution. I'm not sure how easy it would be; because well, it looks like this: A: 1001.2 OK

[Freevo-devel] Re: Next runtime...

2003-06-06 Thread Dirk Meyer
Rob Shortt wrote: Also regarding the new mplayer there is a patch in Freevo CVS, runtime/src/mplayer_cdda_seeking.diff, that no longer applies. Can someone test cd playing with freevo using the new mplayer and test if it will continue to the next song after the first is over? I think that's

[Freevo-devel] Re: Sub-project mediainfo

2003-06-06 Thread Dirk Meyer
Thomas Schüppel wrote: Tat's what I started mmpython for. See http://sf.net/projects/mmpython. Thank you. I know someone announced a project like this, but I couldn't remember who and what sf name (and the sf search engine sucks) If you prefer this as a freevo subproject, I have no

[Freevo-devel] Re: Sub-project mediainfo

2003-06-06 Thread Dirk Meyer
Dirk Meyer wrote: I would love to use that lib. I'm working on the DVD parser right now. But it depends on libdvdread, I can't think of a way without it. OK, done. Check out WIP/Dischi/mediainfo. After running ./compile you can run 'python test.py' to get all informations from the DVD in /dev

[Freevo-devel] Re: Sub-project mediainfo

2003-06-07 Thread Dirk Meyer
Thomas Schüppel wrote: I would love to use that lib. I'm working on the DVD parser right now. But it depends on libdvdread, I can't think of a way without it. No problem. I just made all this in python because I found it interesting to understand the file formats and build the

[Freevo-devel] Re: [PLUGIN] simple diskfree plugin

2003-05-29 Thread Dirk Meyer
den_RDC wrote: Well, i created my first plugin for freevo, a simple diskfree plugin. Hopefully somebody will find it usefull. A picture explains more than a thousand words, so check this http://dancevision.blub.be/privboot/df-plugin.jpg . It can be put in audio/plugins, video/plugins and

[Freevo-devel] Re: new event code breaks lirc

2003-05-29 Thread Dirk Meyer
Aubin Paul wrote: Unless Dischi has objections, I'll make the change to do something like: --- if not (e == self.key_event_mapper(code)): e = self.key_event_mapper(osd._cb) Do it. Sorry, I only tested keyboard. Dischi -- Universe.SYS corrupted. Reboot? [Y/N]

[Freevo-devel] Website

2003-05-29 Thread Dirk Meyer
Hi, Aubin, I like your new website. We should make this our new one. You should have the permissions to copy the website to sf.net, but maybe some files belong to Krister or me and you don't have write access on the file. I have done a chmod g+w, it should be no problem for you to override my

[Freevo-devel] Re: Developing with Freevo

2003-05-29 Thread Dirk Meyer
Michael Ditze wrote: Hi there, I am basically a newbie to freevo and want to start developing. What I would like to do is to add a button to one of the menus and call a script once the button is pressed. I read the documentation and browsed the program files but could not find a hint how to

[Freevo-devel] Re: A Release in our future?

2003-06-01 Thread Dirk Meyer
Aubin Paul wrote: I think we need to figure out what we need to do to get another release out. It's been awhile since the last snapshot and even longer since the last release. Here's what I figure we need to finish: THIS RELEASE * Work out all remaining issues with the new event system,

[Freevo-devel] Re: AttributeError with menu.selected.action

2003-06-03 Thread Dirk Meyer
krichtof wrote: Hello, I'm using Freevo 1.3.2-pre4. I'm a newbie in Python, so excuse me if my question is silly ! /ex In the function eventhandler of MenuWidget, when the event is SELECT, there is this try/except clause : try: action = menu.selected.action except AttributeError:

[Freevo-devel] Re: Dischi/Rob - TV question

2003-06-03 Thread Dirk Meyer
Aubin Paul wrote: Guys, I'm trying to change the TV guide info area since it's not using it's space very efficiently right now. It looks like this: --- Show Name Show Title Show Start - Show End Description (I think, there isn't space for it right now) the problem is, I can't

[Freevo-devel] Re: error: No module named Image

2003-06-03 Thread Dirk Meyer
jeff wrote: Hello, I just did a checkout of the cvs (posting here and not users because its the cvs) because I want to start developing plugins (:)), but when I try to run freevo after compiling and doing ./freevo setup I get -snip- Loading cfg overrides:

[Freevo-devel] Idlebar (was: Dischi/Rob - TV question)

2003-06-03 Thread Dirk Meyer
Aubin Paul wrote: Wow... I didn't even think it was setup /THAT/ properly :) This is remarkably easier than editing the code. I can wait for Gustavo's thing, it's mainly a cosmetic issue, but because I made the info area 'thinner' to account for the idlebar, I needed to compress the info a

[Freevo-devel] Re: [Freevo-cvslog] freevo/WIP/RobShortt TODO,1.6,1.7

2003-06-03 Thread Dirk Meyer
Rob Shortt wrote: Aubin Paul wrote: I don't use MAME (or have any ROMs) but that thing looks really nice. Could we add support for other ROMS and keep the general structure? We could have something like: MAIN MENU - GAMES - SNES - existing interface - MAME - pyrecade

[Freevo-devel] Re: Idlebar

2003-06-03 Thread Dirk Meyer
Gustavo Sverzut Barbieri wrote: I'm totally agains auto-scale things and IMHO Pygame scaling sucks :) What do you mean with Pygame scaling sucks? You mean image scaling? We could skip to use PIL for scaling, maybe it looks better. It's not too difficult to adapt the skin (manually) to use the

[Freevo-devel] Re: [lists] Re: error: No module named Image

2003-06-05 Thread Dirk Meyer
jeff wrote: Hi again, sorry for my ignorance I haven't worked with CVS all that much. I do that from my old pre4 install and get: cvs [update aborted]: end of file from server (consult above messages if any) Advice? No. This isn't your problem, Sourceforge is making problems the last days.

[Freevo-devel] Re: What skin to use?

2003-03-31 Thread Dirk Meyer
Aubin Paul wrote: I can't imagine those calculations would be slower than blitting alpha blending graphics :) But who knows. I am on a very slow machine There's hope now. I had lists in lists and all the list += [ blah ] stuff isn't very fast. And I also had some lists twice in the system. I

Re: [Freevo-cvslog] freevo/src/audio/eyed3 __init__.py,1.1,1.2binfuncs.py,1.1,1.2 frames.py,1.1,1.2 mp3.py,1.1,1.2 utils.py,1.1,1.2ID3v2.py,1.1,NONE

2003-06-09 Thread Dirk Meyer
[EMAIL PROTECTED] wrote: Update of /cvsroot/freevo/freevo/src/audio/eyed3 In directory sc8-pr-cvs1:/tmp/cvs-serv22342 Modified Files: __init__.py binfuncs.py frames.py mp3.py utils.py Removed Files: ID3v2.py Log Message: Synced to latest eyeD3 release (0.5.0) which contains

[Freevo-devel] Re: [Freevo-cvslog] freevo/src/audio/eyed3 ID3v2.py,1.2,1.3__init__.py,1.2,1.3

2003-06-09 Thread Dirk Meyer
Aubin Paul wrote: That file is no longer in the upstream, it's been superceded by functions elsewhere. Just try it out without the ID3v2 file, it works fine. It crashed :-( That's why I readded the file again. But it's still not working. The __init__.py wanted to include something that wasn't

[Freevo-devel] Re: drawstringframed bug (again)

2003-06-12 Thread Dirk Meyer
Gustavo Sverzut Barbieri wrote: I think it's fixed now, please check. I don't have much time until next Thursday, but I will try. Also, I've started working on info_area.py and need to know how to recover the font name, size, color, etc... since I have the 'font name' (the name of the font

[Freevo-devel] Re: Questions about the OSD - possible improvements?

2003-06-09 Thread Dirk Meyer
mick wrote: When playing a movie, then hitting the menu button, you are given a menu with options for the play-features, like de-interlace on sound channels etc, when then selecting play from this menu you are taken to the start of the movie... Is it possible to be taken back to the point of

[Freevo-devel] Re: runtime-pre5-test4 available and call for testers

2003-06-19 Thread Dirk Meyer
Rob Shortt wrote: Please note that anon CVS is now 24 hours behind. :( What? Is that a new sf policy or only temporary? Dischi -- I love my work, I could sit and watch it all day long. --- This SF.Net email is sponsored by: INetU Attention

[Freevo-devel] Re: music cover search

2003-06-20 Thread Dirk Meyer
Aubin Paul wrote: On Fri, Jun 20, 2003 at 12:23:17AM -0300, Rob Shortt wrote: Aubin, I have been using your new coversearch plugin and It rocks! :) Thanks... :) However, I went to add some more covers this evening and it has been crashing on me now, complaining of bad XML. I have no

[Freevo-devel] Re: [Freevo-cvslog] freevo/skins/xml/type1 blue2.fxd,1.7,1.8

2003-06-21 Thread Dirk Meyer
Aubin Paul wrote: How about adding skin elements for viewing the data in IMDB XML files? (i.e. Movie, runtime, plot, tagline, year, summary, etc.) We already have that :-) Try the blue2 skin, the info area has all this informations. Maybe you can add an info area to your skins, too. Dischi

[Freevo-devel] Re: [Freevo-cvslog] freevo/skins/xml/type1 blue2.fxd,1.7,1.8

2003-06-22 Thread Dirk Meyer
Aubin Paul wrote: I tried that skin, and I'm not seeing any imdb information on the screen... am I missing something? Yes, it looks so. Take a look at http://www.tzi.de/~dmeyer/freevo There are two screenshots from my Trailers directory. One the normal look of blue2 (blue2_normal.png), one

[Freevo-devel] Re: New info_area.py (Aubin, Dischi)

2003-06-22 Thread Dirk Meyer
Gustavo Sverzut Barbieri wrote: Hello, Hi I've commited the new info_area.py to my WIP (WIP/Barbieri/), please get a new copy (you must use authenticated login, since SF is 1 day back for anonymous) and copy info_area.py and xml_skin.py over skin/main1/, then start freevo and select the

[Freevo-devel] Re: New info_area.py (Aubin, Dischi)

2003-06-23 Thread Dirk Meyer
Gustavo Sverzut Barbieri wrote: Also, I've tested with Times Italics and it sucks, have you tested italic fonts with pygame? No, the main problem with Times is that it has serifs (I hope that word is correct). It's better to use fonts without serifs like Arial, Helvetica, Impact, etc. Ok...

[Freevo-devel] Re: Changes in VideoItem

2003-06-23 Thread Dirk Meyer
Aubin Paul wrote: What about things like Audio Directory information, like the total track time of all the songs in a directory; would them go into DirItem? Could they? Right now you have to build all files inside the directory to get this information. For mp3s, this takes a lot of time. But

[Freevo-devel] Re: Video Streaming Feature

2003-06-23 Thread Dirk Meyer
Jason Ball wrote: Well that was surprisingly easy - just goes to show how good a job you guys have done. Thanks. I have a prototype for Tivo-Freevo streaming that includes the: * vserver to install on a Tivo * mplayer patches to support the streaming server * A Simple program to query the

[Freevo-devel] Re: Changes in VideoItem

2003-06-23 Thread Dirk Meyer
Aubin Paul wrote: On Mon, Jun 23, 2003 at 12:09:32PM +0200, Dirk Meyer wrote: Right now you have to build all files inside the directory to get this information. For mp3s, this takes a lot of time. But when we integrate mmpython, we could check if this dir is cached by mmpython and than we

[Freevo-devel] Re: icecast plugin with m3u changer web page

2003-06-23 Thread Dirk Meyer
Michael Ruelle wrote: I have written two plugins to run a icecast streaming mp3 system. I have an ices and a icecast plugin. I also have written a page to change the currently playing playlist from freevo web. attached are the two plugins, webpage, some quick install instructions and some

[Freevo-devel] Re: CD Burning, CD Copying, CD Ripping

2003-06-23 Thread Dirk Meyer
Thomas Schueppel wrote: hi, Hi did some experimenting with cdrdao last night. I can burn/rip bin/cue sheets now. They have some undocumented parameter to pass messages to an external app which I am using to get messages for progress and errors. Maybe you don't need them. Freevo has control

[Freevo-devel] Re: [Freevo-cvslog] freevo/WIP/Dischi gxine-mediamarks,NONE,1.1

2003-06-24 Thread Dirk Meyer
Aubin Paul wrote: What about supporting the mediamarks format? It wouldn't be hard to convert these into bookmarks, but I'm thinking it might be nice to push for interoperability. Agreed. We only need the xml parser to parse the file. The plugin should add one item to the AUDIO MAIN MENU with

[Freevo-devel] Re: Freevo CVS (20030624) crash in View Recording schedule

2003-06-24 Thread Dirk Meyer
Wan Tat Chee wrote: Hi, Found some issues with the CVS freevo. I'm running runtime-pre5-test6. (Incidentally, rominfo is no longer in freevo/src/games/, but it's not in the runtime either? I don't use it so I can't test anyhow) The runtime-pre5-test6 seems to work fine. 0. local_conf.py

[Freevo-devel] Re: Changes in VideoItem

2003-06-24 Thread Dirk Meyer
Gustavo Sverzut Barbieri wrote: --- Dirk Meyer [EMAIL PROTECTED] escreveu: Gustavo Sverzut Barbieri because I want to prevent something like 'len(b) os.system(rm -rf ~)' Good :) But len(BLA) 123345 won't work No, but do we really need that? That's the reason why I only want to allow

[Freevo-devel] Re: (no subject)

2003-06-25 Thread Dirk Meyer
Bjorn Svensson wrote: Oi, Hi I tried the new imdb-module yesterday, which is really nice, and got some small problems/crash which normally wont show. At first the resolv.conf was corrupt so the domain imd.com couldn't be found - crash the connection part from imdb.py was changed from

[Freevo-devel] release plan

2003-06-26 Thread Dirk Meyer
Hi, I hope we can release 1.3.2-pre5 this weekend. Last time I asked Rob about it, he only wanted to make small changes in the runtime. Based in that, we should code-freeze Freevo for now. Only bugfixes and cleanups are allowed till pre5 is out. I don't want to break it before the release. Rob:

[Freevo-devel] Re: Question for Dischi?

2003-06-27 Thread Dirk Meyer
Aubin Paul wrote: Dischi, I was planning on making a small plugin to show the rom drive status in the idlebar (just an icon for movies/music/audio cd/dvd) but I can't figure out how a plugin would be aware of the rom drives content... is there a global variable or something? 'for media in

[Freevo-devel] Re: Thoughts for next release

2003-06-29 Thread Dirk Meyer
Aubin Paul wrote: On a somewhat related note, I have to say that sqlite is very impressive. The entire python module plus shared objects for sqlite is less than 200k. I was able to create a database, a table, and perform queries in around 15 lines of Python. Cool, than try to change cache.py

[Freevo-devel] CVS users please read

2003-06-29 Thread Dirk Meyer
Hi, now that 1.3.2 is out, it's time to include the changes to Freevo I made today. These are major changes and maybe something is broken now :-( Freevo now needs mmpython (www.sf.net/projects/mmpython). There is no release out yet, you have to use cvs. Since I made some changes in mmpython

[Freevo-devel] Re: mmpython issue, part 2

2003-06-29 Thread Dirk Meyer
Aubin Paul wrote: Ok, the problem is pretty simple. If a file has only an id3v2 tag, but no id3v1 tag, the parsing does not happen at all. That needs to be fixed :-) Dischi P.S.: since cvs is behind, there is the current mmpython (working with the current freevo cvs) on mmpython.sf.net --

[Freevo-devel] Freevo 1.3.2 is out

2003-06-29 Thread Dirk Meyer
Hi, the subject says it all. Here the Changelog: * Plugin interface * Converted some functions into plugins * detach plugin to listen to music in the background * IMDB search and XML generation plugin * Album cover search plugin * IMDB Info plugin * New skin engine * Reactivated and

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

2003-06-30 Thread Dirk Meyer
Gustavo Sverzut Barbieri wrote: One more thing: we should have a dir, configurable via local_conf.py, where we should store those .fxd files it they cannot be written in the movie dir. We have: config.MOVIE_DATA_DIR --- Gustavo Sverzut Barbieri [EMAIL PROTECTED] escreveu: Hello,

[Freevo-devel] Re: Thoughts for next release

2003-06-30 Thread Dirk Meyer
Aubin Paul wrote: On Sun, Jun 29, 2003 at 10:19:09AM +0200, Dirk Meyer wrote: Cool, than try to change cache.py in mmpython to a new caching model. Maybe make a cache_sqlite.py so that the current cache can be used if you don't have sqlite. Maybe with sqlite we can cache _all_ metadata, right

[Freevo-devel] Re: Thoughts for next release

2003-06-30 Thread Dirk Meyer
Aubin Paul wrote: On Mon, Jun 30, 2003 at 12:40:21PM +0200, Dirk Meyer wrote: I just started and looked into musicsqlimport.py. Looks very easy to me. Is it possible to add 'data', too? With data I mean no string or integer, but maybe images (thumbnails from images and covers from mp3

[Freevo-devel] Re: Thoughts for next release

2003-06-30 Thread Dirk Meyer
Aubin Paul wrote: On Mon, Jun 30, 2003 at 09:04:27AM -0400, Aubin Paul wrote: freevo smart_playlistselect songs from music where play_count=max(play_count) limit 25/smart_playlist /freevo Actually, allowing a proper SQL query would be a security hole, so it should be something like

[Freevo-devel] Re: Thoughts for next release

2003-06-30 Thread Dirk Meyer
Aubin Paul wrote: On Mon, Jun 30, 2003 at 03:31:48PM +0200, Dirk Meyer wrote: They are part of the information about the file. When I query for all images with the location 'siena' (some from my last vacation), I want to get a list of all images including everythin mmpython knows about

[Freevo-devel] Re: Thoughts for next release

2003-06-30 Thread Dirk Meyer
Aubin Paul wrote: On Mon, Jun 30, 2003 at 03:56:13PM +0200, Dirk Meyer wrote: OK, I meant it this way. But mp3 files can have covers inside. Should we support them? Like APIC data? Yes, this little APIC field :-) No, every 'type' of media should have an extra table: audio, video, images

[Freevo-devel] Re: Problems with info_area (maybe integration problems?) (Dischi)

2003-06-30 Thread Dirk Meyer
Gustavo Sverzut Barbieri wrote: Dischi, The new info_area is working all right to you? It's not to me (just checked CVS now (14:20 -300) and some fields are missing... In music player I get only Lenght and Elapsed, no title, artist, album... Using barbieri.fxd I even get 2 times lenght

[Freevo-devel] Re: mmpython crashes + fixes.

2003-07-01 Thread Dirk Meyer
Aubin Paul wrote: File src/video/plugins/imdb_info.py, line 54, in info_showdata box = AlertBox(icon=info.image, width=550, height=400, text='%s\n \n %s\n \n Year: %s\n Genre: %s\n Rating: %s\n Runtime: %s' %%

Re: [Freevo-cvslog] freevo/src/audio audiodiskitem.py,1.15,1.16

2003-07-01 Thread Dirk Meyer
[EMAIL PROTECTED] wrote: Update of /cvsroot/freevo/freevo/src/audio In directory sc8-pr-cvs1:/tmp/cvs-serv551 Modified Files: audiodiskitem.py Log Message: I put back Dischi's pre-1.3.2 mmpython audiodiskitem and it works, sort of. The directory doesn't show the name of the CD, just

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

2003-07-01 Thread Dirk Meyer
[EMAIL PROTECTED] wrote: o As far as I can tell, mmpython is swapping the artist and the album I will look into this o No progress or information of any kind. I'll probably put something into the idle bar to at least make it clear something is happening. Future idea: it should be possible

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

2003-07-01 Thread Dirk Meyer
den_RDC wrote: I am going to have some spare time the coming 2 weeks, so i want to give it a try if that's ok. That would be great Though i am gonna need some input on what features should be added and such, so suggestions are welcome. Fisrt of all: cleanup some mess in helpers/imdb.py.

[Freevo-devel] Re: mmpython crashes + fixes.

2003-07-01 Thread Dirk Meyer
Aubin Paul wrote: On Tue, Jul 01, 2003 at 04:15:05PM +0200, Dirk Meyer wrote: We could. Is there a difference between runtime and length? I only think of the info area. It's easier to say 'length' _or_ 'runtime'. What do you prefer? Well, I don't know how accurate mmpython

[Freevo-devel] Re: mmpython cddb, part 2

2003-07-01 Thread Dirk Meyer
Aubin Paul wrote: It might be worthwhile for releases to have 'DEBUG=0' since otherwise, mmpython is very chatty. Yes, so Freevo sets DEBUG=0 for mmpython so you can see the Freevo debug :-) Dischi -- In a world of freedom, why do some people use windows and gates?

[Freevo-devel] Image cache speedup (or how much discspace do you have)

2003-07-01 Thread Dirk Meyer
Hi, I wanted to speed up the image menu (and all other menus because they show images, too). That's what I found out: pygame is slow when reading png or jpg files. PIL is faster, but transforming PIL images to pygame images is also slow. Right now, we use png to store our thumbnails. For an

[Freevo-devel] Re: Image cache speedup (or how much discspace do you have)

2003-07-02 Thread Dirk Meyer
Youri van Gorselen wrote: Just my users opinion speed is everything besides what is 200/300K on a video file orso? and how much can u store till the cache and images get so big it get's too big. Maybe it's a good idea to skip it out of the image selection though. If u store 100 images there

Re: [Freevo-cvslog] freevo freevo_config.py,1.206,1.207setup_freevo.py,1.7,1.8

2003-07-03 Thread Dirk Meyer
[EMAIL PROTECTED] wrote: # == --- 631,638 LAME_CMD = CONF.lame CDPAR_CMD = CONF.cdparanoia + OGGENC_CMD = CONF.oggenc CD_RIP_PN_PREF = '%(artist)s/%(album)s/%(song)s' CD_RIP_LAME_OPTS = '--preset standard' !

[Freevo-devel] Re: mmpython question

2003-07-03 Thread Dirk Meyer
Aubin Paul wrote: How can I get mmpython to cache entries into CACHEDIR/mmpython when I'm not in Freevo. I want musicsqlimport.py to add the entries since it's parsing them anyway... the only references I could find were in src/directory.py, but I'm not clear on how they work. First you need

[Freevo-devel] more speedups

2003-07-03 Thread Dirk Meyer
Hi, I just rewrote drawstringframed. It should be much faster now. The old code is still there. Please test the new stuff and I remove the old when noone sends bugreports. IMHO it's much faster now. Dischi -- If a train station is a place where a train stops, what's a workstation?

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

2003-07-04 Thread Dirk Meyer
Aubin Paul wrote: I dunno... personally, the way I'm going to set it up, is if you hit REC while selecting audiocd, it should just rip it automatically, no menus at all. But maybe menus would be ok. This should be very easy without adding too much in the configs. Only return 'record' as third

Re: [Freevo-cvslog] freevo/src osd.py,1.56,1.57

2003-07-04 Thread Dirk Meyer
[EMAIL PROTECTED] wrote: Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1:/tmp/cvs-serv32521 Modified Files: osd.py Log Message: I think Dischi left a debug line in, I only commented it out in case it's for something else. ! print 'what align_h is

  1   2   3   4   5   6   7   8   9   10   >