Re: [Freevo-devel] The future of Freevo(.org)

2014-05-12 Thread Jason Tackaberry
On 14-01-21 03:33 AM, Meine, Hans wrote: I still admire the coroutine things in kaa, a concept I had some difficulties to get my head around, but which I really love. You might be interested to know (and I was delighted to learn about this a bit over a year ago now) that as of Python 3.4, the

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

2012-10-18 Thread Jason Tackaberry
On 12-01-07 12:10 PM, Jason Tackaberry wrote: I guess the question we need to answer is how many people use kaa on Python 2.5. I honestly have no idea, so given that we have made some effort to support Python 2.5 in the past, I thought we should at least maintain that support for a 1.0

Re: [Freevo-devel] recordserver startup issues

2012-09-03 Thread Jason Tackaberry
On 12-09-03 12:37 PM, Anders Thomson wrote: tv ~ # zgrep IPV6 /proc/config.gz CONFIG_IPV6=y My current thinking is that Python itself wasn't built with --enable-ipv6. Check: $ python -c 'import socket; print socket.has_ipv6' Is this a Gentoo, LFS, or similar custom built install? Btw any

Re: [Freevo-devel] recordserver startup issues

2012-09-03 Thread Jason Tackaberry
On 12-09-03 01:35 PM, Anders Thomson wrote: Being a c guy, it was not obvious to me that the _language_ had IP version knowledge (or anything IP related to it at all). It's not the language per se, but the socket module, which is written in C. It references structs and consts that might not

Re: [Freevo-devel] recordserver startup issues

2012-08-26 Thread Jason Tackaberry
On 12-08-25 01:35 PM, Anders Eriksson wrote: This machine now has CONFIG_IPV6 enabled and ifconfig lo shows ::1 config'd. Anything else v6 related required? Nope, a v6 network is not needed, only a dual stack kernel. Does it still not work? Cheers, Jason.

Re: [Freevo-devel] recordserver startup issues

2012-08-24 Thread Jason Tackaberry
On 12-08-24 08:50 AM, Anders Eriksson wrote: Any idea what might cause this? The socket code in kaa.base assumes a dual stack OS. This is almost always the case out-of-the-box, but custom configurations may have IPv6 disabled, which will cause this. I do intend to handle the single stack

Re: [Freevo-devel] Kaa error crashing Freevo

2012-05-12 Thread Jason Tackaberry
On 12-05-10 06:12 PM, Maciej Urbaniak wrote: I'm working on a new plugin for Freevo 1.9. I do get following kaa.base error. I work with git versions of both kaa and freevo. Thanks for the report, Maciej. This is fixed now.

Re: [Freevo-devel] Bugs on python-kaa using gcc-with-cpychecker

2012-04-25 Thread Jason Tackaberry
On 12-04-25 03:59 PM, Nicolas Chauvet wrote: As the Fedora package maintainer of the python-kaa modules, I've been reported bugs found using gcc-with-cpychecker static analyzer. https://bugzilla.redhat.com/show_bug.cgi?id=809940 https://bugzilla.redhat.com/show_bug.cgi?id=809578

Re: [Freevo-devel] Kaa development moved to GitHub

2012-04-02 Thread Jason Tackaberry
On 12-04-02 06:05 PM, John Molohan wrote: It seems to me like the wiki is still stuck pointing kaa users to GitHub and Freevo 1 and 2 users to SVN. Should I change all references of SVN to GitHub? Oops. I confess I forgot to update the wiki and add the MOVED_TO_GITHUB files to the svn

Re: [Freevo-devel] Kaa development moved to GitHub

2012-03-17 Thread Jason Tackaberry
On 12-03-17 04:52 AM, A Mennucc wrote: Ups! I copied the wrong URL! # git clone https://github.com/freevo Right, https://github.com/freevo is a link to the GitHub project page, which shows the individual repositories there that you can clone. FYI, we'll be migrating the Freevo repos from

[Freevo-devel] Kaa development moved to GitHub

2012-01-16 Thread Jason Tackaberry
Hi everyone, For those that aren't aware, Kaa is an umbrella project for a series of modules that provide various functionality to both Freevo 1 and Freevo 2. Up until now, both Kaa and Freevo were using a subversion (svn) server maintained by yours truly on freevo.org, our hosted server

Re: [Freevo-devel] Removing shm from kaa.base

2012-01-08 Thread Jason Tackaberry
On 11-12-30 11:24 AM, Dirk Meyer wrote: Feel free, I use /dev/shm for kaa.candy. Done. -- Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex infrastructure or vast IT resources to deliver

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

2012-01-07 Thread Jason Tackaberry
On 12-01-07 11:38 AM, Dirk Meyer wrote: Do we have to? It would be fine by me to raise the minimum to 2.6 if that helps. I'm somewhat on the fence. We do need to drop Python 2.5 support at some point, but I was thinking of doing that post-1.0. I guess the question we need to answer is how

[Freevo-devel] Removing shm from kaa.base

