Page 1 of 1

playlisten

Posted: 26 Mar 2015 13:53
by Frank1977
Hello Bernd,

A have 2 question about Playlist log?

I wanna make a history of 12 or 24 playlist on my website so the listener can search for the artist - title that is played.
Seperate by hours

I wanna make it look like:
http://www.smittiefm.nl/612015-2200.pdf

Now the question how can I make this possible (automatic) in a event command to look like the PDF
or Another extension(CSV.JPEG)?

Information about I see It:
So the playlist is played in the Proppfrexx onair on 12:00 the other playlist is opened from the program scheduler
By closing the other playlist on 12:00 is this possible too write something like the PDF to a File in too a folder?

another question:

Is it possible too exclude Elements in this file or PDF (like: USER Frank , Playlist Music1 ProppFrexx [Import] @ 6-1-2015 22-00-00
H:\Propfrexx Libary\Playlisten\Music1 ProppFrexx [Import] @ 6-1-2015 22-00-00.pfp , No jingles in the list!
And Something like Column Chooser too only see ( schedule,artist,title )

Frank

Re: playlisten

Posted: 26 Mar 2015 21:31
by radio42
You can for example use the Streaming.OnSongTitleChanged event to post every track played to your web-server, e.g. using the EXEC_SEND_HTTP_GET control-command.
On your web-server you store the posted data e.g. in a database table and then generate reports out of it.
That how mots people are doing it.
So you need a web developer basically.

Re: playlisten

Posted: 08 Apr 2015 00:41
by Frank1977
Hi Bernd,

Thanks for explain, I'm gonna look for a web developer, to make this possible.

Frank

Re: playlisten

Posted: 13 Apr 2015 22:01
by percramer
Hi Frank,

send me an email on info@onairtools.nl I have got something that might do what you want almost out of the box ;-)

Regards,

Per

Re: playlisten

Posted: 11 Jul 2015 03:13
by inl_inc
Hi Bernd,

Will the EXEC_SEND_HTTP_GET command automatically urlencode or should it be done manually (when not using a macro).

For example:
1 - Should I leave in the spaces?
[|]|https://server.com/script.php?artist=Three Word Artist&title=Two Words

2 - Or should I manually escape?
[|]|https://server.com/script.php?artist=Th ... wo%20Words

Please let me know the proper way when not using the artist and title macros (as those definitely get URL encoded automatically)

Thanks

Re: playlisten

Posted: 11 Jul 2015 03:36
by inl_inc
OK - couldn't wait for the answer - set up a QA script to check and EXEC_SEND_HTTP_GET will automatically urlencode the spaces.

Thanks for saving us an extra step Bernd!

Re: playlisten

Posted: 11 Jul 2015 08:14
by radio42
Yes, ProppFrexx will automatically do the urlencoding