MAFW and Python: asking for developers feedback
Igalia, Linux, Maemo (EN), Programmazione, Python Add commentsMAFW is a new multimedia framework that will be used in Fremantle.
The PyMaemo team is currently working on writing bindings for Python
language for this library and at the moment we've released a 0.1
version of python-mafw that you can install directly from Scratchbox
repository.
Not all the methods are implemented (you can manage the Registry and
the Playlist, but nothing more), because even if we're using codegen
to generate bindings (and it's helping us a lot), we've seen that at
least 30-40 methods have to be overridden by hand so it's taking us
more time than we expected and we're trying to organize how to
continue this work.
We would like to get feedback from python application developers and
also from C application developers that are currently using MAFW so we
can work on a "roadmap" that reflects what developers want:
- What are the functionalities you're using in your application that you think they cannot miss in the Python binding?
- Have you already started using MAFW or even better python-mafw to develop something?
- What is the currently missing method/methods you would like to be implemented first?
Come on developers! We're waiting for your feedback



December 6th, 2009 at 4:46 pm
Not that i’m overly concerned but curious why did you ditch the original
python bindings and modules which helped so much with testing and development?
December 6th, 2009 at 9:47 pm
What do you mean exactly? Sorry if my english is not so good as you would expect.
February 27th, 2010 at 4:48 am
I’m using python-mafw and it works great. Besides playlist listing, I also want to play the playlist using mafw-gst-renderer. Do you have a plan to add renderer playback support? Thanks a lot!
March 7th, 2010 at 10:56 pm
I 2nd the request from Jim, really looking for a way to assign a playlist and start playing it using gstrenderer
April 12th, 2010 at 4:29 pm
A quick update about playlist rendering: i’ve put a binary called mafw-play-list into extras-devel. you can use it from the command line to start playing a (shuffled) playlist, e.g. “/usr/bin/mafw-play-list Folk70ies”, where the argument is the name of your playlist.