• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

examples/H01-Sep-2004-328242

lib/Net/DAAP/H01-Sep-2004-893459

t/H01-Sep-2004-64

AUTHORSH A D01-Sep-200446 43

Build.PLH A D01-Sep-2004434 1817

ChangesH A D01-Sep-20041,021 2922

LEGALH A D01-Sep-20041.6 KiB3930

MANIFESTH A D01-Sep-2004198 1615

META.ymlH A D01-Sep-2004901 3534

Makefile.PLH A D01-Sep-2004587 1816

READMEH A D01-Sep-20041.1 KiB3625

TODOH A D01-Sep-2004293 1410

README

1This code is made available under the same terms as Perl itself.
2
3dapple is a DAAP library for Perl.  DAAP is the protocol built
4on top of HTTP that Apple's iTunes 4 uses to share music.  Most
5responses to DAAP requests contain a binary DMAP structure.
6
7This distribution contains:
8
9  Net::DAAP::Client  - code to talk to a DAAP server
10
11You must have the LWP module set installed to use this code.
12
13  ***
14  ***  This is an incomplete release.  There are missing features.
15  ***  See the TODO file for future plans.  Expect new releases fast
16  ***  until 0.5 or so.
17
18To install these modules, follow these steps:
19  % perl Makefile.PL
20  % make
21  % make test
22  % make install
23
24Be sure to check out examples/itshell, a commandline client for
25downloading from iTunes servers.
26
27This code was originally written by Nathan Torkington, based on DAAP
28reverse-engineering work by Todd Larason.  Other contributors are
29listed in the AUTHORS file.
30
31Please send your feedback (and patches!)  to C<< <dapple AT
32torkington.com> >>.
33
34Version 0.1 released May 13, 2003.
35Version 0.2 released May 23, 2003.  Public.
36