'. $peerName . ' ['. substr($peer, 0, 5) . '…' . substr($peer, -4) . ']'; $files = scandir('swarm/' . $peer . '/astroport/kodi/vstream'); foreach ($files as $f) { echo '

' . getCollectionType($f) . '

'; $collection = file_get_contents('swarm/' . $peer . '/astroport/kodi/vstream/' . $f); $collection = trim($collection); $videos = explode("\n", $collection); $videos = array_reverse($videos); array_pop($videos); echo '