Hi there again for another feature request! @SlvrEagle23
Here in Russia if you want to have a radio station you need to have a special license and be complied with some laws.
One of that laws is to send each quarter a list of songs played along with the times of their playback. So we need to send the report of which exact songs were played and when.
Do you store that information right now? Where can I find it?
I can build a service that will listen to Azuracast's webhooks (receiving it every time the song changes), but it would be nice of this feature can be out-of-the-box. Thanks
Hi Ohld
You have allready some feature you ask
You can find all title played inside "Report / Title Historical" and at right top you can export.
Export give you info you need in CSV
By exemple
2018-08-11,"7:12am","0","1","","","AzuraCast is Live!","AzuraCast.com",""
2018-08-11,"7:40am","1","0","","","House Every Weekend","David Zowie",""
2018-08-11,"7:48am","1","0","","","Do You Feel the Same- (Zac Samuel Remix)","Hercules and Love Affair","Deep Housse"
2018-08-11,"7:52am","1","0","","","They Don't Know","Disciples","Deep Housse"
2018-08-11,"7:57am","1","0","","","fluvore","new-deep-house-bux-gugu-s-theme-original-mix","Deep Housse"
2018-08-11,"8:04am","1","0","","","Imagination (Feat. Katy Menditta)","Gorgon City","Deep Housse"
2018-08-11,"8:08am","1","0","","","Retrospect","Kokiri","Deep Housse"
I hope its that you need
Bests regards
Thanks! That definitely help! @Likeandfeel
Does this report flushes the data after some time? I need this historical data to be stored forever in my case.
Your welcome
I dont thinks so, because that i can see this report its build from query inside database. So i guest until you clean your database, you can build this report each time you need.
Bests regards
@ohld The latest new feature in AzuraCast is a Station History API (available to users with the "view station reports" permission for a given station, by hitting /api/station/(id)/history[?start=YYYY-MM-DD&end=YYYY-MM-DD[&format=csv]]), and along with this, the station timeline viewer has been updated to allow full custom date range selection. This will allow you to view the station's playback history as long as it has been recorded by AzuraCast, rather than just in the two-week increments previously visible via the report.
Hopefully this will be of significant use to stations looking to produce royalty reports.
Thanks! I'll definitely check that!
Most helpful comment
@ohld The latest new feature in AzuraCast is a Station History API (available to users with the "view station reports" permission for a given station, by hitting
/api/station/(id)/history[?start=YYYY-MM-DD&end=YYYY-MM-DD[&format=csv]]), and along with this, the station timeline viewer has been updated to allow full custom date range selection. This will allow you to view the station's playback history as long as it has been recorded by AzuraCast, rather than just in the two-week increments previously visible via the report.Hopefully this will be of significant use to stations looking to produce royalty reports.