2011-12-30 Thread Jason Tackaberry
I'm considering removing the shm module in kaa.base, but before I do I wanted to see if anyone had any objections. The module was being used for popcorn, in order to transfer video frames between processes. This method is not used anymore (never was really used beyond a PoC). The module isn't

Re: [Freevo-devel] Possible slight bug/typo/oversight in kaa.base.KaaFinder's find_module method

2011-11-17 Thread Jason Tackaberry
On 11-11-17 07:39 PM, Mikael Norgren wrote: I ran into the following issue when trying to use some of the kaa modules under a Django app. Interesting to hear. Out of curiosity, what functionality of kaa.base are you using under Django? It looks like the 'path' argument should be optional

Re: [Freevo-devel] kaa rpc and IPV6

2011-11-11 Thread Jason Tackaberry
On 11-11-09 07:07 AM, A Mennucc wrote: I nailed it. It depends on the value of /proc/sys/net/ipv6/bindv6only Nice catch! I hadn't had time to dig into this one. Thanks for doing the leg work. :) I think that if you want kaa to work uniformly in all systems then you should explicitely set

Re: [Freevo-devel] [Freevo-cvslog] Kaa r4619 - in trunk/WIP/webmetadata/src: . beacon movie tv

2011-11-05 Thread Jason Tackaberry
On 11-11-04 03:45 PM, Dirk Meyer wrote: Modified: trunk/WIP/webmetadata/src/__init__.py == --- trunk/WIP/webmetadata/src/__init__.py (original) +++ trunk/WIP/webmetadata/src/__init__.py Fri Nov 4 15:45:31 2011

Re: [Freevo-devel] Kaa r4619 - in trunk/WIP/webmetadata/src: . beacon movie tv

2011-11-05 Thread Jason Tackaberry
On 11-11-05 01:33 PM, Dirk Meyer wrote: Right now, webinfo is doing that as well as the Freevo plugin. I suppose the easiest first step is to move all the beacon-dependent stuff under webmetadata/beacon/? Then you can import it directly and use the beacon-aware stuff, as opposed to requiring

Re: [Freevo-devel] Kaa r4619 - in trunk/WIP/webmetadata/src: . beacon movie tv

2011-11-04 Thread Jason Tackaberry
On 11-11-04 03:51 PM, Dirk Meyer wrote: Stupid command line. The log message should only for the beacon plugin. It also fits for the rest, but the main message would be: make it work again after Jason's changes I'd sure appreciate more detailed commit logs in general. r4620, for example, was

Re: [Freevo-devel] kaa rpc and IPV6

2011-11-03 Thread Jason Tackaberry
On 11-11-01 12:26 PM, A Mennucc wrote: [snip] I can also tell that the freevo-box is running Debian/squeeze/i386 , and uses Python 2.6.6 Unfortunately there's really nothing in here that tells me what's going wrong. Nothing looks out of the ordinary. kaa.Socket uses AF_INET6 sockets

Re: [Freevo-devel] traceback in kaa/base/core.py

2011-11-02 Thread Jason Tackaberry
On 11/02/2011 03:11 AM, A Mennucc wrote: hi, I just got another traceback, I post in case you may want to see it Silly bug. Definitely a less traveled code path. :) Fixed in svn. Cheers! -- RSA#174; Conference 2012

Re: [Freevo-devel] kaa rpc and IPV6

2011-11-01 Thread Jason Tackaberry
On 11/01/2011 06:06 AM, A Mennucc wrote: After many (many!) hours of trial-and-error, I wrote the two scripts in attachment. The scripts expose a problem , that AFAICT may be (according to tracebacks) in _resolve_hostname_with_action in kaa/base/sockets.py Problem: it seems that SVN kaa rpc

Re: [Freevo-devel] buglet in kaa

2011-11-01 Thread Jason Tackaberry
On 11/01/2011 12:28 PM, A Mennucc wrote: the following patch corrects a buglet in kaa metadata Looking at the code and svn log, this bug was already fixed in r3212, which was committed back in 2008 :) Cheers, Jason. --

Re: [Freevo-devel] python 2.7 and Debian wheezy

2011-10-23 Thread Jason Tackaberry
On 11-10-22 05:02 PM, A Mennucc wrote: checking for kaa.imlib2... not found What's the output of: $ python -c 'import kaa.imlib2; print kaa.imlib2' Cheers, Jason. -- The demand for IT networking professionals

Re: [Freevo-devel] [Freevo-cvslog] Kaa r4468 - in trunk/display: . src test

