[Freevo-devel] Re: new plugin: audio.album_tree

2005-04-06 Thread Dirk Meyer
Georg Künzel wrote: >> Too bad the activation mailer is broken >> I tried to make an account several times (4, 10 days ago) > Dischi and I tried to fix the phpATM (which is used at the addons-service) > but it seems there is a SF-problem handling the mails. > I have no idea when this will be fi

[Freevo-devel] Re: new plugin: audio.album_tree

2005-04-06 Thread Dirk Meyer
Martijn Voncken wrote: > Hi, > > I made a new plugin. > I'm not able to create a plugin account,so I attached it here. > Browse by artist/album etc... highly customizable,uses the sqlite > database for the heavy lifting. > I think i't a really usefull plugin ;-) , especially for those with a > big(

[Freevo-devel] Re: new plugin: audio.album_tree

2005-04-08 Thread Dirk Meyer
Martijn Voncken wrote: > I'm interested in the new media db. Right now it is a rewrite of src/util/mediainfo.py with some parts of extentedmedia. The SQLite support is still missing. It is not integrated but already in cvs in src/mediadb. I need to write some docs, but maybe you understand what I'

[Freevo-devel] Re: new plugin: audio.album_tree

2005-04-09 Thread Dirk Meyer
Martijn Voncken wrote: > -ape-tag parsing in mmpython --> I must send in a patch but > apev2tag.py has changed recently,i have to make a new good patch > again. What is ape-tag? > -all possible mp3 tags (including user defined) like album_artist > (foobar2000) should be in the meta database. I'm

[Freevo-devel] Re: freevo coding: importing modules

2005-04-10 Thread Dirk Meyer
"Tanja Striepling" wrote: > Thanks for your answer, unfortunately it is not working, or at least > I am not able to figure out how it should work... I just tried, here a working version to import plugins.file_ops from a helper: | import imp | import sys | | fp, pathname, description = imp.find_

[Freevo-devel] Re: Record server memory leak again...

2005-04-16 Thread Dirk Meyer
Gerrit Hannaert wrote: > Python 2.3.2, I think it is part of the latest runtime, although it is > also separately installed on my system ("Python 2.3+"). You shouldn't use the runtime, it is a bad hack and not supported anymore. Rob: what about hiding the runtime at the download site? Dischi -

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

2005-04-16 Thread Dirk Meyer
Viggo Fredriksen wrote: > Update of /cvsroot/freevo/freevo/src/plugins/idlebar > In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13514 > > Modified Files: > weather.py > Log Message: > Updated weather plugin using pywebinfo. Great work. Now we have a weather idlebar plugin that works.

[Freevo-devel] improve thumbnailing

2005-04-17 Thread Dirk Meyer
Hi, I'm about the change the thumbnailing (again). Right now, Freevo stores the thumbnails in the vfs (cvs as .thumb. files). That has the side effect that the directory may rebuild only because new thumbnails are created. So maybe a different location. Everyone has a .thumbnail directory in his h

[Freevo-devel] Re: improve thumbnailing

2005-04-17 Thread Dirk Meyer
Hans Meine wrote: > On Sunday 17 April 2005 13:19, Dirk Meyer wrote: >> Right now my version here supports both, the old vfs and the >> .thumbnails style. But do we need both? To keep the code cleaner, I >> want to remove the vfs way of thumbnailing. Comments on that? > S

[Freevo-devel] Re: improve thumbnailing

2005-04-18 Thread Dirk Meyer
Chaviv Weinberg wrote: >> The real idea behind is: how to add a fxd or a cover to a read only >> directory? That's why I created the vfs, nothing more. And we should >> go back to this idea. > Is it not possible to create a directory in memory for readonly devices? I don't think so. How do you do

[Freevo-devel] Re: shutdown and wakeup in freevo2.0

2005-04-18 Thread Dirk Meyer
"Tanja Striepling" wrote: > Would it be possible to put the setting of the wakeup time somewhere > in the recordserver, so that the time is set everytime the schedule > changes? Yes and no. I only want one app to set the wakeup time. Maybe you have a second app running needing a wakeup, e.g. a epg

[Freevo-devel] Re: shutdown and wakeup in freevo2.0

2005-04-18 Thread Dirk Meyer
"Tanja Striepling" wrote: > Hi Dischi, > > freevo-devel@lists.sourceforge.net schrieb am 18.04.05 10:04:40: >> >> "Tanja Striepling" wrote: >> > Would it be possible to put the setting of the wakeup time somewhere >> > in the recordserver, so that the time is set everytime the schedule >> > change

[Freevo-devel] Re: improve thumbnailing

2005-04-18 Thread Dirk Meyer
Jason Tackaberry wrote: > On Sun, 2005-04-17 at 13:19 +0200, Dirk Meyer wrote: >> Hi, > > Hi Dischi. How've you been? Seems a bit has changed since I last > looked at freevo. :) Hi, welcome back! >> applications may also use it. This involves storing all thumbnails

[Freevo-devel] Re: shutdown and wakeup in freevo2.0

2005-04-19 Thread Dirk Meyer
"Tanja Striepling" wrote: > Thanks for your answer. You are right, that should work as it is now. > Maybe I will make just a few additions. That would be great. > But first I will have to study your code more thouroghly. > Sorry again, for the misunderstanding. No problem. If this helps you to

[Freevo-devel] Re: improve thumbnailing

2005-04-19 Thread Dirk Meyer
Jason Tackaberry wrote: >> Yes, it should be something else, but that tiny little epeg and png >> code doesn't hurt :) > > As soon as I added the shmem and colorspace conversion code to pyimlib2, > I knew right away it would suffer from creature feep. But I think if we > change pyimlib2's scope fr

[Freevo-devel] Re: improve thumbnailing

2005-04-20 Thread Dirk Meyer
Jason Tackaberry wrote: > On Tue, 2005-04-19 at 11:27 +0200, Dirk Meyer wrote: >> inotify sounds nice. But it requires a special kernel build. So I >> guess it should be optional in Freevo. But is sounds much better than >> polling directories for changes. > > It'

[Freevo-devel] Re: improve thumbnailing

2005-04-21 Thread Dirk Meyer
Jason Tackaberry wrote: > But, as you say, mmpython/epeg/mplayer/whatever is slow, so > relative to the overall indexing time, the difference in performance > between pickle and sqlite is epsilon. True. Maybe it is possible to merge both ideas. Keep two databases. One pickle for fast directory li

[Freevo-devel] Re: improve thumbnailing

2005-04-21 Thread Dirk Meyer
Jason Tackaberry wrote: > On Thu, 2005-04-21 at 09:30 +0200, Dirk Meyer wrote: >> True. Maybe it is possible to merge both ideas. Keep two >> databases. One pickle for fast directory listings and one sqlite for >> vfs listings on Artist/Album, etc. Maybe not, I'm no

[Freevo-devel] Re: improve thumbnailing

2005-04-21 Thread Dirk Meyer
Jason Tackaberry wrote: >> Correct, still thinking about it. But sending data from process to >> process also takes time. You think it is fast, but think of 10k of >> files. > > Well, fast is relative. 10k files will take about 0.1-0.2 seconds using > my IPC class on my system. That's not exactl

[Freevo-devel] Re: improve thumbnailing

2005-04-22 Thread Dirk Meyer
Jason Tackaberry wrote: > On Fri, 2005-04-22 at 08:03 +0200, Dirk Meyer wrote: >> 6 MB pickeled is for about 20k of files here. > > But the memory requirement on disk for the pickle isn't the memory > requirement when that file is unpickled. The simulation I did wi

[Freevo-devel] Re: Freevo 2.0 questions (and patches)

2005-04-25 Thread Dirk Meyer
Hans Meine wrote: > Hi everybody! Hi > I repeatedly tried to setup the current CVS Freevo to replace my rel_1_5 one, > partly because many of my mails to this list remained unanswered and I > attributed this to the fact that Dischi seems to be (understandably) focused > on 2.0(?). I'm not onl

[Freevo-devel] Re: Directories appear twice (Freevo 2.0)

2005-04-25 Thread Dirk Meyer
Hans Meine wrote: > Hi again, > > trying to use the Video/Audio items in current Freevo, I experienced the > following: > 1. All directories appear twice in the menu listings. Strange. Maybe it's a fault with the mediadb stuff (showing also the vfs directory item). I about to change some parts of

[Freevo-devel] Re: [patch] logging support

2005-04-27 Thread Dirk Meyer
Hi "Daniel C. Casimiro" wrote: > I was looking through the "Help Needed" page on the wiki and noticed > that you wanted to add logging support to mmpython. This patch does > just that. Thanks, looks good. I hope I will have same freevo time next weekend (I know, I always write that). > Here ar

[Freevo-devel] Re: fxd url parsing bug (freevo 1.5.3)

2005-04-30 Thread Dirk Meyer
Ben Ford wrote: > That's not the point, a single invalid tag shouldn't invalidate the > entire file. I can't change that, the python xml parser crashes on one simple error. One bad tag (e.g. an & where it doesn't belong) makes the whole fxd invalid. Dischi -- Just remember, if the world didn'

