SAAS-772: Send metadata to Tunein

This is pretty much working for scheduled metadata - just to need to
test with a TuneIn account.
This commit is contained in:
drigato 2015-05-13 16:05:37 -04:00
parent 77241bb6fc
commit cf24c141fd
10 changed files with 179 additions and 2 deletions

View file

@ -4,6 +4,11 @@
<?php echo $this->element->getSubform('preferences_general') ?>
<?php //No soundcloud stuff on Airtime Pro -- Albert ?>
<h3 class="collapsible-header" id="tunein-pref-heading"><span class="arrow-icon"></span><?php echo _("TuneIn Settings"); ?></h3>
<div class="collapsible-content" id="tunein-settings">
<?php echo $this->element->getSubform('preferences_tunein') ?>
</div>
<?php echo $this->element->submit->render() ?>
</form>

View file

@ -0,0 +1,11 @@
<fieldset class="padded">
<dl class="zend_form">
<?php echo $this->element->getElement('enable_tunein')->render() ?>
<?php echo $this->element->getElement('tunein_station_id')->render() ?>
<?php echo $this->element->getElement('tunein_partner_key')->render() ?>
<?php echo $this->element->getElement('tunein_partner_id')->render() ?>
</dl>
</fieldset>