AzuraCast / AzuraCast

A self-hosted web radio management suite, including turnkey installer tools for the full radio software stack and a modern, easy-to-use web app to manage your stations.
https://www.azuracast.com/
GNU Affero General Public License v3.0
3.08k stars 569 forks source link

API now playing json file does not list all mount points #6142

Closed CouinCouin closed 1 year ago

CouinCouin commented 1 year ago

Installation Method

Docker Installation

AzuraCast Release Channel

Stable Channel

Current AzuraCast Version

v0.17.7 Stable

What happened?

Hi,

Related with recurrent crash problems these last days (a crash each two days), I reinstalled the VPS with purposed Debian 10, and reinstalled AzuraCast. I created the station and mount points, all is near running (live, falldown playlist) but just have a small problem.

I'm using https://mydomain/api/nowplaying/station_short_URL to get listeners per mount points.

On the station, I have 3 mount points : 128 kbps mp3 (default moutpoint) 64 kbps AAC 32 kbps AAC

The json file lists only the 64 kbps AAC mount point.

I don't find wher e I get a difference of configuration between 64 AA and the two other mout points.

Is there a setting somewhere to list all existing mout points of a station ?

Thanks :)

Relevant log output

No response

CouinCouin commented 1 year ago

Ok foudn, It is related with "Show on public page". Changed for checked option on missing moutpoints and now appears in the json file.

But I discovered a small bug, I open a new thread.