This is a good player to port, it doesnt have an equaliser yet but looks promising. Do you have the build you made anywhere that i can download. Which plugins did you include with the build?[div align=\"right\"][a href=\"index.php?act=findpost&pid=72829\"][{POST_SNAPBACK}][/a][/div]
I built oss output; wav, ac3, speex, vorbis, playlist, mp3 and mp4/aac input (the latter two of which I decided to butcher a bit, since by default they were depending on C++ libraries which caused them to inflate to ridiculous sizes -- in the current state this solution is little more than a proof of concept to myself, would have to do some work on that to re-enable tag handling as well as seek support for MP4). Also enabled libcurl support so it can play network streams.
I also built a really really tiny control plugin so I could control it via a pipe, and then decided to bolt my decidedly unacceptable QT/E frontend (which started out as an attempt to do a minimal Qtopia integration for VLC) onto it.
All of this does the minimal job I want my Z to do when listening to music on the road so far, but leaves lots of room for improvement
Some mysterious bugs in there as well, most of which are certainly not LAMIPs fault but rather the frontends and/or the quick-and-dirty control plugins'.
The frontend is basically controlled solely via the Zaurus keys (Danger, Will Robinson, Danger! Uses grabKeyboard() ), with the key assignment as follows:
Cancel -> Exit
Center -> Pause (Toggle)
Up/Down -> Volume Up/Down
Left/Right -> Playlist Previous/Next
OK -> Play
Mail -> Toggle random shuffle
Home -> Blank LCD
So if you're brave enough, you may want to give the attached code a try (hey, even went out on limb here and built an .ipk this time ) -- just don't come running to me complaining if your Z goes up in flames should you decide to run it
Best regards,
Chris.