2011-08-08 Thread Jason Tackaberry
Thanks for adding this feature, Adam. Some comments: On 11-08-07 06:53 AM, Adam Charrett wrote: -def _get_display(display): +def get_display(display=None): + +Get a display object for the specfied display. +@param display: The name of the display to return (in standard X11

Re: [Freevo-devel] kaa.popcorn

2011-07-25 Thread Jason Tackaberry
On 11-07-23 08:17 AM, Dirk Meyer wrote: Patching mplayer is bad Which is listed as a con. But I wouldn't say it's bad should be the final word. It's a trade-off, and has advantages over other options. I like the idea of a display engine. A redesign of kaa.candy should take this into

Re: [Freevo-devel] Compiling and testing Freevo2

2011-07-20 Thread Jason Tackaberry
On 11-07-19 03:26 PM, Dirk Meyer wrote: Jason: can you post the current code you have for this? I have nothing uncommitted in kaa.popcorn. I had a C-only prototype to figure out how to do it. Redirecting the video to a texture is pretty easy, though: ClutterActor *tex; tex =

Re: [Freevo-devel] The future of Freevo 2.0

2011-07-20 Thread Jason Tackaberry
On 11-07-17 05:47 AM, Dirk Meyer wrote: I tried XBMC some days ago and while it looks very nice, it forces me to organize my media collection in a way I don't want to and has some usability issues (IMHO). Therefore, I still need Freevo. :) You know it's funny you say that, because after

Re: [Freevo-devel] Fwd: kaa-metadata + gtk main loop + subprocess = when child exits, 100% CPU usage

2011-02-09 Thread Jason Tackaberry
On Mon, 2011-02-07 at 17:18 -0300, Juan Manuel Santos wrote: Forwarding this to the list again in case it was not read. Sorry Juan, I've just been extremely busy lately and not had much time to work on this sort of thing. I'm hoping by Sunday I should be able to look into your problem. Cheers,

Re: [Freevo-devel] Kaa r4439 - trunk/metadata/src

2011-01-24 Thread Jason Tackaberry
On 11-01-24 01:49 PM, Dirk Meyer wrote: and was happy. The reason I added the code is that themoviedb has support to detect the movie based on the hash -- but both files I tried gave no result. But hey, it is a new feature on the side, let's wait some weeks and see what will happen.

Re: [Freevo-devel] [Freevo-cvslog] Kaa r4446 - trunk/beacon/bin

2011-01-23 Thread Jason Tackaberry
On Sun, 2011-01-23 at 21:49 +0100, Dirk Meyer wrote: -print ' ' * (type_col_len + 5) + '| %s: %s' % (key, r.get(key)) +print ' ' * (type_col_len + 5) + '| %s: %s' % (key, kaa.unicode_to_str(r.get(key))) Should use kaa.py3_b() instead of

Re: [Freevo-devel] [Freevo-cvslog] Kaa r4439 - trunk/metadata/src

2011-01-23 Thread Jason Tackaberry
On Sun, 2011-01-23 at 14:08 +0100, Dirk Meyer wrote: Add file hash based on calculations from http://trac.opensubtitles.org/projects/opensubtitles/wiki/HashSourceCodes Based on the description in the URL, this code is wrong: +filehash = 0 +if filesize = 65536 * 2: +

Re: [Freevo-devel] Can Kaa-[base|metadata] run on Windows?

2011-01-19 Thread Jason Tackaberry
Hi Juan, On Wed, 2011-01-19 at 17:16 -0300, Juan Manuel Santos wrote: I believe this library is Unix only, so here goes my question: is it possible to build and install Kaa under Windows, or is this not supported? Windows is definitely a platform dischi and I never cared to support. In fact,

Re: [Freevo-devel] Kaa/Twisted integration used in Freevo 1.x?

2011-01-03 Thread Jason Tackaberry
On Mon, 2011-01-03 at 20:55 +, Adam Charrett wrote: I don't think so, although it does use kaa rpc to communicate with the record server and waits on the in progress objects returned by those calls. Understood, thanks for the clarification. Calling wait() on an InProgress object will

[Freevo-devel] Kaa/Twisted integration used in Freevo 1.x?

2011-01-01 Thread Jason Tackaberry
Hey Adam, I understand that 1.x is using Twisted in various places. Does any of this rely on integration with the kaa mainloop, either using kaa.reactor, or using the twisted notifier via select_notifier()? I did some quick grepping through the source tree but I couldn't see anything that

Re: [Freevo-devel] kaa-metadata + gtk main loop + subprocess = when child exits, 100% CPU usage

2010-12-31 Thread Jason Tackaberry
On Thu, 2010-12-30 at 17:08 -0300, Juan Manuel Santos wrote: Thanks for the info. I have already settled with option 3. Don't get your head too much into this since it's not kaa's fault. Nevertheless it's a good thing that kaa triggered this so we could find out. In any case, kaa.base svn

Re: [Freevo-devel] kaa-metadata + gtk main loop + subprocess = when child exits, 100% CPU usage

2010-12-30 Thread Jason Tackaberry
[Readding freevo-devel; we should try to keep the discussion on the mailing list so others can follow.] On Wed, 2010-12-29 at 20:56 -0300, Juan Manuel Santos wrote: I have Pygtk-2.17.0 and GTK+-2.20-r1, using Gentoo. I have a system (Ubuntu 10.04) that has fairly similar versions, but can't

Re: [Freevo-devel] kaa-metadata + gtk main loop + subprocess = when child exits, 100% CPU usage

2010-12-30 Thread Jason Tackaberry
On Thu, 2010-12-30 at 09:25 -0500, Jason Tackaberry wrote: I've been reading a bit about this problem (or at least related issues) and some people can't reproduce it. For example in https://bugzilla.gnome.org/show_bug.cgi?id=481569 Johan Dahlin says he's not able to reproduce. Also, can you

Re: [Freevo-devel] kaa-metadata + gtk main loop + subprocess = when child exits, 100% CPU usage

2010-12-30 Thread Jason Tackaberry
[Readding the mailing list again. Don't forget to reply-to-all :)] On Thu, 2010-12-30 at 13:43 -0300, Juan Manuel Santos wrote: Good news! Can't reproduce it with kaa-base/kaa-metadata trunk :) Fixed maybe? This could be a result of the lazy importing that's in kaa. Can you explicitly

Re: [Freevo-devel] kaa-metadata + gtk main loop + subprocess = when child exits, 100% CPU usage

2010-12-30 Thread Jason Tackaberry
On Thu, 2010-12-30 at 13:50 -0300, Juan Manuel Santos wrote: Yes, importing kaa.process yields the same problem, 100% CPU usage for the Python process. Ok, thought it might. Can you strace now and tell me what's repeating when the cpu pegs? I took a quite hasty look at the bug you posted,

Re: [Freevo-devel] kaa-metadata + gtk main loop + subprocess = when child exits, 100% CPU usage

2010-12-30 Thread Jason Tackaberry
On Thu, 2010-12-30 at 14:05 -0300, Juan Manuel Santos wrote: Alright, keep me posted and let me know if you need anything else of me. Yeah, can you still check out strace for me? :) -- Learn how Oracle Real

