$st = new stdClass(); $st->name = 'mts3g'; $st->color = new stdClass(); $st->color->rgb = '#006600'; $st->color->rgblight = '#009900'; $st->color->player = 4; $st->streams = array(); $s = new stdClass(); $s->text = ''; $s->url = 'http://91.195.211.171:8000/kamchatkalive32.mp3'; $s->type = 'aac'; $s->volume = 100; $s->memory = 'no'; $s->soft = 'yes'; $st->streams[] = $s; $stations[] = $st;