$album) { foreach ($album["tracks"] as $track) { $list[$track]["_albumID"] = $id; } } uasort($list, function ($a, $b) { return strcmp($a["title"], $b["title"]); }); $list = array_filter($list, function ($i) { global $library; return in_array($i["_albumID"], $library); }); } } ?>
Browse millions of songs and collect your favorites here.