Re: [Freevo-devel] kaa-metadata + gtk main loop + subprocess = when child exits, 100% CPU usage

2010-12-30 Thread Jason Tackaberry
On Thu, 2010-12-30 at 14:09 -0300, Juan Manuel Santos wrote: Is this useful? I just ran strace python algo.py, sorry if I am quite a rookie with strace, never really used it a lot. It sort of confirmed by suspicion that it was busy-polling on a non-blocking file descriptor, but the actual

Re: [Freevo-devel] kaa-metadata + gtk main loop + subprocess = when child exits, 100% CPU usage

2010-12-29 Thread Jason Tackaberry
On Fri, 2010-12-24 at 15:08 -0500, Jason Tackaberry wrote: I understand why you're seeing the 100% cpu usage problem and it shouldn't be too difficult to fix. Well I thought I did, but it turns out I can't reproduce it. I certainly see a few related issues, so it might be a race condition. I'm

Re: [Freevo-devel] freevo-1.9.2: python version required

2010-12-24 Thread Jason Tackaberry
On Fri, 2010-12-24 at 08:12 +0100, Alberto Hernando wrote: Right now, I'm using svn which is probably quite the same as beta. I'm also using python-2.5 (which is supposed to be supported) and I have had a few issues with it. There are open threads in this list, but those bugs aren't likely to

Re: [Freevo-devel] kaa-metadata + gtk main loop + subprocess = when child exits, 100% CPU usage

2010-12-24 Thread Jason Tackaberry
On Fri, 2010-12-24 at 13:24 -0300, Juan Manuel Santos wrote: I think I get what I am doing this, I am kind of integrating kaa's main loop inside GTK (or calling GTK's from inside kaa?). Anyway, besides these three lines of code I touched, is there any implication for doing this? For

Re: [Freevo-devel] no thumbnail in videos

2010-12-11 Thread Jason Tackaberry
On Sat, 2010-12-11 at 11:19 +0100, Alberto Hernando wrote: I've removed anything related to kaa, even the svn tree, downloaded again and tried your command. But still an error: Definitely a bug. Python 2.5 doesn't get a lot of coverage anymore, so this one went unnoticed. I just committed a

Re: [Freevo-devel] no thumbnail in videos

2010-12-10 Thread Jason Tackaberry
On Wed, 2010-12-08 at 20:25 +0100, Alberto Hernando wrote: We are using different versions of python. Could it be the problem? I don't see that I need python-2.6. At least for now, kaa doesn't need Python 2.6, but it does need 2.5 (which you seem to have). It does sound like you've got some

Re: [Freevo-devel] kaa.imlib2 regressions (was Re: [Freevo-users] more about images)

2010-11-10 Thread Jason Tackaberry
On Wed, 2010-11-10 at 14:03 +, Adam Charrett wrote: I've copied the freevo-devel list for Jason to pick this up. Thanks for the heads up. I've committed fixes for these regressions. If you like, feel free to commit these types things yourself, Adam. You do have write access to the kaa

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

2010-09-29 Thread Jason Tackaberry
On Wed, 2010-09-29 at 21:40 +0200, Dirk Meyer wrote: Log: Catch problems when unpickeling the exception. This is needed because for some reason urllib2 Exceptions cannot be recreated [...] +try: +exc_value, stack = cPickle.loads(payload) +except

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

2010-09-26 Thread Jason Tackaberry
On Sun, 2010-09-26 at 16:08 +0200, Dirk Meyer wrote: It always provides a unicode string here Geez, I'm an idiot. I fixed this ages ago on my local tree but never committed it. It's committed now, can you revert your change to beacon?

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

