Re: [Freevo-devel] [Freevo-cvslog] Kaa r1853 - trunk/player

2006-08-10 Thread Dirk Meyer
Jason Tackaberry wrote: > Some comments about this ... > > On Thu, 2006-08-10 at 22:07 +0200, Dirk Meyer wrote: >> +- no dvd menus > > There is some active work being done in this area by Otvos Attila. I know. > I would also add "no full-framerate deinterlacers su

Re: [Freevo-devel] [Freevo-cvslog] Kaa r1853 - trunk/player

2006-08-10 Thread Dirk Meyer
Jason Tackaberry wrote: >> Long list: kaa.canvas, kaa.xine, tags in kaa.db and mplayer >> overlay. We need all these (except tagging) for a 2.0 pre1 release. > > So shall I focus on kaa.canvas instead of adding the stuff we talked > about to kaa.db? Yes please. The kaa.db stuff is nice to have, th

Re: [Freevo-devel] [Freevo-cvslog] Kaa r1853 - trunk/player

2006-08-10 Thread Dirk Meyer
Jason Tackaberry wrote: > Ultimately it'd be nice to see the patches in mplayer of course. But it > will be an uphill battle. Try once more please. Dischi -- PCMCIA - People Can't Memorise Computer Industry Acronyms pgpo2VCBaWQjQ.pgp Description: PGP signature ---

[Freevo-devel] Major kaa.db Bug

