playlisten

You have a question or need an advice about how to do something? Ask it here!
Post Reply
Frank1977
Posts: 44
Joined: 16 Apr 2014 11:16
playlisten

Post 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
User avatar
radio42
Site Admin
Posts: 8295
Joined: 05 Apr 2012 16:26
Location: Hamburg, Germany
Contact:
Re: playlisten

Post 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.
Frank1977
Posts: 44
Joined: 16 Apr 2014 11:16
Re: playlisten

Post by Frank1977 »

Hi Bernd,

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

Frank
percramer
Posts: 8
Joined: 18 Feb 2013 23:10
Re: playlisten

Post 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
inl_inc
Posts: 76
Joined: 12 Dec 2013 18:42
Re: playlisten

Post 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
inl_inc
Posts: 76
Joined: 12 Dec 2013 18:42
Re: playlisten

Post 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!
User avatar
radio42
Site Admin
Posts: 8295
Joined: 05 Apr 2012 16:26
Location: Hamburg, Germany
Contact:
Re: playlisten

Post by radio42 »

Yes, ProppFrexx will automatically do the urlencoding

Post Reply