Closed sveakul closed 7 months ago
Can you recommend me such a stream, for research purposes?
This really should be stupidly easy. The cmake stuff is putting me off a pull request but combing this extra flag here..
flag_on_playback_dynamic_info_track
and bringing this method to life...
void on_playback_dynamic_info_track(const file_info& p_info) override
{
update(current_track_);
}
should probably do it.
Now some servers trigger this callback multiple times in quick succession so you might need safeguards to check if the artist/title has changed since the last time.
Thanks for the snippet!
The original foo_np_simple could log artist/title from songs played on radio streams when the metadata carried it and the now archived foo_dyndec was installed. Is there any way foo_nowplaying2 can be used the same way? The only thing logged from streams now is the radio station name. As I listen to streams most of the time the component just isn't useable anymore for me. Thanks for anything you can do.