daapclient 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (50) hide show
  1. data/README +9 -1
  2. data/lib/itunes_sync.rb +19 -0
  3. data/lib/net/CVS/Entries +1 -1
  4. data/lib/net/daap/CVS/Entries +1 -1
  5. data/lib/net/daap/dmap.rb +42 -13
  6. data/lib/net/daap.rb +13 -9
  7. metadata +61 -123
  8. data/doc/classes/Net/DAAP/Client.html +0 -251
  9. data/doc/classes/Net/DAAP/Client.src/M000003.html +0 -20
  10. data/doc/classes/Net/DAAP/Client.src/M000004.html +0 -25
  11. data/doc/classes/Net/DAAP/Client.src/M000005.html +0 -33
  12. data/doc/classes/Net/DAAP/Client.src/M000006.html +0 -37
  13. data/doc/classes/Net/DAAP/Client.src/M000007.html +0 -20
  14. data/doc/classes/Net/DAAP/Client.src/M000008.html +0 -24
  15. data/doc/classes/Net/DAAP/DAAPv2.html +0 -165
  16. data/doc/classes/Net/DAAP/DAAPv2.src/M000015.html +0 -30
  17. data/doc/classes/Net/DAAP/DAAPv2.src/M000016.html +0 -21
  18. data/doc/classes/Net/DAAP/DAAPv3.html +0 -178
  19. data/doc/classes/Net/DAAP/DAAPv3.src/M000017.html +0 -30
  20. data/doc/classes/Net/DAAP/DAAPv3.src/M000018.html +0 -23
  21. data/doc/classes/Net/DAAP/DMAP.html +0 -189
  22. data/doc/classes/Net/DAAP/DMAP.src/M000012.html +0 -20
  23. data/doc/classes/Net/DAAP/DMAP.src/M000013.html +0 -18
  24. data/doc/classes/Net/DAAP/DMAP.src/M000014.html +0 -24
  25. data/doc/classes/Net/DAAP/Database.html +0 -224
  26. data/doc/classes/Net/DAAP/Database.src/M000009.html +0 -25
  27. data/doc/classes/Net/DAAP/Database.src/M000010.html +0 -21
  28. data/doc/classes/Net/DAAP/Database.src/M000011.html +0 -35
  29. data/doc/classes/Net/DAAP/Playlist.html +0 -192
  30. data/doc/classes/Net/DAAP/Playlist.src/M000001.html +0 -24
  31. data/doc/classes/Net/DAAP/Playlist.src/M000002.html +0 -30
  32. data/doc/classes/Net/DAAP/Song.html +0 -208
  33. data/doc/classes/Net/DAAP/Song.src/M000019.html +0 -27
  34. data/doc/classes/Net/DAAP/Song.src/M000020.html +0 -19
  35. data/doc/classes/Net/DAAP.html +0 -168
  36. data/doc/classes/Net.html +0 -127
  37. data/doc/created.rid +0 -1
  38. data/doc/files/CHANGELOG.html +0 -110
  39. data/doc/files/LICENSE.html +0 -531
  40. data/doc/files/README.html +0 -176
  41. data/doc/files/lib/net/daap/database_rb.html +0 -101
  42. data/doc/files/lib/net/daap/dmap_rb.html +0 -101
  43. data/doc/files/lib/net/daap/playlist_rb.html +0 -101
  44. data/doc/files/lib/net/daap/song_rb.html +0 -101
  45. data/doc/files/lib/net/daap_rb.html +0 -114
  46. data/doc/fr_class_index.html +0 -35
  47. data/doc/fr_file_index.html +0 -34
  48. data/doc/fr_method_index.html +0 -46
  49. data/doc/index.html +0 -24
  50. data/doc/rdoc-style.css +0 -208