2010-09-25 Thread Jason Tackaberry
On Fri, 2010-09-24 at 20:05 +0200, Dirk Meyer wrote: It does -- at least for me. It seems to be a new bug to me but causes beacon to crash with a database error (string vs unicode). It took me a long time to trace the bug to inotify and now it works. I'm not able to reproduce this. From what

Re: [Freevo-devel] [Freevo-cvslog] Kaa r4410 - trunk/beacon/src/server

2010-09-24 Thread Jason Tackaberry
On Fri, 2010-09-24 at 19:22 +0200, Dirk Meyer wrote: Log: make sure we have a string as filename Actually INotify should never emit unicode filenames, always byte strings. I'll fix INotify if it's doing that. --

Re: [Freevo-devel] H.264 Profile and Level

2010-09-15 Thread Jason Tackaberry
Hi Mike, On Tue, 2010-09-14 at 17:51 -0400, Mike Pelley wrote: I'm new to the list, and just joined to make this request. I was writing a python script to convert MKV video files to iPad/iPod/PS3/360 compatible MP4 files and discovered kaa.metadata. It's much nicer than parsing the output of

Re: [Freevo-devel] kaa.metadata english language code

2010-08-31 Thread Jason Tackaberry
On Tue, 2010-08-31 at 03:15 -0500, Dan Saul wrote: With kaa.metadata version 0.7.7 it seems that the english language code is omitted. All other language codes show however. Can you test with kaa.metadata svn? English is certainly there and working. The mkv parser was discarding the 'und'

Re: [Freevo-devel] kaa.metadata needs matroska tag support

2010-08-29 Thread Jason Tackaberry
On Sat, 2010-08-28 at 16:11 +0200, m.bey...@gmx.de wrote: Awesome, I would really apreciate it. Could you drop me a quick reply if you add it? Ok, I've committed Matroska tags support in r4363. I added a tags framework to the Media core object, which means other parsers can and should use it

Re: [Freevo-devel] kaa.metadata needs matroska tag support

2010-08-24 Thread Jason Tackaberry
Hi Marcus, On Tue, 2010-08-24 at 19:17 +0200, m.bey...@gmx.de wrote: would it be much trouble to have kaa.metadata support matroska tags? Should be straightforward enough. I'm not sure since matroska.org appears to be down at the moment, but this would probably involve introducing a new 'tags'

Re: [Freevo-devel] New appletrailers script and kaa.xmlutils

2010-08-21 Thread Jason Tackaberry
On Fri, 2010-08-20 at 14:32 +0200, Hans Meine wrote: That does not sound like zen-compatible python to me. :-) (Explicit is better than implicit) FWIW, the __setitem__ looks very good to me. I agree. Having implicit conversion between dashes and underscores makes the API cleaner, since you

Re: [Freevo-devel] Patch for kaa.xmlutils. Add support for more than one text element inside an element

2010-08-15 Thread Jason Tackaberry
On Sun, 2010-08-15 at 14:17 +0200, Dirk Meyer wrote: Arguments with a minus in it are not supported, not easily, you could force it. But why do you need mplayer-args? I'm asking because kaa.popcorn has no support for that feature. Every option you need should be a popcorn property or config.

Re: [Freevo-devel] Patch for kaa.xmlutils. Add support for more than one text element inside an element

2010-08-15 Thread Jason Tackaberry
On Sun, 2010-08-15 at 18:03 +0200, Dirk Meyer wrote: Well, this does not work due to the minus. But the following (ugly code) shoudl work (untested) node.add_child(video, **{mplayer-options: foo}) Yes, I already suggested that earlier in this thread. :) So now it's more a question of how do

Re: [Freevo-devel] [Freevo-cvslog] Kaa r4334 - in trunk/candy: . doc src/backend src/widgets

2010-08-15 Thread Jason Tackaberry
On Sun, 2010-08-15 at 22:57 +0200, Dirk Meyer wrote: # If your extensions are in another directory, add it here. If the directory # is relative to the documentation root, use os.path.abspath to make it # absolute, like shown here.

Re: [Freevo-devel] Patch for kaa.xmlutils. Add support for more than one text element inside an element

2010-08-11 Thread Jason Tackaberry
Hi John, On Tue, 2010-08-10 at 22:05 +0100, John Molohan wrote: This patch addresses this and allows elements to contain more than one text element so that tags such as in this example are handled correctly: url mplayer-options=-user-agent

Re: [Freevo-devel] Patch for kaa.xmlutils. Add support for more than one text element inside an element

2010-08-11 Thread Jason Tackaberry
On Wed, 2010-08-11 at 20:17 +0100, John Molohan wrote: Just so I'm clear, url is the element, mplayer-options is the attribute and is the trailer url the child node? Right. Well, more specifically, mplayer-options is an attribute of the url element, and the trailer URL string is a text node

Re: [Freevo-devel] freevo2 trunk: status

2010-08-10 Thread Jason Tackaberry
On Tue, 2010-08-10 at 11:45 +0100, Adam Charrett wrote: This is one of my concerns about losing Xine! I also use Xine for watching TV, as mplayer doesn't support subtitles and vlc doesn't show the right colours. I'm not quite as motivated as dischi to drop Xine support, because it's still the

