The Following 5 Users Say Thank You to andy80 For This Useful Post: | ||
![]() |
2009-08-05
, 10:31
|
|
Posts: 1,391 |
Thanked: 4,272 times |
Joined on Sep 2007
@ Vienna, Austria
|
#2
|
![]() |
2009-08-05
, 16:02
|
|
Posts: 131 |
Thanked: 150 times |
Joined on Jan 2007
@ Pistoia, Italy
|
#3
|
For gPodder, I plan (although it's still not in reach yet and probably won't be for another month or so) to either create a "Podcasts" playlist (MafwPlaylist?) from my Python application to allow the media player to see podcasts downloaded by gPodder or to provide a "Source" that lists the downloaded podcasts (MafwSource?), also from Python. I'm not sure what I'll use, but having playlists and sources (the "provider" side of them, at least) ready for Python when I start would be very welcomeThanks.
![]() |
Tags |
binding, fremantle, mafw, python |
|
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