[Freevo-devel] Re: EXIF broken in mmpython 0.4.8

2005-05-02 Thread Dirk Meyer
Jason Tackaberry wrote: > There's a bug in EXIF parsing in mmpython 0.4.8. I didn't check CVS, so > maybe this was fixed. It's already fixed in cvs. Maybe I should release 0.4.9 before branching the 0.5 based on the logging patch. Dischi -- The best things in life aren't things. pgpzgJJc6

[Freevo-devel] Re: : How to draw in freevo

2005-05-06 Thread Dirk Meyer
Julien Peeters wrote: > Hi, > > I wonder how can I draw, for exemple, a text area in freevo. I would > like to know I have to do to make some draws... For 1.5.x take a look at the headlines plugin or the weather (external). It is not that easy, in freevo 2.0 you have more control about what to dra

[Freevo-devel] Re: [patch] logging support

2005-05-06 Thread Dirk Meyer
"Daniel C. Casimiro" wrote: > Here is an updated version of the patch to address the concern you > mentioned below. I basically replaced all the "get_logger()" calls with > "logging.getLogger('mmpython')" In cvs, thanks Dischi -- It is impossible to make anything foolproof because fools are s

[Freevo-devel] Re: Runtime configuration updates

2005-05-07 Thread Dirk Meyer
Eric Bus wrote: > Hi, > > Right... some time has passed since I began working on the runtime > configuration bits. But I've picked up the work and created some new > features. Ofcourse, everything is still beta and needs quite some > extra work to be really useful. But still, I think this is the wa

