]>
Commit | Line | Data |
---|---|---|
964dd0bc JW |
1 | <?xml version="1.0" encoding="UTF-8" ?> |
2 | <!DOCTYPE package SYSTEM "http://pear.php.net/dtd/package-1.0"> | |
3 | <package version="1.0" packagerversion="1.4.11"> | |
4 | <name>Net_MPD</name> | |
5 | <summary>Music Player Daemon interaction API</summary> | |
6 | <description>Rrovides wrappers to easily use the MPD socket commands. | |
7 | </description> | |
8 | <maintainers> | |
9 | <maintainer> | |
10 | <user>itrebal</user> | |
11 | <name>Graham Christensen</name> | |
12 | <email>graham.christensen@itrebal.com</email> | |
13 | <role>lead</role> | |
14 | </maintainer> | |
15 | </maintainers> | |
16 | <release> | |
17 | <version>1.0.0</version> | |
18 | <date>2007-01-18</date> | |
19 | <license>PHP License 3.01</license> | |
20 | <state>stable</state> | |
21 | <notes>Removed unecissary try/catch blocks. Moving to stable. | |
22 | </notes> | |
23 | <deps> | |
24 | <dep type="php" rel="ge" version="5.1.4"/> | |
25 | </deps> | |
26 | <provides type="class" name="Net_MPD" /> | |
27 | <provides type="function" name="Net_MPD::factory" /> | |
28 | <provides type="class" name="Net_MPD_Admin" extends="Net_MPD_Common" /> | |
29 | <provides type="function" name="Net_MPD_Admin::getOutputs" /> | |
30 | <provides type="function" name="Net_MPD_Admin::disableOutput" /> | |
31 | <provides type="function" name="Net_MPD_Admin::enableOutput" /> | |
32 | <provides type="function" name="Net_MPD_Admin::kill" /> | |
33 | <provides type="function" name="Net_MPD_Admin::updateDatabase" /> | |
34 | <provides type="class" name="Net_MPD_Common" /> | |
35 | <provides type="function" name="Net_MPD_Common::connect" /> | |
36 | <provides type="function" name="Net_MPD_Common::isConnected" /> | |
37 | <provides type="function" name="Net_MPD_Common::disconnect" /> | |
38 | <provides type="function" name="Net_MPD_Common::write" /> | |
39 | <provides type="function" name="Net_MPD_Common::read" /> | |
40 | <provides type="function" name="Net_MPD_Common::getErrorData" /> | |
41 | <provides type="function" name="Net_MPD_Common::runCommand" /> | |
42 | <provides type="function" name="Net_MPD_Common::parseOutput" /> | |
43 | <provides type="function" name="Net_MPD_Common::getErrors" /> | |
44 | <provides type="function" name="Net_MPD_Common::getNotCommands" /> | |
45 | <provides type="function" name="Net_MPD_Common::getCommands" /> | |
46 | <provides type="function" name="Net_MPD_Common::ping" /> | |
47 | <provides type="function" name="Net_MPD_Common::getStats" /> | |
48 | <provides type="function" name="Net_MPD_Common::getStatus" /> | |
49 | <provides type="class" name="Net_MPD_Database" extends="Net_MPD_Common" /> | |
50 | <provides type="function" name="Net_MPD_Database::find" /> | |
51 | <provides type="function" name="Net_MPD_Database::getMetadata" /> | |
52 | <provides type="function" name="Net_MPD_Database::getAll" /> | |
53 | <provides type="function" name="Net_MPD_Database::getAllInfo" /> | |
54 | <provides type="function" name="Net_MPD_Database::getInfo" /> | |
55 | <provides type="class" name="Net_MPD_Playback" extends="Net_MPD_Common" /> | |
56 | <provides type="function" name="Net_MPD_Playback::getCurrentSong" /> | |
57 | <provides type="function" name="Net_MPD_Playback::setCrossfade" /> | |
58 | <provides type="function" name="Net_MPD_Playback::nextSong" /> | |
59 | <provides type="function" name="Net_MPD_Playback::previousSong" /> | |
60 | <provides type="function" name="Net_MPD_Playback::pause" /> | |
61 | <provides type="function" name="Net_MPD_Playback::play" /> | |
62 | <provides type="function" name="Net_MPD_Playback::playId" /> | |
63 | <provides type="function" name="Net_MPD_Playback::random" /> | |
64 | <provides type="function" name="Net_MPD_Playback::repeat" /> | |
65 | <provides type="function" name="Net_MPD_Playback::seek" /> | |
66 | <provides type="function" name="Net_MPD_Playback::seekId" /> | |
67 | <provides type="function" name="Net_MPD_Playback::setVolume" /> | |
68 | <provides type="function" name="Net_MPD_Playback::stop" /> | |
69 | <provides type="class" name="Net_MPD_Playlist" extends="Net_MPD_Common" /> | |
70 | <provides type="function" name="Net_MPD_Playlist::getPlaylists" /> | |
71 | <provides type="function" name="Net_MPD_Playlist::addSong" /> | |
72 | <provides type="function" name="Net_MPD_Playlist::clear" /> | |
73 | <provides type="function" name="Net_MPD_Playlist::getCurrentSong" /> | |
74 | <provides type="function" name="Net_MPD_Playlist::deleteSong" /> | |
75 | <provides type="function" name="Net_MPD_Playlist::deleteSongId" /> | |
76 | <provides type="function" name="Net_MPD_Playlist::loadPlaylist" /> | |
77 | <provides type="function" name="Net_MPD_Playlist::moveSong" /> | |
78 | <provides type="function" name="Net_MPD_Playlist::moveSongId" /> | |
79 | <provides type="function" name="Net_MPD_Playlist::getPlaylistInfo" /> | |
80 | <provides type="function" name="Net_MPD_Playlist::getPlaylistInfoId" /> | |
81 | <provides type="function" name="Net_MPD_Playlist::getChanges" /> | |
82 | <provides type="function" name="Net_MPD_Playlist::deletePlaylist" /> | |
83 | <provides type="function" name="Net_MPD_Playlist::savePlaylist" /> | |
84 | <provides type="function" name="Net_MPD_Playlist::shuffle" /> | |
85 | <provides type="function" name="Net_MPD_Playlist::swapSong" /> | |
86 | <provides type="function" name="Net_MPD_Playlist::swapSongId" /> | |
87 | <filelist> | |
88 | <file role="php" baseinstalldir="/" md5sum="f4adbf28dd06b747929ddd7345040571" name="Net/MPD.php"/> | |
89 | <file role="php" baseinstalldir="/" md5sum="b2a9a9768c50a610d4ba7055dfef0e46" name="Net/MPD/Admin.php"/> | |
90 | <file role="php" baseinstalldir="/" md5sum="a2301a1e04df755d70965ffe5265677f" name="Net/MPD/Common.php"/> | |
91 | <file role="php" baseinstalldir="/" md5sum="b76d6fbf71fcede04d8816e1354a8e42" name="Net/MPD/Database.php"/> | |
92 | <file role="php" baseinstalldir="/" md5sum="8a8a565029f2c21fc0683cbe3139ec46" name="Net/MPD/Playback.php"/> | |
93 | <file role="php" baseinstalldir="/" md5sum="18d4bca6d89d276769ecee5186be4235" name="Net/MPD/Playlist.php"/> | |
94 | <file role="doc" baseinstalldir="/" md5sum="3d2f2dd2aea4f3abebc9c80f11b4a097" name="Net/MPD/docs/listArtists.php"/> | |
95 | <file role="doc" baseinstalldir="/" md5sum="a69ec1ca3c692b53e9d643777d6ef0ee" name="Net/MPD/docs/listCurrentPlaylist.php"/> | |
96 | <file role="doc" baseinstalldir="/" md5sum="5c7b6ab616a1fcfbb98a000d9bfb57c6" name="Net/MPD/docs/listSongs.php"/> | |
97 | </filelist> | |
98 | </release> | |
99 | <changelog> | |
100 | <release> | |
101 | <version>0.1.0dev1</version> | |
102 | <date>2006-11-07</date> | |
103 | <state>devel</state> | |
104 | <notes>Initial release. | |
105 | </notes> | |
106 | </release> | |
107 | <release> | |
108 | <version>0.2.0dev</version> | |
109 | <date>2006-11-12</date> | |
110 | <state>devel</state> | |
111 | <notes>- Copied `getCurrentSong' from Net_MPD_Playlist to Net_MPD_Playback. | |
112 | - Changed MPD.php to provied an object uniting the sub-objects. $mpd->Playlist->addSong() for example. Left the factory for other uses. | |
113 | - Changed MPD/Common.php to auto-connect when a command is run. This is to prevent several connections being opend without need, if the Net_MPD class is used to group them all. Also simplifies the connection process. | |
114 | - Moved the connection parameters back into the __construct method of the Net_MPD_Common class. | |
115 | - Bugfix: defined $output before adding to it as an array, in Net_MPD_Common->read() function. | |
116 | </notes> | |
117 | </release> | |
118 | <release> | |
119 | <version>0.3.0dev</version> | |
120 | <date>2006-12-10</date> | |
121 | <state>devel</state> | |
122 | <notes>- Fixed bug #9392; Error codes can now be accessed using Exception::getCode() | |
123 | - Fixed bug #9334; Now installs into PEAR/Net/ | |
124 | - Fixed bug #9341; Now permits $e->getCode(); | |
125 | </notes> | |
126 | </release> | |
127 | <release> | |
128 | <version>1.0.0</version> | |
129 | <date>2007-01-18</date> | |
130 | <state>stable</state> | |
131 | <notes>Removed unecissary try/catch blocks. Moving to stable. | |
132 | </notes> | |
133 | </release> | |
134 | </changelog> | |
135 | </package> |