2006-08-11 Thread Dirk Meyer
Hi, Jason, unset variables from type str can change from None to the string None. See attached example: import kaa.db db = kaa.db.Database('none.db') db.register_object_type_attrs( "dir", [], name = (str, kaa.db.ATTR_KEYWORDS), str1 = (str, kaa.db.ATTR_SIMPLE), str2 = (str, kaa.d

Re: [Freevo-devel] [Freevo-cvslog] Kaa r1853 - trunk/player

2006-08-11 Thread Dirk Meyer
Jason Tackaberry wrote: > On Thu, 2006-08-10 at 22:28 +0200, Dirk Meyer wrote: >> In that case, there is a bug in kaa.xine. When I use kaa.player and >> create a window larger than the video size, I get no scaling. Changing >> the window once updates xine. > > kaa.play

Re: [Freevo-devel] [Freevo-cvslog] Kaa r1853 - trunk/player

2006-08-11 Thread Dirk Meyer
Jason Tackaberry wrote: > On Fri, 2006-08-11 at 16:12 +0200, Dirk Meyer wrote: >> Opens a window too large and the video is not scaled. It gets scaled > > Fixed. Thanks Dischi -- I just got lost in thought... It was unfamiliar territory. pgpCmQcciYjLS.pgp Description

Re: [Freevo-devel] [Freevo-cvslog] Kaa r1862 - trunk/WIP/player/src

2006-08-11 Thread Dirk Meyer
Jason Tackaberry wrote: > On Fri, 2006-08-11 at 19:14 +0200, Dirk Meyer wrote: >> window is required as parameter > > You might as well remove the code in the xine and mplayer players that > automatically creates the X11Window if one isn't provided. I did in mplayer, misse

Re: [Freevo-devel] [Freevo-cvslog] Kaa r1875 - in trunk/WIP/player/src: . backends/mplayer backends/xine

2006-08-12 Thread Dirk Meyer
Jason Tackaberry wrote: > On Fri, 2006-08-11 at 22:26 +0200, Dirk Meyer wrote: >> Log: >> use generic player_id setting > > I don't understand how this works. I mean it looks like you're > privatizing the player type. But I think there should be a public way

Re: [Freevo-devel] [Freevo-cvslog] Kaa r1875 - in trunk/WIP/player/src: . backends/mplayer backends/xine

2006-08-12 Thread Dirk Meyer
Jason Tackaberry wrote: > On Sat, 2006-08-12 at 10:04 +0200, Dirk Meyer wrote: >> There is, in generic > > Yes, I see you just fixed it. And then replied here as if nothing was > wrong. Cheater. :) That wasn't cheating, the function _was_ there, it only was broken.

Re: [Freevo-devel] Crash entering a directory with movies

2006-08-12 Thread Dirk Meyer
Gorka Olaizola wrote: > line 99, in set_name > if self.name.find(u"The ") == 0: > UnicodeDecodeError: 'ascii' codec can't decode byte 0xfa in position 18: > ordinal not in range(128) I hate Python Unicode handling. Update svn and try again. You also may want to update kaa, delete your ~/.beaco

Re: [Freevo-devel] All Favorite Recordings are Conflicts

2006-08-12 Thread Dirk Meyer
"Justin Wetherell" wrote: > I created a channels.conf according to the tvepg-0 log file and that was the > solution (outside of the server.py problem which is unrelated). I guess it > was a bad choice in a TV station, what luck. Are we requiring a > channels.conf be created by the user? I hope som

Re: [Freevo-devel] Question/Suggestion involving multiple recording devices in 2.0

2006-08-12 Thread Dirk Meyer
"Justin Wetherell" wrote: > While trying to setup 2.0, I was wonder what happends when there are > multiple recording devices (ivtv0 and ivtv1) but only one "record.dir" > variable (from tvserver.conf). Wouldn't you need to supply a "record.dir" > per tvdev, so you can record to a local hard drive?

Re: [Freevo-devel] [Freevo-cvslog] Kaa r1880 - in trunk/WIP/player: src src/backends/gstreamer src/backends/mplayer src/backends/xine test

2006-08-12 Thread Dirk Meyer
Jason Tackaberry wrote: > On Sat, 2006-08-12 at 19:19 +0200, Dirk Meyer wrote: >> +def get_all_player(): >> +""" >> +Return all player id strings. >> +""" >> +return _players.keys() > > Should be pluralized. c

Re: [Freevo-devel] [Freevo-cvslog] Kaa r1881 - in trunk/WIP/player: src src/backends/gstreamer src/backends/mplayer src/backends/xine src/utils test

2006-08-13 Thread Dirk Meyer
Jason Tackaberry wrote: > On Sat, 2006-08-12 at 21:33 +0200, Dirk Meyer wrote: >> +# >> - >> +# kaa-player - Generic Player API >> +# Copyright (C) 2006 Jason Tackaberry, Dirk Meyer >&

[Freevo-devel] kaa.player design question

2006-08-14 Thread Dirk Meyer
Hi, I came across a problem when writing kaa.player. When using xine it is possible to keep the vo open between two files. This is a nice feature we should use. On the other hand, if the user does not want to play a new file after playing is done and we keep the vo open, freevo won't be visible be

Re: [Freevo-devel] kaa.player design question

2006-08-14 Thread Dirk Meyer
Christian Nilsson wrote: > Dirk Meyer wrote: >> Hi, >> >> I came across a problem when writing kaa.player. When using xine it is >> possible to keep the vo open between two files. This is a nice feature >> we should use. On the other hand, if the user does not

Re: [Freevo-devel] kaa.player design question

2006-08-14 Thread Dirk Meyer
Jason Tackaberry wrote: > On Mon, 2006-08-14 at 20:17 +0200, Dirk Meyer wrote: >> I came across a problem when writing kaa.player. When using xine it is >> possible to keep the vo open between two files. This is a nice feature > > It's also possible with mplayer too,

Re: [Freevo-devel] SVN 20060824 freevo execution behavior changed

2006-08-24 Thread Dirk Meyer
TC Wan wrote: > Hi, > > I haven't been keeping up with the SVN developments, but when I built > and run the latest SVN 20060824 freevo, it no longer accepts command > line arguments like 'setup' which used to work before. Is there a new > mechanism for configuring freevo.conf? Oops, that is broken

Re: [Freevo-devel] BUG: Freevo/Beacon goes into infinite recursion on scanning [Root]

2006-08-24 Thread Dirk Meyer
TC Wan wrote: > Hi, > This is with SVN freevo & kaa 20060824: > > I started beacon in foreground, and then run freevo from another > terminal. Both processes are running as normal user processes. > I didn't make any configuration updates to freevo.conf or > local_config.py, they were all default ve

Re: [Freevo-devel] Freevo translations: unable to find autogen.sh

2006-09-11 Thread Dirk Meyer
John Molohan wrote: > naudefj wrote: >> Hi, >> > Hi. >> According to http://freevo.sourceforge.net/cgi-bin/doc/Contributing - >> >> "To test your translations run [freevo-dir]/autogen.sh then start freevo..." >> >> I'm unable to find autogen.sh in the latest snapshot. Where can I get this >> f

Re: [Freevo-devel] When will CVS be usable again?

2006-09-11 Thread Dirk Meyer
Ryan Roth wrote: > Is there any ETA on the CVS being usable again? It is (more or less) > I did a fresh install and now i can't run 'freevo setup'. I've since > seen the post stating this is broken. Yes, that part is broken. You can take a freevo.conf from 1.5.x until I change the whole conf

Re: [Freevo-devel] When will CVS be usable again?

2006-09-11 Thread Dirk Meyer
Jason Tackaberry wrote: > On Wed, 2006-09-06 at 07:51 -0700, Ryan Roth wrote: >> Is there any ETA on the CVS being usable again? > > Dischi and I have been on vacation so there hasn't been much (any) > hacking activity. I believe we're both back now, so things should start > to get usable again.

Re: [Freevo-devel] Features Requests, Bug Reports and Patches

2006-09-20 Thread Dirk Meyer
Duncan Webb wrote: > Hi All, > > I would like to offer my help with the very old feature request and bug > reports that are still open in Freevo, plus applying any outstanding > patches to freevo-1.5.x.. freevo-1.5.4 is almost a year old and Dirk and > Jason are full time on freevo-2 > > Would t

Re: [Freevo-devel] Some requests and critisism

2006-09-21 Thread Dirk Meyer
Freevo wrote: > Hi, > > Some requests... > === > I have two feature requests for the developers out there with time and > itchy fingers: > > - It would be very useful to have VOIP (e.g. skype) integrated in > Freevo. "Just select a contact and go ahead..." > - It would be cool to have sto

Re: [Freevo-devel] Some requests and critisism

2006-09-21 Thread Dirk Meyer
Jason Tackaberry wrote: > Another big difference with 2.0 is, well, me. What I mean is, with the > 1.5 tree, you're the only person left you had anything to do with it. Don't ask me details about 1.5 works :) It's a long time since I last looked at the code. I'm not sure if I still understand eve

