Home » Networking » Net_MPD
Music Player Daemon interaction API
This package is unmaintained.
Download latest release 1.0.2 (archived versions might be outdated)
License: MIT License
Description
Provides wrappers to easily use the MPD socket commands.
Maintainers
- Graham Christensen (itrebal) — lead, inactive
Dependencies
Required
- PHP (>= 5.1.4)
- PEAR Installer (>= 1.4.0b1)
Releases
- 1.0.2 (stable, 2008-05-03)
Release notes
License: MIT License
- Changed to MIT License
- Fixed bug #11495 - 1.0.1 (stable, 2007-02-22)
Release notes
License: PHP License 3.01
- Fixed bug #9896; Ping now returns true
- Fixed bug #9917; Output from Admin::getOutputs() is now accurate
- Fixed bug #10041; update_id now parsed.
- Fixed bug #10022 Filename bug fixed. - 1.0.0 (stable, 2007-01-18)
Release notes
License: PHP License 3.01
Removed unecissary try/catch blocks. Moving to stable.
- 0.3.0dev (devel, 2006-12-10)
Release notes
License: PHP License 3.01
- Fixed bug #9392; Error codes can now be accessed using Exception::getCode()
- Fixed bug #9334; Now installs into PEAR/Net/
- Fixed bug #9341; Now permits $e->getCode(); - 0.2.0dev (devel, 2006-11-12)
Release notes
License: PHP License 3.01
- Copied `getCurrentSong' from Net_MPD_Playlist to Net_MPD_Playback.
- Changed MPD.php to provied an object uniting the sub-objects. $mpd->Playlist->addSong() for example. Left the factory for other uses.
- 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.
- Moved the connection parameters back into the __construct method of the Net_MPD_Common class.
- Bugfix: defined $output before adding to it as an array, in Net_MPD_Common->read() function. - 0.1.0dev1 (devel, 2006-10-25)
Release notes
License: PHP License 3.01
Initial release.
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #9334 | Closed | Bug | 0.2.0dev | 2006-11-15 | Wrong directory - needs to be in Net/ |
| #9335 | Closed | Bug | 0.2.0dev | 2006-11-15 | CS issues |
| #9341 | Closed | Bug | 0.2.0dev | 2006-11-15 | Exception causes are strings |
| #9392 | Closed | Bug | 0.2.0dev | 2006-11-20 | No exception codes given |
| #9592 | Closed | Bug | 0.3.0dev | 2006-12-10 | Notice: Undefined variable: output in |
| #9888 | Closed | Doc | CVS | 2007-01-20 | description says "Rrovides" instead of "provides" |
| #9896 | Closed | Bug | 1.0.0 | 2007-01-20 | ping gives false |
| #9917 | Closed | Bug | 1.0.0 | 2007-01-22 | Outputbug |
| #10022 | Closed | Bug | 1.0.0 | 2007-02-04 | list filename |
| #10041 | Closed | Bug | 1.0.0 | 2007-02-07 | Update db |
| #11495 | Closed | Bug | 1.0.1 | 2007-07-01 | Connect with password fails |