[Freevo-devel] Re: getting full dvd url

2005-05-08 Thread Dirk Meyer
Jeremy Wilkins wrote: > Hi, > > I'm writing a plugin for the dvd menu, is there anyway to get the full url. > > Self.item.url only gives me dvd:/// but I've noticed in the debug > messages that xine is getting launched with dvd:///dev/scd0 - where's > it getting the rest of the url from? There is

[Freevo-devel] Re: xine video plugin

2005-05-08 Thread Dirk Meyer
Andrew Dumaresq wrote: > Hello, > > I updated freevo recently and the updated xine video plugin could not play > DVDs, I don't really know what the new way was trying to do, but this patch > makes it actually play dvds again: > > --- /root/freevo/src/video/plugins/xine.py 2005-04-10 14:58:12.

[Freevo-devel] Re: Make error

2005-05-08 Thread Dirk Meyer
De Vries wrote: > [EMAIL PROTECTED] freevo]$ ./freevo > The python Imlib2 bindings could not be loaded! > To compile pyimlib run "make" > [EMAIL PROTECTED] freevo]$ > > I can't find the error mentioned by 'make'. What do I need to do to > build and run freevo? How does "/home/x/freevo/sit

[Freevo-devel] Re: [Freevo-cvslog] freevo/src/mediadb item.py,1.6,1.7

2005-05-08 Thread Dirk Meyer
Rob Shortt wrote: > Update of /cvsroot/freevo/freevo/src/mediadb > In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24410/src/mediadb > > Modified Files: > item.py > Log Message: > I was getting a KeyError here which was causing my rom drive to not > show up > in the menu. The disc was

[Freevo-devel] Re: Hard requirement on Mplayer

2005-05-18 Thread Dirk Meyer
Xavier Bachelot wrote: > Hi, > > As setup_freevo.py is done now, mplayer is a hard require although > freevo is able to run without it if you have xine installed instead. > > Would it be possible to change this behavior and request either mplayer > or either xine ? > > The same apply to all program

[Freevo-devel] Re: Fwd: media database , smartplaylists,albumtree etc

2005-05-25 Thread Dirk Meyer
Martijn Voncken wrote: > Wander, you're right. > > I thought about that too, > but then i stared thinking about the query's i would like to do. > and the speed of them, the number of joins/subjoins would be verry high. > > > The is no solid implementation yet, so any comments are welcome > I missed

[Freevo-devel] Re: timeshifting with xine

2005-05-30 Thread Dirk Meyer
Rob Shortt wrote: > Hi all, > > I've been working on (on paper, in head, etc) the possability of > adding a real timeshifting layer through an input plugin in > xine-lib. Something like: > > [arbitrary multiplexed stream] -> [timeshift plugin] -> [demuxer] -> > [playback] Sounds ok to me here. But

[Freevo-devel] Re: [Patch] listing_area.py

2005-05-30 Thread Dirk Meyer
Eric Bus wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi, > > There is a small bug in listing_area.py. The variable i is used twice, > which creates a bad list indice (= not an integer, but an Image). > > I've included the unified diff. > > Eric > -BEGIN PGP SIGNATURE- > Ver

[Freevo-devel] Re: Hard requirement on Mplayer

2005-05-30 Thread Dirk Meyer
Xavier Bachelot wrote: >>>On a slightly different register, check_program in setup_freevo.py has >>>still references to runtime, even if the runtime package is deprecated, >>>if I'm not mistaken. >> For 1.5.x the runtime is deprecated but still works (more or >> less). For Freevo cvs it doesn't eve

[Freevo-devel] Re: shutdown and wakeup in freevo2.0

2005-05-31 Thread Dirk Meyer
Hans Meine wrote: > On Monday 18 April 2005 17:19, Dirk Meyer wrote: >> It is done that way. When the shutdown helper has a new wakeup time, >> it is set, even when it is not running shutdown. [...] > Great to hear this, this is more like the solution I had in mind. Maybe I

