Source for file listSongs.php
Documentation is available at listSongs.php
//Search for songs by the Artist "Modest Mouse"
$dump = $MPD_DB->find (array ('Artist' => 'Goldfinger'));
foreach ($dump as $song) {
echo '<li>'. $song['Title']. '</li>';
Documentation generated on Mon, 11 Mar 2019 14:48:00 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|