Re: [Freevo-devel] kaa.metadata starts kaa main loop?

2010-08-09 Thread Jason Tackaberry
On Mon, 2010-08-09 at 20:17 +0200, Dirk Meyer wrote: It is needed for a clean mainloop shutdown Why? My best guess is that you're trying to handle the case where the app calls sys.exit() to exit, but if they're a kaa app they should be using kaa.main.stop() and if they're a twisted app they

Re: [Freevo-devel] kaa.metadata starts kaa main loop?

2010-08-09 Thread Jason Tackaberry
On Mon, 2010-08-09 at 21:14 +0200, Dirk Meyer wrote: The kaa mainloop may run in a thread with QT or twisted being the main app. In that case we need a clean shutdown outside kaa. This is what I remeber, it has been a long time since I wrote it. :) I think if the user does that, we should

Re: [Freevo-devel] freevo2 trunk: status

2010-08-09 Thread Jason Tackaberry
On Mon, 2010-08-09 at 22:01 +0200, Dirk Meyer wrote: 3. I have some local patches for kaa.popcorn to enable decoding H.264 on the GPU but it may break other stuff. I guess I have to clean up kaa.popcorn first: [...] Currently the WIP popcorn just has an MPlayer backend. I definitely

Re: [Freevo-devel] freevo2 trunk: status

2010-08-09 Thread Jason Tackaberry
On Mon, 2010-08-09 at 22:22 +0200, Dirk Meyer wrote: What features does it have? Is normal playback, seek, etc. working? I have no problems using the WIP stuff. It's been a long time since I worked on it, as you know, but yes I think all the basic plumbing is in place and working. P.S.: I'm

Re: [Freevo-devel] freevo2 trunk: status

2010-08-09 Thread Jason Tackaberry
On Mon, 2010-08-09 at 16:33 -0400, Jason Tackaberry wrote: On Mon, 2010-08-09 at 22:22 +0200, Dirk Meyer wrote: P.S.: I'm not sure, but I guess there is a bug in kaa.config somewhere. For some reason a variable with True as default is detected as bool while a variable with False as default

Re: [Freevo-devel] freevo2 trunk: status

2010-08-09 Thread Jason Tackaberry
On Mon, 2010-08-09 at 16:33 -0400, Jason Tackaberry wrote: Anyway, WIP popcorn doesn't do this yet, so there's no kaa.display support to remove. It also doesn't do vdpau but that should be relatively straightforward to add. I added some initial vdpau support, as well as a bit more support

Re: [Freevo-devel] kaa.metadata starts kaa main loop?

2010-08-08 Thread Jason Tackaberry
On Sun, 2010-08-08 at 14:27 +0200, m.bey...@gmx.de wrote: The problem I have with this is that kaa seams to start some sort of signals handlers and other mainloop stuff that, in my case, prevents my program to quit properly. I'm not aware of anything in kaa.metadata that depends on the

Re: [Freevo-devel] freevo2 trunk: tvserver rpc address bind failure

2010-08-05 Thread Jason Tackaberry
On Wed, 2010-08-04 at 21:35 +0100, John Molohan wrote: Is the tvserver ready for use? Any pointers on how to get started and what is supported at the moment? Unfortunately I don't really know, because dischi wrote it. Dischi did just write http://doc.freevo.org/2.0/TVServer which says this

Re: [Freevo-devel] freevo2 trunk: tvserver rpc address bind failure

2010-08-05 Thread Jason Tackaberry
On Thu, 2010-08-05 at 09:30 -0400, Jason Tackaberry wrote: Unfortunately I don't really know, because dischi wrote it. Dischi did just write http://doc.freevo.org/2.0/TVServer which says this about its status: Also, I fleshed out a bit more on config file syntax at http://doc.freevo.org/2.0

Re: [Freevo-devel] freevo2 trunk: tvserver rpc address bind failure

2010-08-04 Thread Jason Tackaberry
On Tue, 2010-08-03 at 14:37 -0700, Alain Péteut wrote: DEBUG sockets(397): Replacing dead unix socket at /tmp/kaa-1000/('localhost', 7600) Notice here that it's using a UNIX socket instead of a TCP socket. File

Re: [Freevo-devel] freevo2 trunk: tvserver rpc address bind failure

2010-08-03 Thread Jason Tackaberry
Hi Alain, On Sun, 2010-08-01 at 02:47 -0700, Alain Péteut wrote: With rpc.address = (localhost,7600) : Traceback (most recent call last): [...] Can you provide the complete traceback? Thanks, Jason. -- The Palm

Re: [Freevo-devel] Sourceforge Admins

2010-07-29 Thread Jason Tackaberry
On Wed, 2010-07-28 at 22:04 +0100, Adam Charrett wrote: Hi Jason, that would be useful, my username is charrea6. Added. Thanks! -- The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to

Re: [Freevo-devel] Sourceforge Admins

