[Bug 215659] Review Request: python-daap - A DAAP client implemented in Python

bugzilla at redhat.com bugzilla at redhat.com
Mon Nov 20 18:10:48 UTC 2006


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: python-daap - A DAAP client implemented in Python


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=215659





------- Additional Comments From jeff at ocjtech.us  2006-11-20 13:10 EST -------
I was able to get itshell.py working, it's a little non-intuitive...  First, you
need to set up a DAAP server.  I used Rhythmbox running on another PC, but
iTunes should work... There are probably other music players out there that can
be DAAP servers...

  $ python itshell.py 
  
      The python/daap interactive shell.
      Type 'help' for help.
      
  (no server): connect 10.0.0.1
  Connecting to '10.0.0.1':3689
  2006-11-20 12:08:30,358 DEBUG getting /content-codes
  2006-11-20 12:08:30,408 DEBUG getting /server-info
  2006-11-20 12:08:30,411 DEBUG getting /login
  2006-11-20 12:08:30,412 DEBUG Logged in as session -1546218061
  2006-11-20 12:08:30,413 DEBUG getting /databases?session-id=-1546218061
  2006-11-20 12:08:30,415 DEBUG getting /databases?session-id=-1546218061
  using database 'u"Jeff's Music"'
  2006-11-20 12:08:30,416 DEBUG getting
/databases/1/items?session-id=-1546218061&meta=dmap.itemid,dmap.itemname,daap.songalbum,daap.songartist,daap.songformat,daap.songtime
  Got 52 tracks
  (10.0.0.1:3689): search elvis
  1 tracks found.
  45: u'Elvis Presley' - u'The Time-Life Treasury of Christmas (disc 1)' -
u'Here Comes Santa Claus'
  (10.0.0.1:3689): download 45 claus.flac
  2006-11-20 12:09:09,385 DEBUG saving to 'claus.flac'
  2006-11-20 12:09:09,386 DEBUG getting
/databases/1/items/45.flac?session-id=-1546218061
  2006-11-20 12:09:10,422 DEBUG Done
  (10.0.0.1:3689): exit
  bye.
  2006-11-20 12:09:27,502 DEBUG getting /logout?session-id=-1546218061
  2006-11-20 12:09:27,504 DEBUG DAAPSession: expired session id -1546218061
  $ 


-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the Fedora-package-review mailing list