Re: [Freevo-devel] [Freevo-cvslog] Kaa r1894 - in trunk: WIP/player

2006-09-22 Thread Dirk Meyer
Rob Shortt wrote: > Dirk Meyer wrote: >> Log: >> move new kaa.player from WIP to tree as kaa.popcorn > > Awesome. :) And for those not on IRC yesterday, kaa.canvas2 will be kaa.candy (as in eye-candy). Dischi -- I'm going to live forever, or die trying!

Re: [Freevo-devel] Help offered!

2006-09-22 Thread Dirk Meyer
Sorry for the late asnwer, I'm still working on all the mails I received during my vacation. Cyril wrote: > I know python pretty well (dee and abd .sf.net are my "spare time > projects"), but have no idea what kaa is, and not a lot of time to > learn. Kaa is a media repository. In short: we moved

Re: [Freevo-devel] Beacon problem

2006-09-25 Thread Dirk Meyer
Yann Rouillard wrote: > cPickle.loads(str(idx)) > UnpicklingError: could not find MARK > 2006-09-24 23:06:38,300 INFO [beacon] beacon 360: stop beacon > > Tis problem was already discussed in a previous thread but I didn't see > the solution. Try to update sqlite. It was either sqlite or pysq

Re: [Freevo-devel] Website announce for upcoming 1.6?

