Vaalyn
Vaalyn
@mayronguevara This is a side-effect of the scaling behaviour for the `stepSize` parameter of Chart.js. When the value range goes over a specific amount it displays integer values. We could...
@mayronguevara The demo data is just [randomly generated](https://github.com/AzuraCast/AzuraCast/blob/master/src/Entity/Fixture/Analytics.php#L29-L32) integer values. They can't be decimal values there. Regardless of the input data if the maximum value range is "too low" the...
That value is the average listeners for that day, which is in most cases never a clean integer value.
I have been investigating the source of this issue. I was initially thinking that the websocket connection to Liquidsoap was using the username and password as part of the `wss://`...
We should investigate the effort for upgrading the WebDJ to use webcast.js `1.0.0` and modifying it to fix this issue by adding the username and password to the constructor parameters...
This does not seem to have anything to do with your source files as I'm able to reproduce this with simple `.mp3` files. What I did was create a mount...
I've tested explicitly setting the MIME type on the mount point via the `Advanced Custom Frontend Configuration` like this: ``` audio/ogg opus ``` and also tried: ``` audio/opus ``` With...
What do you think about this @SlvrEagle23 ?
Can confirm that there is a problem when using `3,5` since that value is not converted to a float. With `3.5` it works. I think we should either convert the...
I've tested this on macOS High Sierra 10.13.6 (17G65) with Butt and Mixx and could only reproduce this bug with Butt. Also for me this Bug consistently occurs when starting...