2010-07-28 Thread Jason Tackaberry
On Tue, 2010-07-20 at 21:01 +0100, Adam Charrett wrote: Now we've unfortunately lost Duncan would it be a good idea to add John Molohan as an Admin to the sourceforge project (assuming you wouldn't mind the job John)? [...] What do you guys think? John's been quiet on this, but I agree, and

Re: [Freevo-devel] support for more architecture in kaa

2010-06-12 Thread Jason Tackaberry
On Wed, 2010-06-02 at 10:23 +0100, John Molohan wrote: Ping Jason! Any chance of a write up? I intend to include a tutorial as part of the core documentation. I just haven't found the time lately. :( -- ThinkGeek and

Re: [Freevo-devel] support for more architecture in kaa

2010-05-02 Thread Jason Tackaberry
On Fri, 2010-04-30 at 10:12 -0400, Jason Tackaberry wrote: It was missed. I spent a bit of time just now trying to figure out how to get myself emailed on tickets opened with the 'kaa svn' group but failed due to SourceForge's issue tracker being inscrutable. Assistance welcome. I created

Re: [Freevo-devel] support for more architecture in kaa

2010-04-30 Thread Jason Tackaberry
On Fri, 2010-04-30 at 13:15 +0100, John Molohan wrote: Hi Dischi, Jason, There's a bugtracker entry for kaa just in case it was missed. https://sourceforge.net/tracker/?func=detailaid=2976967group_id=46652atid=446895 It was missed. I spent a bit of time just now trying to figure out how to

Re: [Freevo-devel] Patch for kaa.epg

2010-04-29 Thread Jason Tackaberry
On Thu, 2010-04-29 at 10:23 +0100, Adam Charrett wrote: Yep tested using the test scripts in the tests directory :-) 2nd patch attached. Thanks. Applied with a minor (untested) tweak. Let me know if I broke it. :) Now that I look at it again a bit more closely, it'd be nice to make the

Re: [Freevo-devel] Patch for kaa.epg

2010-04-28 Thread Jason Tackaberry
Hi Adam, On Wed, 2010-04-28 at 13:14 +0100, Adam Charrett wrote: I'm starting to look into moving freevo 1.x to using the kaa.epg as I'm hoping this should reduce memory requirements for my record server. Cool. Would be nice to get kaa.epg a bit more testing. 'title':'title',

Re: [Freevo-devel] [Freevo-cvslog] Kaa r4290 - trunk/base/doc/core

2010-02-04 Thread Jason Tackaberry
On Mon, 2010-02-01 at 20:37 +0100, Hans Meine wrote: square = kaa.Callable(pow, 2) print square(5) In fact, this looks more like currying than like a partial function to me. ;-) (I.e. pow is curried, in the sense that arguments are 'attached'/'filled in'.) Although square

Re: [Freevo-devel] [Freevo-cvslog] Kaa r4286 - trunk/WIP/webmetadata/src

2010-01-01 Thread Jason Tackaberry
On Fri, 2010-01-01 at 20:15 +0100, Dirk Meyer wrote: +WORKER_THREAD = 'WEBMETADATA' I don't think a constant is needed here. If you use the literal string elsewhere and happen to typo it, you will get a warning now, and an exception later (once we remove implicit thread pool creation). Also,

Re: [Freevo-devel] [Freevo-users] imlib2 error on installing kaa

2009-11-25 Thread Jason Tackaberry
On Wed, 2009-11-25 at 08:21 +, Adam Charrett wrote: There is also a bug in the setup.py which includes svg.c even when svg support is disabled. Silly bug. Patch applied. Thanks, Jason. -- Let Crystal Reports

Re: [Freevo-devel] [Freevo-cvslog] Kaa r4276 - trunk/base/src/distribution

2009-11-18 Thread Jason Tackaberry
On Wed, 2009-11-18 at 10:37 +0100, Dirk Meyer wrote: Log: Use absolute import, freevo does not like it otherwise. I have no idea why it is needed, but it is. Well, could you at least say what problem it fixes? -- Let

Re: [Freevo-devel] [Freevo-cvslog] Kaa r4275 - trunk/feedmanager/src

2009-11-18 Thread Jason Tackaberry
On Wed, 2009-11-18 at 10:27 +0100, Dirk Meyer wrote: Log: Again doc update. The spaces seem to be important. I'm not sure I like that. You should have voiced that concern when we discussed the syntax rather than after it was implemented. :) Currently, for backward compatibility, [] is the

Re: [Freevo-devel] [Freevo-users] Video showing slick new OSD for Freevo-1

2009-10-21 Thread Jason Tackaberry
On Wed, 2009-10-21 at 19:54 +0100, John Molohan wrote: from kaa.distribution.core import * Traceback (most recent call last): File stdin, line 1, in module File /usr/lib/python2.5/site-packages/kaa/__init__.py, line 7, in module except (ImportError,

Re: [Freevo-devel] Where to start?

2009-10-15 Thread Jason Tackaberry
On Sat, 2009-10-10 at 11:08 +0200, Dirk Meyer wrote: 1. Make video work on clutter. I guess that is Jason's task if he is still working on it. I am. Perhaps not as diligently as I ought to. Including the day job, I've got too many projects on the go presently. A bit of a status update,

Re: [Freevo-devel] pausing before playing makes popcorn won't play anything

2009-09-11 Thread Jason Tackaberry
On Fri, 2009-09-11 at 11:42 +0800, peng tian wrote: Calling player.pause() before player.play() causes the play inprogress won't finish and the playback won't start, and the mplayer process won't start either. Can you try this with popcorn2? (It's in WIP/popcorn2) It's not complete yet, but