2006-09-27 Thread Dirk Meyer
John Molohan wrote: > I want to stick an announcement up on freevo.org about your work and > asking for user testing. I had the same idea but was busy the weekend being sick :( An announcemnt on the website including links to svn would be a good idea, plus the note that Duncan took over the 1.5

Re: [Freevo-devel] Website announce for upcoming 1.6?

2006-09-27 Thread Dirk Meyer
"The Hog" wrote: > From: Dirk Meyer <[EMAIL PROTECTED]> > >> Two things should be included in 1.5.5/1.6. >> >> 1. Remove the MPLAYER_VERSION stuff. It was needed because mplayer >>0.9.x was different to control than 1.0preX. I don't think we

Re: [Freevo-devel] Website announce for upcoming 1.6?

2006-10-02 Thread Dirk Meyer
Duncan Webb wrote: > John Molohan wrote: >> Hi Duncan and all, >> >> I want to stick an announcement up on freevo.org about your work and >> asking for user testing. I just wanted to run it by here first. I think >> that the version number could probably go to 1.6 instead of 1.5.5 >> justified b

[Freevo-devel] Evas MPEG Canvas

2006-10-03 Thread Dirk Meyer
Hi, I'm looking for the person who wrote an evas mpeg canvas output. He/She was on IRC some time ago and made some progress. What is the current status? Is it usable? Dischi -- Jury: Twelve people who determine which client has the better lawyer. pgpPYBVeNZroP.pgp Description: PGP signature

Re: [Freevo-devel] Evas MPEG Canvas

2006-10-03 Thread Dirk Meyer
Jason Tackaberry wrote: > On Tue, 2006-10-03 at 13:59 +0200, Dirk Meyer wrote: >> I'm looking for the person who wrote an evas mpeg canvas >> output. He/She was on IRC some time ago and made some progress. What >> is the current status? Is it usable? > > You mean

Re: [Freevo-devel] SVN Web-View and Link

2006-10-05 Thread Dirk Meyer
Hi Robert Buchholz wrote: > first of all, the "Browse Source" at http://freevo.sourceforge.net/ > is dead. It is? Strange, it should be way to old because it is a link to sf cvs, but it shouldn't be dead. But either way, we need to remove it. > Second of all, do I get it right that there is no

Re: [Freevo-devel] Trying out Freevo 2.0 - Problems

2006-10-05 Thread Dirk Meyer
Tom Van den Bon wrote: > Hi Everybody, > > I decided to give Freevo 2.0 a shot and see whats happening. I followed > the instructions from the wiki and have freevo and kaa compiled and > installed. But when I try to run it 'freevo' under X, i get the > following error: > > Traceback (most recent

Re: [Freevo-devel] Multi-tuner support in freevo

2006-10-05 Thread Dirk Meyer
Rob Shortt wrote: > Duncan Webb wrote: >> Hi all, > > Hi, > > >> Trotted off today to get one of those Hauppauge PVR-500 with two tuners. >> What I would like to do is make the appropriate modifications to freevo >> so that people can watch TV and record at the same time. >> >> I hope that this ca

Re: [Freevo-devel] SVN Web-View and Link

2006-10-05 Thread Dirk Meyer
Robert Buchholz wrote: > CIA is able to post updates in the code to irc channels, archives the > changelogs, and provides statistics and rss feeds, as well as author > filtration for several projects. You can visit their website at > http://cia.navi.cx/ and check the old mail linked above. We have

Re: [Freevo-devel] 1.5.x Xine problem

2006-10-07 Thread Dirk Meyer
"Justin Wetherell" wrote: > When trying to use the plugin "video.xine", I am getting this problem: > > ERROR: 'xine-ui' version too old, plugin 'xine' deactivated >> You need software xine-ui > 0.9.21 We should do the same for xine as we did for mplayer. Remove the version check. The not working x

Re: [Freevo-devel] Numeric or numpy

2006-10-09 Thread Dirk Meyer
Duncan Webb wrote: > Evan Hisey wrote: >> Duncan- >> In the 1.6 branch are we still keeping the Numeric dependency or are >> there plans to move to it's replacement NumPy? According to the >> Numeric website all work on Numeric has ceased. It looks like they >> have provided a serach and replace

Re: [Freevo-devel] Numeric or numpy

2006-10-09 Thread Dirk Meyer
"Evan Hisey" wrote: > Duncan,Dischi- > On the subject of dead or dieing dependencies, What is smpeg used > for? While it was a good package, it is starting to suffer bit rot and > I do not know of anyone keeping it patched up. At the moment I am > trying to track done an smpeg compile problem on

Re: [Freevo-devel] Numeric or numpy

2006-10-09 Thread Dirk Meyer
"Evan Hisey" wrote: > Dischi- >I am really looking forward to the 2.0 release. Me, too :) I using svn right now, but two major things are still missing to get the whole fun. > Duncan- >Is there a 1.6 wiki page yet? Or does the 1.5 source install page > just need to be update with the 1.6

Re: [Freevo-devel] Numeric or numpy

2006-10-09 Thread Dirk Meyer
Duncan Webb wrote: > Dirk Meyer wrote: >> Duncan Webb wrote: >>> Evan Hisey wrote: >>>> Duncan- >>>> In the 1.6 branch are we still keeping the Numeric dependency or are >>>> there plans to move to it's replacement NumPy? According to

[Freevo-devel] kaa.popcorn (player) API

2006-10-10 Thread Dirk Meyer
Hi, I was thinking about the kaa.popcorn api. The problem is that xine, mplayer and gstreamer are very different and we want to support most of the special features. Right now the following works: | player = kaa.popcorn.Player() | player.open(file) | player.play() You can also pause, seek while

Re: [Freevo-devel] kaa.popcorn (player) API

2006-10-10 Thread Dirk Meyer
Jason Tackaberry wrote: > On Tue, 2006-10-10 at 15:03 +0200, Dirk Meyer wrote: >> You can also pause, seek while playing and stop. I want to add seek >> between open and play to add some sort of resume playback, but that is >> not the point of this mail. > > And that

Re: [Freevo-devel] kaa.popcorn (player) API

2006-10-10 Thread Dirk Meyer
Jason Tackaberry wrote: > True, fair point. xine can't detect progressive content, it can only > detect pulldown patterns. Ideally, xine would be able to take any > content and detect whether it's progressive, telecined, or interlaced, > and do the right thing. I've put this on my TODO. > > You

Re: [Freevo-devel] Numeric or numpy

2006-10-10 Thread Dirk Meyer
Duncan Webb wrote: > IMHO The reason for 1.6 is to show that freevo is alive and kicking and > to take some of the pressure of the developers of freevo2. And we are glad you do this. Thanks again. Dischi -- Of course there's no reason for it, it's just our policy. pgpcQ9LzBBl68.pgp Descripti

Re: [Freevo-devel] AlertBox Help

2006-10-10 Thread Dirk Meyer
Duncan Webb wrote: > Duncan Webb wrote: >> Hi >> >> Anybody know about how to use alert boxes, I've been testing upsoon and >> some strange things happen if there is an alert box after the stop >> command. This means that the player has not yet stopped and the box is >> displayed over the screen. P

Re: [Freevo-devel] kaa.popcorn (player) API

2006-10-10 Thread Dirk Meyer
Jason Tackaberry wrote: > On Tue, 2006-10-10 at 18:55 +0200, Dirk Meyer wrote: >> So you insert the FOO_FILTER only mplayer has to the generic filter >> chain. Xine will ignore it, but we should still support to add stuff >> to the generic chain. > > Right, and 'stu

Re: [Freevo-devel] kaa.popcorn (player) API

2006-10-11 Thread Dirk Meyer
Jason Tackaberry wrote: > On Tue, 2006-10-10 at 20:19 +0200, Dirk Meyer wrote: >> >> | set_video_device('mga,vidix') >> >> | configure_video_device('mga', options='xy', filter='blurr') >> > >> > Looks ok. W

Re: [Freevo-devel] Freevo-1.x Status and Future Plans

2006-10-15 Thread Dirk Meyer
Duncan Webb wrote: > Dischi if you would like to create a new branch for Freevo-1.6, that > would be great. Then bug fixes will go into this branch and bug fixes > and enhancements will go into the Freevo-1.x branch. The branch is called rel-1-5 right now. I can copy that to rel-1-6 but it would b

Re: [Freevo-devel] [patch] Challenges starting beacon

2006-10-15 Thread Dirk Meyer
Jason Tackaberry wrote: > On Sun, 2006-10-15 at 18:37 +0200, Reinoud Elhorst wrote: >> The first problems were with inotify. Earlier I had recompiled glibc >> after upgrading to the 2.6.16 kernel to get rid of the message on >> inotify when installing kaa (as I understand, beacon will work withou

Re: [Freevo-devel] [patch] Challenges starting beacon

2006-10-15 Thread Dirk Meyer
Reinoud Elhorst wrote: > Today I tried to get beacon up and running on my Gentoo system. I ran > into some troubles, some discussed on the list before, some not. I will add some more doc to the README later. Thanks for the detailed report. > Next, it complained about connecting to the dbus. Star

Re: [Freevo-devel] [patch] Challenges starting beacon

2006-10-15 Thread Dirk Meyer
Jason Tackaberry wrote: > I wonder if it's worth our effort to support the case where hal isn't > available. hal is available on modern distros and in most cases, if > it's not already there, can be installed as easily as $PKGMGR install > hal. It was a simple copy/paste from freevo code to make

Re: [Freevo-devel] [patch] Challenges starting beacon

2006-10-15 Thread Dirk Meyer
Reinoud Elhorst wrote: > ERROR server(47): unable to connect to dbus > ERROR async(84): InProgress exception: local variable 'fd' referenced > before assignment Strange. I changed something, maybe it is working now. :) Dischi -- If one synchronized swimmer drowns, do the rest have to drown too

Re: [Freevo-devel] Freevo-1.x Status and Future Plans

2006-10-15 Thread Dirk Meyer
Duncan Webb wrote: > Dirk Meyer wrote: >> Duncan Webb wrote: >>> Dischi if you would like to create a new branch for Freevo-1.6, that >>> would be great. Then bug fixes will go into this branch and bug fixes >>> and enhancements will go into the Freevo-1.x branc

[Freevo-devel] Freevo 2.0 Status

2006-10-15 Thread Dirk Meyer
Hi, besides all the traffic about 1.6, 2.0 is also making progress. I had no time to do something the last weeks, but I hope it is getting better. I did some stuff today and starting next weekend I hope to have more time. If you are brave, feel free to try freevo 2.0 from svn and report bugs. Som

Re: [Freevo-devel] Credits

2006-10-17 Thread Dirk Meyer
Duncan Webb wrote: > Would it be okay if I added some more names to the Credis in Docs? Sure. Dischi -- "Students?" barked the Archchancellor. "Yes, Master. You know? They're the thinner ones with the pale faces? Because we're a *university*? They come with the whole thing, like rats --"

Re: [Freevo-devel] r8400 - in branches/rel-1/freevo/src: helpers

2006-10-18 Thread Dirk Meyer
Duncan Webb wrote: > Author: duncan > Date: Tue Oct 17 15:58:31 2006 > New Revision: 8400 > > Added: >branches/rel-1/freevo/src/helpers/encodingcore.py >branches/rel-1/freevo/src/helpers/encodingserver.py >branches/rel-1/freevo/src/video/plugins/dvdbackup.py >branches/rel-1/freevo/s

Re: [Freevo-devel] [CODE] Apple trailers plugin

2006-10-18 Thread Dirk Meyer
Duncan Webb wrote: > Pierre Ossman wrote: >> Hi Duncan, (and everyone else) >> >> Here is the promised apple trailers plugin. It's a constant work in >> progress as apple keep changing their site. But it works for the most >> part. :) > > Please add this to the tracker, as a feature request. Do y

Re: [Freevo-devel] [CODE] Apple trailers plugin

2006-10-20 Thread Dirk Meyer
Duncan Webb wrote: > Dirk Meyer wrote: >> Duncan Webb wrote: >>> Pierre Ossman wrote: >>>> Hi Duncan, (and everyone else) >>>> >>>> Here is the promised apple trailers plugin. It's a constant work in >>>> progress

Re: [Freevo-devel] r8400 - in branches/rel-1/freevo/src: helpers

2006-10-20 Thread Dirk Meyer
Duncan Webb wrote: > Dischi, you once asked on the list about a small program to read vbi > data, are you still looking for one? Yes, I only have libzvbi, I want something smaller. Maybe Soenke already has a solution, but I don't think so. Dischi -- There are two ways to write error-free progra

Re: [Freevo-devel] Kaa r1923 - in branches/mmpython-0-4/mmpython: image

2006-10-20 Thread Dirk Meyer
Jason Tackaberry wrote: > On Tue, 2006-10-17 at 07:31 +0200, Duncan Webb wrote: >> Author: duncan >> Date: Tue Oct 17 05:31:52 2006 >> New Revision: 1923 >> >> Modified: >>branches/mmpython-0-4/mmpython/image/EXIF.py >>branches/mmpython-0-4/mmpython/image/jpginfo.py >>branches/mmpython

Re: [Freevo-devel] Website addons page needs attention

2006-10-20 Thread Dirk Meyer
Jason Tackaberry wrote: > http://freevo.sourceforge.net/addons/ > > Perhaps we should be approving all uploads. We need to find a way to handle this. Maybe wiki pages? Rob: thanks for removing the site. I was very busy the last 4 days and had no time to read this list. Dischi -- "To know recu

Re: [Freevo-devel] Tracker and why it should be used.

2006-10-20 Thread Dirk Meyer
Jason Tackaberry wrote: > On Thu, 2006-10-19 at 18:33 +0200, Hans Meine wrote: >> Reading the mails from the tracker takes simply too much time compared to >> the >> others, that's why I now skip most of them. I very much prefer simple, >> short >> mails with proper quoting (no full-quote, top

Re: [Freevo-devel] Tracker and why it should be used.

2006-10-20 Thread Dirk Meyer
Jason Tackaberry wrote: > On Fri, 2006-10-20 at 16:49 +0200, Richard van Paasen wrote: >> So I'd vote for the tracker. Maybe in a reconfigured form. > > I'd be thrilled to see a bugzilla install for freevo. dischi, can we > set this up on the same server that svn is on? I could do the > installat

Re: [Freevo-devel] Aumix and libexif used for?

2006-10-22 Thread Dirk Meyer
"Evan Hisey" wrote: > How does Freevo use libexif and aumix? Are they used directly by > Freevo or by a helper app? I am assuming that aumix is how Freevo > handles audio control and libexif is for the thumbnails. I just want > to confirm be for posting to the Wiki. Last time I checked libexif was

Re: [Freevo-devel] [CODE] Apple trailers plugin

2006-10-22 Thread Dirk Meyer
Duncan Webb wrote: > Dirk Meyer wrote: >> I have no idea how legal it is the do this, we don't have to agree to >> the terms when entering the site and we don't pretend to be someone >> else (or is the plugin saying it is an Internet Explorer?). Still, >> tha

Re: [Freevo-devel] Integration of kaa.metadata

2006-10-22 Thread Dirk Meyer
Duncan Webb wrote: > I've started to implement the kaa metadata into freevo rel-1 Great. In a perfect world you only have to replace 'import mmpython' with 'import kaa.metadata as mmpython' and you are done. But the world is not perfect as it seems ... > one thing I'm a bit stuck on is in src/ima

Re: [Freevo-devel] [CODE] Apple trailers plugin

2006-10-22 Thread Dirk Meyer
John Molohan wrote: > If no one objects I'll email Apple and ask That would be nice. We did the same with imdb and they gave us permission. Dischi -- Linux is for Network Mac is for Artwork Windows is for Solitaire pgpqqVGXrjuRM.pgp Description: PGP signature

Re: [Freevo-devel] Freevo 2.0 Status

2006-10-22 Thread Dirk Meyer
Jason Tackaberry wrote: > On Sun, 2006-10-22 at 14:18 +0200, Reinoud Elhorst wrote: >> Having followed the discussion on ml/tracker for the 1.6 branch, >> Dischi and Jason, what's your preference for bugs like the above in >> the 2.0 branch? > > For kaa, I'm happy to get bug reports and patches her

Re: [Freevo-devel] Website updated - any additions needed

2006-10-22 Thread Dirk Meyer
John Molohan wrote: > Hi all, > > I've done a quick update to the site. Anything else you want added (or > changed) reply here. | 22-Oct-2006: Freevo v2 progress update | | Over the next few weeks work on Freevo v2 should be stepping up a | gear. If you are brave, feel free to try freevo 2.0 from

Re: [Freevo-devel] Website addons page needs attention

2006-10-22 Thread Dirk Meyer
John Molohan wrote: > Dirk Meyer wrote: >> Jason Tackaberry wrote: >>> http://freevo.sourceforge.net/addons/ >>> >>> Perhaps we should be approving all uploads. >> >> We need to find a way to handle this. Maybe wiki pages? >> >> Rob: t

Re: [Freevo-devel] Tracker and why it should be used.

2006-10-22 Thread Dirk Meyer
"TC Wan" wrote: > Hash: SHA1 > > > > Dischi wrote: >>> > On Fri, 2006-10-20 at 16:49 +0200, Richard van Paasen wrote: >> So I'd vote for the tracker. Maybe in a reconfigured form. >>> > >>> > I'd be thrilled to see a bugzilla install for freevo. dischi, can we >>> > set this up on the same se

Re: [Freevo-devel] Top Projects

2006-10-24 Thread Dirk Meyer
Duncan Webb wrote: > Freevo stand a top project 890! Wonder how they calculate the 99.48% > activity. I have no idea, it can't be svn access because they don't see our traffic. Is there any project with an activity lower 90? Dischi -- The Second Law of Thermodynamics: If you think thin

Re: [Freevo-devel] Top Projects

2006-10-24 Thread Dirk Meyer
Duncan Webb wrote: > Dirk Meyer wrote: >> Duncan Webb wrote: >>> Freevo stand a top project 890! Wonder how they calculate the 99.48% >>> activity. > > Last time I looked it was 94% > >> I have no idea, it can't be svn access because they don

Re: [Freevo-devel] Freevo 2.0 Status

2006-10-24 Thread Dirk Meyer
Reinoud Elhorst wrote: > As soon as I a try to open the root (/) directory, a > message appeared ( InProgress exception: maximum recursion depth > exceeded in cmp ). Took some time to figure out where things were > going wrong (but learned a ton on the freevo project, and python in > general), but

Re: [Freevo-devel] Freevo 2.0 Status

2006-10-24 Thread Dirk Meyer
Reinoud Elhorst wrote: > Two other things I had to solve this morning: > - Opening a directory with an m3u file crashed. In playlist.py line > 568, a named argument display_type is given, which is not defined in > the init function. Removing the named parameter seems to do the > trick Oops,

Re: [Freevo-devel] Kaa r1928 - trunk/beacon/src

2006-10-24 Thread Dirk Meyer
Jason Tackaberry wrote: > On Tue, 2006-10-24 at 20:56 +0200, Dirk Meyer wrote: >> if 'dirname' in query: >> query['dirname'] = os.path.realpath(query['dirname'] + '/') >> +if query['dirname'

Re: [Freevo-devel] Kaa r1928 - trunk/beacon/src

2006-10-24 Thread Dirk Meyer
Jason Tackaberry wrote: > On Tue, 2006-10-24 at 22:14 +0200, Dirk Meyer wrote: >> Funny story, you are right. I just saw that and "fixed" root support >> for it. But a dirname query is not used anymore. It is done by >> get(dirname).list(). >> >> Remove

Re: [Freevo-devel] r8472 - branches/rel-1/freevo/src/helpers

2006-10-25 Thread Dirk Meyer
Duncan Webb wrote: > Author: duncan > Date: Wed Oct 25 07:10:34 2006 > New Revision: 8472 > > Modified: >branches/rel-1/freevo/src/helpers/rssPeriodic.py > > Log: > Buf fix, didn't detect EOF. > > > Modified: branches/rel-1/freevo/src/helpers/rssPeriodic.py > ===

Re: [Freevo-devel] Kaa r1931 - trunk/base/src

2006-10-27 Thread Dirk Meyer
Jason Tackaberry wrote: > On Fri, 2006-10-27 at 16:06 +0200, Dirk Meyer wrote: >> +logging.Logger._makeRecord = logging.Logger.makeRecord >> logging.Logger.makeRecord = make_record > > It's probably better to keep a copy of the original makeRecord in the &g

Re: [Freevo-devel] [ANNOUNCE] Freevo-1.6.0 Released.

2006-10-28 Thread Dirk Meyer
Hi, Duncan Webb wrote: > A bit ahead of schedule Freevo-1.6.0 will be released this evening. "will be released this evening" means it is not done yet. I will check the tarballs and put it on sf the next 3 hours. After that, give sf some time to spread the files to the download server. Dischi -

Re: [Freevo-devel] [ANNOUNCE] Freevo-1.6.0 Released.

2006-10-28 Thread Dirk Meyer
Dirk Meyer wrote: > Hi, > > Duncan Webb wrote: >> A bit ahead of schedule Freevo-1.6.0 will be released this evening. > > "will be released this evening" means it is not done yet. I will check > the tarballs and put it on sf the next 3 hours. After that, give sf

Re: [Freevo-devel] [ANNOUNCE] Freevo-1.6.0 Released.

2006-10-29 Thread Dirk Meyer
"Evan Hisey" wrote: > Where is the new mmpython drop? http://www.sf.net/projects/mmpython Dischi -- Hit any user to continue. pgpa9VvcI9MCI.pgp Description: PGP signature - Using Tomcat but need to do more? Need to suppo

Re: [Freevo-devel] Freevo 2.0 Status

2006-10-30 Thread Dirk Meyer
Hans-Jürgen Ficker wrote: > * Channel names provided by XMLTV can have spaces (e.g. "KABEL 1", > "PRO 7", "RTL 2"). Since the channels in the favorites in > recordserver.fxd are separated by spaces, favorites for thes > channels don't work. Possible workarounds: (a) use a different > separa

Re: [Freevo-devel] New freevo pot

2006-10-31 Thread Dirk Meyer
Duncan Webb wrote: > Hi all, > > Is there a "Python" way to extract strings to generate a new freevo.pot? There was 'python setup.py i18n' to generate it. I'm not sure it still works for 2.0, it should work for 1.6. Dischi -- Standards are industry's way of codifying obsolescence. pgpkCFcYx

Re: [Freevo-devel] New freevo pot

2006-10-31 Thread Dirk Meyer
Duncan Webb wrote: > Dirk Meyer wrote: >> Duncan Webb wrote: >>> Hi all, >>> >>> Is there a "Python" way to extract strings to generate a new freevo.pot? >> >> There was 'python setup.py i18n' to generate it. I'm not sure i

Re: [Freevo-devel] [PATCH] kaa.base gcc-4.1.1 warnigs

2006-11-01 Thread Dirk Meyer
Duncan Webb wrote: > gcc 4.1.1 is a bit fussy over function prototypes, it complains about > int f() so this patch changes the two calls to int f(void). Fixed. Feel free to check in patches youself in the future, you have full svn access and the 1.6.0 release shows that you know what you are doin

Re: [Freevo-devel] kaa.matadata, freevo cache and pysqlite

2006-11-01 Thread Dirk Meyer
Duncan Webb wrote: > Hi, > > With mmpython and freevo-1.6 pysqlite-1 from the freevo2 wiki it doesn't > specify which versions of sqlite and pysqlite to use, so I'm guessing > that sqlite-3.3.5 and pysqlite-2.3.1 are okay as these are the current > gentoo versions. > > Does kaa.metadata require pys

[Freevo-devel] [Announce] Licence change for Kaa Media Repository

2006-11-02 Thread Dirk Meyer
Hi everone, I want to announce the licence change from GPL to LGPL for some modules of the Kaa Media Repository. What is Kaa Media Repository? The Kaa Media Repository is a repository of more or less independed Python modules that have something to do with media in general. It is the base for Fr

Re: [Freevo-devel] Kaa r1962 - trunk/popcorn/src/backends/xine

2006-11-02 Thread Dirk Meyer
Jason Tackaberry wrote: > Author: tack > Date: Thu Nov 2 16:33:04 2006 > New Revision: 1962 > > Modified: >trunk/popcorn/src/backends/xine/player.py > > Log: > Don't send window visibility event if setting window to None; > don't call _die() on child if child is None. LOL, I have the same pat

Re: [Freevo-devel] Kaa r1973 - trunk/popcorn/src/backends/xine

2006-11-02 Thread Dirk Meyer
Jason Tackaberry wrote: > Shouldn't this capture everything? This is how I designed kaa.player. > Did I miss something? Yes, you missed writing it down when you wrote kaa.player :) Dischi -- A marriage is always made up of two people who are prepared to swear that only the other one snores.

Re: [Freevo-devel] Kaa r1973 - trunk/popcorn/src/backends/xine

2006-11-02 Thread Dirk Meyer
Jason Tackaberry wrote: > Author: tack > Date: Thu Nov 2 21:15:17 2006 > New Revision: 1973 > > Modified: >trunk/popcorn/src/backends/xine/player.py > > Log: > Emit play signal when playing a stream from non-pause state. > > > Modified: trunk/popcorn/src/backends/xine/player.py > =

Re: [Freevo-devel] 1589913 ] cache rebuild, having problems building the cache..

2006-11-03 Thread Dirk Meyer
Jason Tackaberry wrote: > On Fri, 2006-11-03 at 19:51 +0100, Hans Meine wrote: >> On Friday 03 November 2006 18:50, SourceForge.net wrote: >> I know this error, it happens when a string contains NULL bytes. >> A simple way to fix this in this case would be to add an if.. statement >> around >> th

Re: [Freevo-devel] Kaa r1991 - in trunk/popcorn/src/backends: mplayer xine

2006-11-06 Thread Dirk Meyer
Jason Tackaberry wrote: > On Mon, 2006-11-06 at 19:53 +0100, Dirk Meyer wrote: >> Fix all backends to support 4:3 movies on 16:9 windows >> and the other way around. It is not possible to set a >> aspect ratio manually, e.g. having a 4:3 window shown >> on a 16:9 tv.

Re: [Freevo-devel] Kaa r1991 - in trunk/popcorn/src/backends: mplayer xine

2006-11-06 Thread Dirk Meyer
Jason Tackaberry wrote: > On Mon, 2006-11-06 at 21:17 +0100, Dirk Meyer wrote: >> No. What I did is make it work for 4:3 movies in 16:9 windows. That >> did not work before in mplayer because of the scaling and in xine 16:9 >> windows were not possible because of the expand

Re: [Freevo-devel] Kaa r1991 - in trunk/popcorn/src/backends: mplayer xine

2006-11-06 Thread Dirk Meyer
Jason Tackaberry wrote: > On Mon, 2006-11-06 at 22:33 +0100, Dirk Meyer wrote: >> other one below or equal? mplayer has such calculation for >> monitor_aspect, but that doesn't work together with our way of >> scaling. > > Doesn't it? This should be equ

[Freevo-devel] SVN Update: kaa.popcorn as audio player integrated

2006-11-09 Thread Dirk Meyer
Hi Freevo 2.0 SVN tester, I just replaced the current player code in audio with kaa.popcorn. The video code will follow once the interface is more powerfull (stuff like deinterlacing is still missing). It is a test right now, the first usage of kaa.popcorn. To setup the player, there is a new conf

Re: [Freevo-devel] Freevo in Java

2006-11-13 Thread Dirk Meyer
Jason Tackaberry wrote: > Dischi, now that Java is released under the GPL, shall we begin porting > Freevo to Java as previously discussed? After reading this several times ... you are joking, right? Dischi -- As far as we know, our computer has never had an undetected error. pgpbpGzhNwVWL.p

Re: [Freevo-devel] kaa.popcorn display aspect redux

2006-11-13 Thread Dirk Meyer
Jason Tackaberry wrote: > When I play a video that's 688x560 with an aspect of 1.75, and set > WINDOW = '4:3' in test/play.py, mplayer is being called with > scale=800:600,expand=800:600, which clearly isn't right. Doesn't look like it. BTW, I found a strange mplayer behaviour yesterday. I have a

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