[Freevo-devel] Re: media database , smartplaylists,albumtree etc

2005-05-31 Thread Dirk Meyer
Martijn Voncken wrote: > Hi, > > There is no progress on the mediadb, so i'm proposing something again. > > Had a disussiuon with Tack on IRC a while ago. Yes, I still hope to get a mediadb from Tack (or from you or from both working together). > He really wants scalebility (>100 000 files),and

[Freevo-devel] Re: media database , smartplaylists,albumtree etc

2005-05-31 Thread Dirk Meyer
Martijn Voncken wrote: > Dirk wrote: >>I need a way to add unknown fields from plugins. A plugin may want to >>store the attribute foo to a file. E.g. the bookmark plugin adds the >>last play position and the freevo core should not know that the plugin >>does need that kind of attr. > > that won't

[Freevo-devel] Re: (no subject)

2005-06-02 Thread Dirk Meyer
"Tom Van den Bon" wrote: > Hi Guys, Hi, short answer to an older post :) > 1) Is anybody currently working on fixing these plugins? If so, what plugins > are you working on? Not that I knowof. > 2) What are the differences between writing plugins for 1.5.3 and 2.0? Any > docs available yet? Mo

[Freevo-devel] Re: media database , smartplaylists,albumtree etc

2005-06-03 Thread Dirk Meyer
Martijn Voncken wrote: > On 6/1/05, Martijn Voncken <[EMAIL PROTECTED]> wrote: >> I'm willing to change to a design with EMPTY hybrid tables. >> *It will really speed up initial development. (compared to full hybrid >> right away) >> *common api's will remain the same. >> *if testing/application re

[Freevo-devel] Re: media database , smartplaylists,albumtree etc

2005-06-04 Thread Dirk Meyer
Martijn Voncken wrote: > On 6/3/05, Jason Tackaberry <[EMAIL PROTECTED]> wrote: >> On Fri, 2005-06-03 at 19:14 +0200, Martijn Voncken wrote: >> > It makes some simple things more complex, but i do agree on scalability. >> > Thinking about it. (and how to do the simple things) >> >> Yes, the things

[Freevo-devel] Re: media database , smartplaylists,albumtree etc

2005-06-04 Thread Dirk Meyer
Martijn Voncken wrote: >> I did some tests on this a while ago, and at the time I decided that the >> single metadata table wasn't fast enough. But I've learned a few more >> things since then. I think I'll have to redo the tests and see the >> results again. > Yes, do that tests. > query's on 2

[Freevo-devel] GUI updates

2005-06-04 Thread Dirk Meyer
Hi, I updated the gui code in several ways (cvs log is broken right now because of a disc space problem at sf). I'm very happy with the current gui module, only small things are missing. I removed all imports in gui/__init__.py. To access the submodules you must now import the submodules, like i

[Freevo-devel] Re: GUI updates

2005-06-05 Thread Dirk Meyer
Martijn Voncken wrote: > Yes,plugin writing should be easy!, > Easy plugin writing should/could be the real strength of freevo. > I'll try to add/update the gui and other objects I use. > > Freevo 2.0 is a moving target right now(for me),It would be good to > know what is solid/stable and what is

[Freevo-devel] Re: media database , smartplaylists,albumtree etc

2005-06-05 Thread Dirk Meyer
Dirk Meyer wrote: > Martijn Voncken wrote: >>> I did some tests on this a while ago, and at the time I decided that the >>> single metadata table wasn't fast enough. But I've learned a few more >>> things since then. I think I'll have to redo the te

[Freevo-devel] Re: newbie question

2005-06-06 Thread Dirk Meyer
Atul Kumar wrote: > Hi all, > I have recently started a project using freevo in which I will be > developing plugins for freevo. > I wrote a small python code to add a menu item in the main menu and on > selecting that it displays another 2 submenus. There is not actual > functionality added to it.

[Freevo-devel] Re: joystock development

