|
2011-02-19
, 13:54
|
Posts: 146 |
Thanked: 15 times |
Joined on Oct 2008
|
#3
|
pyside has a qmobility module that has a qmediaplayer module. That can play mp3 very easily
|
2011-02-19
, 20:51
|
Posts: 468 |
Thanked: 610 times |
Joined on Jun 2006
|
#4
|
|
2011-02-20
, 12:29
|
Posts: 146 |
Thanked: 15 times |
Joined on Oct 2008
|
#5
|
You could have a look at python gstreamer bindings, don't know what is available for diablo. Or download the source of a number of media players and have a look if anyone of does use python (I believe some of them do).
I need to add to my python ap the simplest possible mp3 player.
I only need 4 things:
Play
Stop
Volume
Volume gain (that is, to be able to play +15db or so past max volume.
I actually do the trick with mplayer in slave mode, but mplayer slave mode is highly broken in maemo (stop doesn't work!).
I tried pymad, but was unable to find a .deb for maemo, and failed to compile it for myself.
So, my question: which small python module for maemo would do the trick? It HAS to be one.
Thanks a lot!!!
Cheers,
L.