Author Topic: Pyqplayer ?  (Read 7465 times)

gr8ful

  • Full Member
  • ***
  • Posts: 162
    • View Profile
Pyqplayer ?
« on: July 06, 2006, 12:49:49 pm »
Dave (kopsis),

Have you released pyqplayer yet?  

I'm just getting started as a Python programmer, coded in Cobol over 6 years ago.  I was hoping to see a fairly involved Python application that ran on the Zaurus.  Also, were you planning to release your code?  I definitely pick things up faster when I can see the code and the application.

Could you or anyone else recommend any other fairly involved Python applications that I can dissect?

Dave, thanks for the Python image.  Works great!
SL-C1000, Cacko 1.23 & pdaXQTrom, 4GB Microdrive, AmbiCom WL1100C-CF Wifi card, AmbiCom BT2000-CF Bluetooth card

nilch

  • Hero Member
  • *****
  • Posts: 668
    • View Profile
    • http://
Pyqplayer ?
« Reply #1 on: July 06, 2006, 01:44:39 pm »
Here is PyqPlayer ...

http://pyqplayer.sourceforge.net/cgi-bin/b...qPlayerDownload

Sorry, realised that that link didn't have the PyQPlayer as a download at all.

Maybe this link will work
http://sourceforge.net/projects/pyqplayer/
« Last Edit: July 06, 2006, 01:48:15 pm by nilch »
New no more-C1000 / 5000D (sold my 6000 and 750) | Cacko ROM 1.23 on C1000 | 256 MB CF | 2GB PNY SD card | Socket Networker WiFi CF Card | USB Host cable from StreamlineCPUS | Mini Microphone (for voice recording) |

gr8ful

  • Full Member
  • ***
  • Posts: 162
    • View Profile
Pyqplayer ?
« Reply #2 on: July 06, 2006, 03:06:02 pm »
Thanks Nilch, but the SourceForge link doesn't show PyqPlayer as a download, only these files:

Sharp Zaurus SDK for DSL
Zaurus Python Image
Zaurus Python IPK
Zaurus SQLite3 IPK
SL-C1000, Cacko 1.23 & pdaXQTrom, 4GB Microdrive, AmbiCom WL1100C-CF Wifi card, AmbiCom BT2000-CF Bluetooth card

kopsis

  • Sr. Member
  • ****
  • Posts: 329
    • View Profile
    • http://kopsisengineering.com
Pyqplayer ?
« Reply #3 on: July 06, 2006, 04:04:17 pm »
Quote
Dave (kopsis),

Have you released pyqplayer yet? 

I'm just getting started as a Python programmer, coded in Cobol over 6 years ago.  I was hoping to see a fairly involved Python application that ran on the Zaurus.  Also, were you planning to release your code?  I definitely pick things up faster when I can see the code and the application.

Could you or anyone else recommend any other fairly involved Python applications that I can dissect?

Dave, thanks for the Python image.  Works great!
[div align=\"right\"][a href=\"index.php?act=findpost&pid=134150\"][{POST_SNAPBACK}][/a][/div]

I got to a point where it mostly worked, but never got a chance to clean it up and release it. I suppose I could throw a snapshot on the website in case anyone wants to play around with it. It may be useful as example code (probably of how things shouldn't be done  ).

kopsis

  • Sr. Member
  • ****
  • Posts: 329
    • View Profile
    • http://kopsisengineering.com
Pyqplayer ?
« Reply #4 on: July 06, 2006, 04:34:26 pm »
Ok, give it a couple hours to propagate to the mirrors, then grab http://prdownloads.sourceforge.net/pyqplay...tar.gz?download

As I said in the release notes, any similarity between this and working software is purely coincidental. There's no documentation and I don't have a lot of time to answer questions, but it's Python so it isn't to hard to dig through the code.

The code assumes you have a rather complete Python image with SQLite support. It also assumes you have a working version of mplayer on your Z since that's what it uses for playback. An older version used libmad and that code may still be in there (I honestly don't recall now). The libmad stuff worked better, but I was trying to migrate to mplayer to get more audio formats supported.

Have fun.

gr8ful

  • Full Member
  • ***
  • Posts: 162
    • View Profile
Pyqplayer ?
« Reply #5 on: July 07, 2006, 12:23:19 am »
Quote
Ok, give it a couple hours to propagate to the mirrors, then grab http://prdownloads.sourceforge.net/pyqplay...tar.gz?download

As I said in the release notes, any similarity between this and working software is purely coincidental. There's no documentation and I don't have a lot of time to answer questions, but it's Python so it isn't to hard to dig through the code.

The code assumes you have a rather complete Python image with SQLite support. It also assumes you have a working version of mplayer on your Z since that's what it uses for playback. An older version used libmad and that code may still be in there (I honestly don't recall now). The libmad stuff worked better, but I was trying to migrate to mplayer to get more audio formats supported.

Have fun.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=134175\"][{POST_SNAPBACK}][/a][/div]


Thanks Dave.  This will definitely help me grasp this language and developing for the Zaurus.
SL-C1000, Cacko 1.23 & pdaXQTrom, 4GB Microdrive, AmbiCom WL1100C-CF Wifi card, AmbiCom BT2000-CF Bluetooth card