I have some questions about hachoir (I never used it so far) and I suspect you
can answer them easily:
1. Does hachoir support Python 2.4+?
2. Is hachoir GPL v2 only or v2+.
Only the latter would be compatible with MediaCore so we really need v2+ (or v3).
3. Do you have any knowledge if hachoir works on Windows or MacOS?
To me it looks like some modules are GPL while the more basic ones are LGPL:
http://doc.freevo.org/api/kaa/#svn-access
Items left before the feature is done:
fs
--
You received this message because you are subscribed to the Google
Groups "MediaCore CE Developers" group.
You may also be interested in our facebook:
http://www.facebook.com/pages/MediaCore-Video-and-Podcasting-Platform/296505876256
You may follow us on twitter:
http://twitter.com/simplestation
To post to this group, send email to
mediacore-...@googlegroups.com
To unsubscribe from this group, send email to
mediacore-develo...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/mediacore-developers?hl=en?hl=en
Items left before the feature is done:
- check what happens if the "video" file contains only random data, will
kaa.metadata throw an exception in that case? (error-handling)
- install kaa.metadata on a bare-bones system with MediaCore prerequisites
installed.
- add the requirement to setup.py
Are you aware that MediaCore's setup.cfg blocks pypi? This was done by
> this is a little troublesome, as I need to make sense of the dependencies,
> installing from pypi does not work for me.
SimpleStation so that there are known "good" versions.
Try to install the egg
manually. I'll take care to get this uploaded to mediacore.com.
"kaa-data"? I assume you mean kaa-base?
kaa-base 0.6 seems to be quite old (2009) so I guess we just go with the
current development versions (0.99.x).
Don't worry. I'll fetch the tarballs, just let me know the version/revision
you tested. In generall we just source upload tarballs so they can be compiled
correctly on each platform.
Don't worry. I'll fetch the tarballs, just let me know the version/revision
you tested. In generall we just source upload tarballs so they can be compiled
correctly on each platform.
> As mentioned in the issue, the author of kaa.base will debug it withjust catching up: Is the problem resolved by now?
> venv+easy_install and tag a release next week.