get_playlist($collection) as $info) { if ($doneone) { print ', '; } else { $doneone = true; } print json_encode($info); }; print ']'; ob_flush(); logger::trace("GETPLAYLIST", "Playlist Output Is Done"); ?>