// Get EPG for a single stream Future getEpg(String serverUrl, String user, String pass, int streamId, int limit) async final url = '$serverUrl/player_api.php?username=$user&password=$pass&action=get_short_epg&stream_id=$streamId&limit=$limit'; // returns JSON with title, start, end, description
// Get EPG for a single stream Future getEpg(String serverUrl, String user, String pass, int streamId, int limit) async final url = '$serverUrl/player_api.php?username=$user&password=$pass&action=get_short_epg&stream_id=$streamId&limit=$limit'; // returns JSON with title, start, end, description