Neutron Stein

Results 6 comments of Neutron Stein

Also waiting for this feature. Hope it gets implemented in the next few days :) Thanks for your amaizing work

Fingers crossed. Currently building a radio app for iOS and metadata are missing. https://www.radioking.com/play/note-radio

I was able to get current playing title on iOS. It worked well in simulator.

I used this workaround. I hope it will help. ```go func CommandHandler(c *ishell.Context) { select { case

I am facing the same issue. I had to duplicate the line for each hour of the day. I think `At` override previous calls. Hope it will be possible soon.

This issue can be easily resolved by extending `Trend` class, overriding `getCarbonDateFormat` function and using the new class instead. ```php class TrendX extends \Flowframe\Trend\Trend { protected function getCarbonDateFormat(): string {...