Skip to content

Instantly share code, notes, and snippets.

View sanderdewijs's full-sized avatar

Sander de Wijs sanderdewijs

View GitHub Profile
@sanderdewijs
sanderdewijs / IceCastPlaylist.php
Created March 22, 2020 16:34
This is an idea to create a playlist from an Icecast server storing the songdata and cover image into a database.
<?php
/**
* Class IceCastPlaylist
* See https://stackoverflow.com/questions/60502076/how-to-get-icecast-server-songs-history/60798774#60798774 for context
*
* This class can be used as follows:
* global $wpdb
* $playlistClass = new IceCastPlaylist($wpdb);
* $playlistClass->fetchSongInfo();