Pushing track info to web api

Hi all,

I’m trying to work out how to get mAirList to push track info to a web api on my server. I know it has something to do with Logging, but not sure what the variables are.

It is part of function I built for sending track info to the TuneIn api, via my site. The idea is the site cashes the info before passing it on, for use on the website itself.

Oh and my first day of test transmission went well. Now listed on shoutcast and TuneIn, all within a day. That’s fast!

I propose you transfer the track updates via HTTP calls, and do the rest of the processing in your server.

Here’s a simple example with a PHP/MySQL backend on the server:

https://www.mairlist.com/dokuwiki/tutorials:other:online_playlist_on_your_website_with_php_mysql

The section about “Setting up mAirList HTTP Logging” should be what you’re looking for.

That’s the just what I was after. Couldn’t remember exactly where it was in the software.

Thanks Torben!