2005-06-06 Thread Dirk Meyer
Scott Serr wrote: > Question: (an old one that the answer wasn't good and might have changed) > Can you use the same joystick for Freevo navigation and Xmame? > > I'm thinking of hacking the joy.py thing all up for better Freevo menu > navigation etc. (I'm using 1.5.3) I'd like to know if nobody

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

2005-06-06 Thread Dirk Meyer
Soory for the late answer Viggo Fredriksen wrote: > Btw, did you take a look at the way it's handling the notifier -- is it > a sane approach? Sometimes it's blocking. I need to look into it. Dischi -- "Your job is being a professor and researcher: That's one hell of a good excuse for some o

[Freevo-devel] Re: [Freevo-cvslog] freevo/src/record client.py,1.14,1.15

2005-06-06 Thread Dirk Meyer
Rob Shortt wrote: > + while self.updating: > + if time.time() > wait_start + timeout: > + log.warning('timed out waiting for list update') > + self.updating = 0 > + break > + > + time.sleep(0.01) > + notifi

[Freevo-devel] Re: GUI updates

2005-06-07 Thread Dirk Meyer
Dirk Meyer wrote: >> 2 : >> All input-widgets/windows could also use a (kw)args paramerer that >> gets passed to the callback. > > Were? At the eventhandler? Yes, it should. But remember, when the main > loop calls the eventhandler, there is no args at all, only the >

[Freevo-devel] Re: GUI updates

2005-06-07 Thread Dirk Meyer
Martijn Voncken wrote: > Dirk Meyer wrote: >>Comments please, I don't like to do this, but if I have to, I want to >>do it right. So did I miss something? > > Hi Dichi, > > I did not mean to propose such a drastic change. > But when things start changing lots of

[Freevo-devel] Re: GUI updates

2005-06-10 Thread Dirk Meyer
Short update Dirk Meyer wrote: > 1. eventhandler. > >An eventhandler is for getting events. So it should always be >eventhandler(self, event, menuw=None). I don't see a way to change >this. Events when playing something have menuw=None, else menuw is >the cu

[Freevo-devel] Re: pygame requirement in pyimlib2

2005-06-13 Thread Dirk Meyer
Jason Tackaberry wrote: > On Fri, 2005-06-10 at 21:43 -0400, Jason Tackaberry wrote: >> example, which I've recently removed. The other thing I'm not happy >> about is the pygame stuff. Is there any plan in Freevo to remove >> dependency on this? If not, is there some other way we can accomplish

[Freevo-devel] Re: pygame requirement in pyimlib2

2005-06-13 Thread Dirk Meyer
Jason Tackaberry wrote: > On Fri, 2005-06-10 at 21:43 -0400, Jason Tackaberry wrote: >> example, which I've recently removed. The other thing I'm not happy >> about is the pygame stuff. Is there any plan in Freevo to remove >> dependency on this? If not, is there some other way we can accomplish

[Freevo-devel] Re: pygame requirement in pyimlib2

2005-06-13 Thread Dirk Meyer
Jason Tackaberry wrote: > On Mon, 2005-06-13 at 10:49 +0200, Dirk Meyer wrote: >> I also have no clue. I always do the copy stuff. It is in pyimlib2 and >> mmpython and I don't know a good way to do this right. But Freevo >> should work without mevas installed into the s

[Freevo-devel] Re: pygame requirement in pyimlib2

2005-06-13 Thread Dirk Meyer
Jason Tackaberry wrote: > On Mon, 2005-06-13 at 11:05 +0200, Dirk Meyer wrote: >> o We should remove the Makefile. It is only a hack and doesn't belong >> in the final released module. I also added no Makefile to mevas, it >> is not the python way of doing thi

[Freevo-devel] Re: pyimlib2 name change

2005-06-13 Thread Dirk Meyer
Jason Tackaberry wrote: > After some discussion on IRC, I'd like to bring to this list the issue > of renaming pyimlib2. Since I have redefined the scope of pyimlib2 > somewhat so that it is "a Python image library that uses Imlib2" instead > of "Python bindings for Imlib2," it might not be a terr

[Freevo-devel] Re: Willing to contribute to Freevo project

2005-06-14 Thread Dirk Meyer
Martijn Voncken wrote: > You could try running freevo cache,then the cache is prebuilt and > indexing wont occur on every directory-entry. > I think the current mediadb in freevo 2.0 CVS is differrent from the > one in freevo background indexing etc.. ask dichi? First of all: give my nickname a 's

[Freevo-devel] Re: pygame requirement in pyimlib2

2005-06-14 Thread Dirk Meyer
"Tyler W. Wilson" wrote: > I checked out Freevo 2.0 from CVS a few weeks ago, and did some work on > getting it running in Windows. I got the main menu working with keyboard > input, though it didn't do much more than that. First of all about windows itself. I won't do anything in that direction b

[Freevo-devel] Re: pyimlib2 name change

2005-06-14 Thread Dirk Meyer
Jason Tackaberry wrote: > On Mon, 2005-06-13 at 19:31 +0200, Dirk Meyer wrote: >> pyevas which should only be python wrappers for evas. That's fine. We >> have pyimlib2 as imlib2 wrapper. The point is: pyimlib2 has stuff that >> doesn't belong there. But instead o

[Freevo-devel] Re: pyimlib2 name change

2005-06-15 Thread Dirk Meyer
Jason Tackaberry wrote: > On Tue, 2005-06-14 at 18:06 +0200, Dirk Meyer wrote: >> Part of the display code belongs to imlib2. I don't have a problem >> with a wrapper adding some extra functions. > > Ok, thinking aloud here ... > > I recently took out the pygame co

[Freevo-devel] Re: pyimlib2 name change

2005-06-15 Thread Dirk Meyer
Rob Shortt wrote: > Jason Tackaberry wrote: >> On Tue, 2005-06-14 at 18:06 +0200, Dirk Meyer wrote: >>>I have no problem with changing mevas. There is no release yet, so I >>>could change stuff again. I want both because maybe we have display >>> engines not usi

[Freevo-devel] Re: Insert text in rectangle

2005-06-15 Thread Dirk Meyer
"[EMAIL PROTECTED]" wrote: > Hello, Hi > this code not work...why? > > > width="1345" height="30"> > Unread messages > The theme engine isn't that powerfull yet. > I would want to insert of the text within to a rectangle... What are you trying to do? Dischi -- You have the rig

[Freevo-devel] Re: pyimlib2 name change

2005-06-15 Thread Dirk Meyer
Dirk Meyer wrote: > Right. Evas and Imlib2 don't work with Windows. So I want at least > some sort of fallback. Maybe someone else could 'fake' evas and imlib2 > using pygame or something else. Ignore me. Looks like evas has a win32 output canvas. This sounds like it is

[Freevo-devel] Re: pyimlib2 name change

2005-06-15 Thread Dirk Meyer
Jason Tackaberry wrote: > On Wed, 2005-06-15 at 16:50 +0200, Dirk Meyer wrote: >> Ignore me. Looks like evas has a win32 output canvas. This sounds like >> it is working on windows. > > Are you sure? Evas source tree has a software_win32_gdi directory but > all the .c fi

[Freevo-devel] Re: pyimlib2 name change

2005-06-15 Thread Dirk Meyer
Jason Tackaberry wrote: > Right. I think having an umbrella project solves a lot of our problems, > because if we want a small module just for fdo thumbnails, we can toss > it in there. Yes, Freevo contains some stuff that may be very usefull for other apps, too. So some sort of umbrella is a nic

[Freevo-devel] Re: mediadb sqlite

2005-06-20 Thread Dirk Meyer
Martijn Voncken wrote: > Hi, > > See previous topic: "media database , smartplaylists,albumtree etc" > > The current schema I'm testing: > > create table media (mediaid integer primary key,medianame character); > create table attr (attrid integer primary key,attrname character); > > create table f

[Freevo-devel] Re: pyimlib2 name change

2005-06-20 Thread Dirk Meyer
Back to the name discussion Jason Tackaberry wrote: > As for what to call it, well that's up for debate. :) How about 'smart' > for "Shared Media Application Toolset Repository". And when people > point out that the T and R are transposed, we can tell them to stop > being so smart. :) If I read

[Freevo-devel] Re: [Freevo-cvslog] freevo/lib/pyimlib2/src imlib2.c,1.7,1.8

2005-06-20 Thread Dirk Meyer
Jason Tackaberry wrote: > + // Seed PRNG for generating sufficiently unique filenames. We only need > + // a filename which is extremely unlikely to exist. Files are opened > with > + // O_EXCL so this code should not be vulnerable to symlink attacks. (It > + // will fail, but w

[Freevo-devel] Re: mediadb sqlite

2005-06-20 Thread Dirk Meyer
Martijn Voncken wrote: > Dischi wrote: > >>So you have one table for a file and one for the attributes? Isn't >>that slow? How do you get a list of all files in a dir? > > select fileid from file where url="file:\\mnt\data\my-mp3-dir" > X=fileid > select * from file where dirid = X OK, that I und

[Freevo-devel] Re: pyimlib2 name change

2005-06-20 Thread Dirk Meyer
Andreas Büsching wrote: >>>As for what to call it, well that's up for debate. :) How about 'smart' >>>for "Shared Media Application Toolset Repository". And when people >>>point out that the T and R are transposed, we can tell them to stop >>>being so smart. :) > > I think smart sounds much bette

[Freevo-devel] The future of pywebinfo

2005-06-20 Thread Dirk Meyer
Hi, as you can see in the cvs log, I made the imdb and the coversearch plugin work again last weekend. It still uses the old code using threads to do the job. To make it better, I looked at pywebinfo later. When I activate the weather idlebar plugin, the animation between splash screen and menu

[Freevo-devel] Re: pyimlib2 name change

2005-06-20 Thread Dirk Meyer
Jason Tackaberry wrote: > On Mon, 2005-06-20 at 19:16 +0200, Dirk Meyer wrote: >> Smart may be better than my ideas, but I still don't like it very >> much. > > "I don't know what I like, but I know what I don't like." :) Yes :) >> There has t

[Freevo-devel] Re: pyimlib2 name change

2005-06-21 Thread Dirk Meyer
Dirk Meyer wrote: > Jason Tackaberry wrote: >> On Mon, 2005-06-20 at 19:16 +0200, Dirk Meyer wrote: >>> Smart may be better than my ideas, but I still don't like it very >>> much. >> >> "I don't know what I like, but I know what I don't li

[Freevo-devel] Re: pyimlib2 name change

2005-06-21 Thread Dirk Meyer
Dirk Meyer wrote: > Dirk Meyer wrote: >> Jason Tackaberry wrote: >>> On Mon, 2005-06-20 at 19:16 +0200, Dirk Meyer wrote: >>>> Smart may be better than my ideas, but I still don't like it very >>>> much. >>> >>> "I don't kn

[Freevo-devel] Re: pyimlib2 name change

2005-06-21 Thread Dirk Meyer
Dirk Meyer wrote: > Dirk Meyer wrote: >> Dirk Meyer wrote: >>> Jason Tackaberry wrote: >>>> On Mon, 2005-06-20 at 19:16 +0200, Dirk Meyer wrote: >>>>> Smart may be better than my ideas, but I still don't like it very >>>>> much.

[Freevo-devel] Re: pyimlib2 name change

2005-06-23 Thread Dirk Meyer
Jason Tackaberry wrote: > On Tue, 2005-06-21 at 09:54 +0200, Dirk Meyer wrote: >> Me again: there is already a project SMArT on sf. But if we release >> everything in pieces, it should be no problem. > > Didn't you see the thread about us calling it smack? I th

[Freevo-devel] Re: Freevo 2.0 on Windows comments - Part 1

2005-06-23 Thread Dirk Meyer
Hi, sorry for the late answer. I guess I need to say something about windows support for Freevo. "Tyler W. Wilson" wrote: > A few weeks ago for kicks I checked out the latest CVS code for Freevo, > which I believe is 2.0 (it uses PyNotifier and not Twisted, so I assume > this is correct). Yes.

[Freevo-devel] Re: pyimlib2 name change

2005-06-23 Thread Dirk Meyer
Hans Meine wrote: > On Thursday 23 June 2005 12:53, Dirk Meyer wrote: >> Let's try something different: Morelia. Maybe someone can find what is >> means, we have M (Media), L (Lib) and A (Application) is this >> word. I have no special reason for this word, except: >&

[Freevo-devel] kaa libraries (was: pyimlib2 name change)

2005-06-24 Thread Dirk Meyer
Hi, just to let everyone know, we have a new name. It's "kaa", the python in the Jungle Book. I will create a new repository with most of the stuff in libs and mmpython the next days. The new structure will look like this: kaa/setup.py Install all kaa modules kaa/mevas/setup.pyInstal

[Freevo-devel] Re: kaa libraries

2005-06-25 Thread Dirk Meyer
Hi, we have a problem. I created a new repository kaa and two modules inside: imlib2 and thumb. Thumb is a subdirectory in kaa because I plan to add more files to it later. But after installing, there is no __init__.py in kaa, only in kaa/thumb. Without one, you can't import kaa.thumb. I fixed thi

[Freevo-devel] Re: kaa libraries

2005-07-02 Thread Dirk Meyer
Jason Tackaberry wrote: > And I also foresee us wanting to put some logic into > kaa/__init__.py. I think having a kaa-base package is the way to > solve this problem. Maybe kaa-base is the way to go. I already have some extra files that may be part of kaa-base: 1. Some sort of distutils (we can

[Freevo-devel] Re: [patch] MMpython bug reading disc length

2005-07-02 Thread Dirk Meyer
Gorka Olaizola wrote: > I'm using freevo 1.5.3 and mmpython 0.4.8 from the Debian packages and > I get an error trying to read a home mastered DVD. > > I have corrected the problem with a very little change. > I've attached the output of lsdvd -v -n -a -s /dev/dvd > and my little patch. I hope it i

[Freevo-devel] Re: kaa libraries

2005-07-02 Thread Dirk Meyer
Jason Tackaberry wrote: >> 2. A file called stringtypes.py (or similar) with the Unicode and >>String wrapper from Freevo. They are an ugly hack, but right now >>there is latin-1 as fallback hardcoded in mevas, mmpython and >>epg. Everything should be unicode inside, but for debugging >

[Freevo-devel] Re: mplayer and recording

2005-07-08 Thread Dirk Meyer
"kaarpo" wrote: > First of all: Thank you to Dischi and the rest of you for Freevo! You're welcome. > So now I am working with the latest CVS version. > > Getting all the dependencies installed was a nightmare, but now I am > up and running. It is? > I have rewritten src/tv/plugins/mplayer.py

[Freevo-devel] Re: DVD is not detected by Freevo

2005-07-08 Thread Dirk Meyer
Bjoern Franke wrote: > Hi, > > today I wanted to play with freevo and freevo reported an error. In > the past I used freevo for watching DVDs several times without any > problem. You updated your lsdvd. One fix is to use the cvs of mmpython with the tag REL_0.4 or wait until I release a new mmpyth

[Freevo-devel] Re: kaa.display update

2005-07-10 Thread Dirk Meyer
Jason Tackaberry wrote: > I checked in some big updates to kaa.display. Most of the X11 display > code has been rewritten from scratch. There's now a separate X11Display > class, as well as X11Window. It supports imlib2 (via > X11Window.render_imlib2_image) and also evas, via the EvasWindow clas

[Freevo-devel] Re: kaa.display update

2005-07-10 Thread Dirk Meyer
Dirk Meyer wrote: > Jason Tackaberry wrote: >> I checked in some big updates to kaa.display. Most of the X11 display >> code has been rewritten from scratch. There's now a separate X11Display >> class, as well as X11Window. It supports imlib2 (via >> X11Window.re

[Freevo-devel] Re: kaa.display update

2005-07-10 Thread Dirk Meyer
And me again :) I now connected the expose to mevas. Maybe the window class should remeber the image and handle expose itself? Maybe not. The input handler for X11 is connected to freevo, that's ok. You wrote something about using your signal class here, feel free. It should be in kaa/base/src/not

[Freevo-devel] Re: Plugin BMOVL

2005-07-11 Thread Dirk Meyer
[EMAIL PROTECTED] wrote: > Unfortunatly, the BMOVL code is not so clear (for me :) ) and i am a bit > lost. Can someone explain me clearly what can cause the lack of graphics > (ie no Freevo logo, typically) when using the BMOVL plugin ?? First of all: freevo 1.5.3 or cvs? In 1.5.3 bmovl is more a

[Freevo-devel] Re: kaa.display update

2005-07-11 Thread Dirk Meyer
Jason Tackaberry wrote: > On Sun, 2005-07-10 at 13:21 +0200, Dirk Meyer wrote: >> I now connected the expose to mevas. Maybe the window class should >> remeber the image and handle expose itself? Maybe not. The input > > Imlib2.Display supported that. But I think handling ex

[Freevo-devel] Re: kaa.display update

2005-07-11 Thread Dirk Meyer
Jason Tackaberry wrote: > On Sun, 2005-07-10 at 12:19 +0200, Dirk Meyer wrote: >> More or less, kaa.notifier is doing the select for us. So it is more >> kaa.notifier.addSocket(win.get_display().socket, >>win.get_di

[Freevo-devel] Re: kaa.display update

2005-07-11 Thread Dirk Meyer
Jason Tackaberry wrote: > On Mon, 2005-07-11 at 13:30 +0200, Dirk Meyer wrote: >> Yes, we should find a max width for all kaa modules, Python and C >> files. Right now my emacs works with 92 chars, I try to only use >> 80. 130 is very much, close to the maximum I can use

[Freevo-devel] Re: kaa.display update

2005-07-11 Thread Dirk Meyer
Jason Tackaberry wrote: > On Mon, 2005-07-11 at 17:28 +0200, Dirk Meyer wrote: >> I only have a width of 1024 on my (old) laptop and 1200 on my working >> machine. I can't even have a terminal + an emacs with both more than >> 80 chars in line next to each other. I kno

[Freevo-devel] Re: [Freevo-cvslog] kaa/base/src/notifier __init__.py,1.2,1.3

2005-07-12 Thread Dirk Meyer
Jason Tackaberry wrote: > Update of /cvsroot/freevo/kaa/base/src/notifier > In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25697/src/notifier > > Modified Files: > __init__.py > Log Message: > Add container interface to weakref; when exceptions raise during main > loop, print the stac

[Freevo-devel] Re: NEW src/tv/plugins/mplayer.py - works for ivtv

2005-07-15 Thread Dirk Meyer
Martijn Voncken wrote: > On 7/11/05, kaarpo <[EMAIL PROTECTED]> wrote: >> Hi, >> >> Here is an updated src/tv/plugins/mplayer.py >> It seems to me that the original one did not work at all, after many >> changes in other places. >> "my" version works for me, but handles ivtv just nicely. >

[Freevo-devel] Re: [Freevo-cvslog] kaa/display/src display.c,1.8,1.9 evas.c,1.5,1.6 imlib2.c,1.3,1.4 x11display.c,1.7,1.8 x11window.c,1.7,1.8

2005-07-16 Thread Dirk Meyer
Jason Tackaberry wrote: > Update of /cvsroot/freevo/kaa/display/src > In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14962 > > Modified Files: > display.c evas.c imlib2.c x11display.c x11window.c > Log Message: > Support for threaded Xlib, which will be necessary for kaa-xine. You ar

[Freevo-devel] Re: [Freevo-cvslog] kaa/xine - New directory

2005-07-16 Thread Dirk Meyer
Jason Tackaberry wrote: > Update of /cvsroot/freevo/kaa/xine > In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6124/xine > > Log Message: > Directory /cvsroot/freevo/kaa/xine added to the repository Cool! Something more to play with :) Dischi -- printk("autofs: Out of inode numbers -- w

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