Suche
Unten sind die Ergebnisse Ihrer Suche gelistet.
Volltextergebnisse:
- AzuraCast - API
- 22 Treffer, Zuletzt geändert:
- - API ======
==== Bild des Musikstücks ====
<code>
<?php
$station = "1"; //ID der Station bei Azur... i/nowplaying/".$station);
$obj_station = json_decode($json_station);
$live = $obj_station->live->strea... i/nowplaying/".$station);
$obj_station = json_decode($json_station);
$live = $obj_station->live->strea... pls = $obj_station->now_playing->playlist;
?>
</code>
==== Name des Künstlers ====
<code>
<?php
$st
- AzuraCast - JSON
- 5 Treffer, Zuletzt geändert:
- ration with the JSON Content Importer Plugin:
<code>
[jsoncontentimporter url="http://your-stream-url... op-array:song_history}
[/jsoncontentimporter]
</code>
===== Now playing =====
<code>
<?php
$json = file_get_contents('http://stream-url/api/nowplaying/1');
$obj = json_decode($json, true);
$nowplaying = $obj["now_playing"]["
- AzuraCast - Update einer Docker-Installation
- 2 Treffer, Zuletzt geändert:
- Cast - Update einer Docker-Installation =====
<code>
sudo su
cd /var/azuracast
./docker.sh update-self
./docker.sh update
</code>
- AzuraCast - Statistik zeigt interne IP-Adressen bei Docker-Installationen
- 2 Treffer, Zuletzt geändert:
- angezeigt werden, dann Docker-Container neu starten mit:
<code>
sudo systemctl restart docker
</code>