data/doc/classes/Net.html DELETED
@@ -1,127 +0,0 @@
1
- <?xml version="1.0" encoding="iso-8859-1"?>
2
- <!DOCTYPE html
3
- PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
-
6
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
7
- <head>
8
- <title>Module: Net</title>
9
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
10
- <meta http-equiv="Content-Script-Type" content="text/javascript" />
11
- <link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" />
12
- <script type="text/javascript">
13
- // <![CDATA[
14
-
15
- function popupCode( url ) {
16
- window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
17
- }
18
-
19
- function toggleCode( id ) {
20
- if ( document.getElementById )
21
- elem = document.getElementById( id );
22
- else if ( document.all )
23
- elem = eval( "document.all." + id );
24
- else
25
- return false;
26
-
27
- elemStyle = elem.style;
28
-
29
- if ( elemStyle.display != "block" ) {
30
- elemStyle.display = "block"
31
- } else {
32
- elemStyle.display = "none"
33
- }
34
-
35
- return true;
36
- }
37
-
38
- // Make codeblocks hidden by default
39
- document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
40
-
41
- // ]]>
42
- </script>
43
-
44
- </head>
45
- <body>
46
-
47
-
48
-
49
- <div id="classHeader">
50
- <table class="header-table">
51
- <tr class="top-aligned-row">
52
- <td><strong>Module</strong></td>
53
- <td class="class-name-in-header">Net</td>
54
- </tr>
55
- <tr class="top-aligned-row">
56
- <td><strong>In:</strong></td>
57
- <td>
58
- <a href="../files/lib/net/daap/database_rb.html">
59
- lib/net/daap/database.rb
60
- </a>
61
- <br />
62
- <a href="../files/lib/net/daap/dmap_rb.html">
63
- lib/net/daap/dmap.rb
64
- </a>
65
- <br />
66
- <a href="../files/lib/net/daap/song_rb.html">
67
- lib/net/daap/song.rb
68
- </a>
69
- <br />
70
- <a href="../files/lib/net/daap/playlist_rb.html">
71
- lib/net/daap/playlist.rb
72
- </a>
73
- <br />
74
- <a href="../files/lib/net/daap_rb.html">
75
- lib/net/daap.rb
76
- </a>
77
- <br />
78
- </td>
79
- </tr>
80
-
81
- </table>
82
- </div>
83
- <!-- banner header -->
84
-
85
- <div id="bodyContent">
86
-
87
-
88
-
89
- <div id="contextContent">
90
-
91
-
92
-
93
- </div>
94
-
95
-
96
- </div>
97
-
98
-
99
- <!-- if includes -->
100
-
101
- <div id="section">
102
-
103
- <div id="class-list">
104
- <h3 class="section-bar">Classes and Modules</h3>
105
-
106
- Module <a href="Net/DAAP.html" class="link">Net::DAAP</a><br />
107
-
108
- </div>
109
-
110
-
111
-
112
-
113
-
114
-
115
-
116
- <!-- if method_list -->
117
-
118
-
119
- </div>
120
-
121
-
122
- <div id="validator-badges">
123
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
124
- </div>
125
-
126
- </body>
127
- </html>
data/doc/created.rid DELETED
@@ -1 +0,0 @@
1
- Wed Dec 07 15:54:31 PST 2005
@@ -1,110 +0,0 @@
1
- <?xml version="1.0" encoding="iso-8859-1"?>
2
- <!DOCTYPE html
3
- PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
-
6
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
7
- <head>
8
- <title>File: CHANGELOG</title>
9
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
10
- <meta http-equiv="Content-Script-Type" content="text/javascript" />
11
- <link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" />
12
- <script type="text/javascript">
13
- // <![CDATA[
14
-
15
- function popupCode( url ) {
16
- window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
17
- }
18
-
19
- function toggleCode( id ) {
20
- if ( document.getElementById )
21
- elem = document.getElementById( id );
22
- else if ( document.all )
23
- elem = eval( "document.all." + id );
24
- else
25
- return false;
26
-
27
- elemStyle = elem.style;
28
-
29
- if ( elemStyle.display != "block" ) {
30
- elemStyle.display = "block"
31
- } else {
32
- elemStyle.display = "none"
33
- }
34
-
35
- return true;
36
- }
37
-
38
- // Make codeblocks hidden by default
39
- document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
40
-
41
- // ]]>
42
- </script>
43
-
44
- </head>
45
- <body>
46
-
47
-
48
-
49
- <div id="fileHeader">
50
- <h1>CHANGELOG</h1>
51
- <table class="header-table">
52
- <tr class="top-aligned-row">
53
- <td><strong>Path:</strong></td>
54
- <td>CHANGELOG
55
- </td>
56
- </tr>
57
- <tr class="top-aligned-row">
58
- <td><strong>Last Update:</strong></td>
59
- <td>Wed Dec 07 15:25:52 PST 2005</td>
60
- </tr>
61
- </table>
62
- </div>
63
- <!-- banner header -->
64
-
65
- <div id="bodyContent">
66
-
67
-
68
-
69
- <div id="contextContent">
70
-
71
- <div id="description">
72
- <h2>0.0.1</h2>
73
- <ul>
74
- <li>Initial release (yay!)
75
-
76
- </li>
77
- </ul>
78
-
79
- </div>
80
-
81
-
82
- </div>
83
-
84
-
85
- </div>
86
-
87
-
88
- <!-- if includes -->
89
-
90
- <div id="section">
91
-
92
-
93
-
94
-
95
-
96
-
97
-
98
-
99
- <!-- if method_list -->
100
-
101
-
102
- </div>
103
-
104
-
105
- <div id="validator-badges">
106
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
107
- </div>
108
-
109
- </body>
110
- </html>