Re: [Freevo-devel] [Freevo-cvslog] Kaa r4223 - in trunk: WIP/webmetadata base/src

2009-08-31 Thread Jason Tackaberry
On Sun, 2009-08-30 at 23:25 +0200, Dirk Meyer wrote: Arg, sorry. I did not want to check that in. The Python Emacs mode was too stupid. It has problems with the ' in the comments and messed up the syntax highlighting. So I removed them to have a better view. :) Such problems are of course

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

2009-08-31 Thread Jason Tackaberry
On Mon, 2009-08-31 at 15:04 +0200, Dirk Meyer wrote: -''' + Sigh. Can Emacs really not be fixed? -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial.

Re: [Freevo-devel] [Freevo-cvslog] Kaa r4223 - in trunk: WIP/webmetadata base/src

2009-08-30 Thread Jason Tackaberry
On Sun, 2009-08-30 at 20:08 +0200, Dirk Meyer wrote: --- trunk/base/src/process.py (original) +++ trunk/base/src/process.py Sun Aug 30 14:08:07 2009 @@ -230,7 +230,7 @@ .. describe:: def callback(chunk, ...) - :param chunk: data read from the child's stdout or

Re: [Freevo-devel] kaa.rpc Client channel closed bug

2009-08-17 Thread Jason Tackaberry
On Mon, 2009-08-17 at 10:23 +0100, Adam Charrett wrote: Any way the fix seems to work. Good to hear. Thanks for following up. -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial.

Re: [Freevo-devel] kaa.rpc Client channel closed bug

2009-08-14 Thread Jason Tackaberry
On Fri, 2009-08-14 at 14:43 +0100, Adam Charrett wrote: The inprogress object yielded by this call doesn't seem to be finished even though the Channel's closed signal is fired. Are you sure the 'closed' signal is being emitted? I don't think it is, which is the problem. This looks like a

Re: [Freevo-devel] kaa.rpc Client channel closed bug

2009-08-14 Thread Jason Tackaberry
On Fri, 2009-08-14 at 12:40 -0400, Jason Tackaberry wrote: Are you sure the 'closed' signal is being emitted? I don't think it is, which is the problem. This looks like a regression introduced in r4026. I'll try to fix this today. Actually I just committed something now. Let me know how

Re: [Freevo-devel] [Freevo-cvslog] Kaa r4213 - in trunk/base/src: . extensions

2009-07-29 Thread Jason Tackaberry
On Thu, 2009-07-30 at 00:12 +0200, Jason Tackaberry wrote: Log: kaa.db bug fixes: - when updating an object by clearing an ATTR_SIMPLE attribute, the pickle was being updated in the database. Er, was _not_ being updated. Fixed now so that it properly updates

[Freevo-devel] kaa.base svn breakage due to eggs

2009-07-02 Thread Jason Tackaberry
To those of you who helped test the recent kaa.base updates, my thanks. I'm disabled the egg support in kaa.base by default for now, until we can address some of the problems. If you installed kaa.base from svn over the past week, please remove site-packages/kaa* and reinstall the kaa modules

Re: [Freevo-devel] kaa-base 0.6.0 and python2.6 compliance.

2009-07-01 Thread Jason Tackaberry
On Wed, 2009-07-01 at 13:43 +0200, Nicolas Chauvet wrote: I've backported the needed changes along with the hashlib move Just to let you know, a release of kaa.base 0.99.0 is imminent. I want to leave a bit of time for the recent (non-API) changes I made to bake, and after that I'll release

Re: [Freevo-devel] [Freevo-cvslog] r11605 - branches/rel-1/freevo tags/REL-1_9_1/freevo

2009-07-01 Thread Jason Tackaberry
On Wed, 2009-07-01 at 13:36 -0500, Jonathan Isom wrote: On Thu, June 25, 2009 4:52 pm, Duncan Webb wrote: Author: duncan Date: Thu Jun 25 11:52:25 2009 New Revision: 11605 Email etiquette sidebar: IMHO bottom-posting and not pruning the quoted reply text is worse than top-posting.

Re: [Freevo-devel] kaa.base changes for those tracking trunk

2009-07-01 Thread Jason Tackaberry
Hi Richard, On Wed, 2009-07-01 at 23:22 +0200, Richard van Paasen wrote: freevo automatically quits (w/o debug output) after a few seconds. I updated both kaa and freevo to latest svn. Just to be sure, if you do 'svn info .' from the kaa/base directory, what is the revision? WARNING:

  1   2   3   4   5   6   7   8   9   10   >