Using result from PLS_CURRENT_GET_ENTRY

This forum can be used to post any topics related to general broadcast questions, tech stuff, informations etc.
This forum is unmoderated!
Gennaro_77
Posts: 6
Joined: 01 May 2024 11:46
Re: Using result from PLS_CURRENT_GET_ENTRY

Post by Gennaro_77 »

the command used is the following but I can't make it work and then I don't see it on my site when I go to load it thanks if you help us with some screenshots
Attachments
Screenshot 2024-06-03 083520.png
Screenshot 2024-06-03 083520.png
User avatar
radio42
Site Admin
Posts: 8595
Joined: 05 Apr 2012 16:26
Location: Hamburg, Germany
Contact:
Re: Using result from PLS_CURRENT_GET_ENTRY

Post by radio42 »

Seems you are missing the PIPE symbol (|) between the target and template file. You have used a space instead of the pipe.

You have (in your previous command) also only used one parameter in the EXEC_WRITE_PLAYLISTFILE command?!
This command seems to appear twice.
E.g. it should be:

Code: Select all

EXEC_WRITE_PLAYLISTFILE C:\MBRecaster\onair.html|C:\MBRecaster\template.html
Gennaro_77
Posts: 6
Joined: 01 May 2024 11:46
Re: Using result from PLS_CURRENT_GET_ENTRY

Post by Gennaro_77 »

good morning, so we have configured everything in the html command to add a string by chance or it is configured automatically
EXEC_WRITE_PLAYLISTFILE C:\MBRecaster\onair.html|C:\MBRecaster\template.html
in fact it works but from that moment in which I have to send it to the website is there another procedure to do? or to set? Please let us know thanks
Last edited by Gennaro_77 on 12 Jun 2024 11:56, edited 1 time in total.
User avatar
radio42
Site Admin
Posts: 8595
Joined: 05 Apr 2012 16:26
Location: Hamburg, Germany
Contact:
Re: Using result from PLS_CURRENT_GET_ENTRY

Post by radio42 »

?
So all is working as expected now?
If not, please explain in detail, show your template file etc.
Gennaro_77
Posts: 6
Joined: 01 May 2024 11:46
Re: Using result from PLS_CURRENT_GET_ENTRY

Post by Gennaro_77 »

I would say no because the old tracks remain on the website and don't load
https://www.radiogeg.it/onair/
User avatar
radio42
Site Admin
Posts: 8595
Joined: 05 Apr 2012 16:26
Location: Hamburg, Germany
Contact:
Re: Using result from PLS_CURRENT_GET_ENTRY

Post by radio42 »

See my comments above and note, that you might need to refresh your web page!
You can also do this automatically in your html web site - but here you need to consult your web developer. Or see here for example- but that is not a ProppFrexx issue: https://www.geeksforgeeks.org/how-to-au ... ixed-time/

And also make sure, that you are using the correct event, eg. the Streaming.OnSongTitelChanged event to trigger your template and upload. Ie. with this event your web page would be newly updated with each song title change.

Post Reply