Using result from PLS_CURRENT_GET_ENTRY
-
- Posts: 6
- Joined: 01 May 2024 11:46
Re: Using result from PLS_CURRENT_GET_ENTRY
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
Re: Using result from PLS_CURRENT_GET_ENTRY
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:
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
Bernd - radio42
ProppFrexx ONAIR - The Playout and Broadcast Automation Solution
ProppFrexx ONAIR - The Playout and Broadcast Automation Solution
-
- Posts: 6
- Joined: 01 May 2024 11:46
Re: Using result from PLS_CURRENT_GET_ENTRY
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
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.
Re: Using result from PLS_CURRENT_GET_ENTRY
?
So all is working as expected now?
If not, please explain in detail, show your template file etc.
So all is working as expected now?
If not, please explain in detail, show your template file etc.
Bernd - radio42
ProppFrexx ONAIR - The Playout and Broadcast Automation Solution
ProppFrexx ONAIR - The Playout and Broadcast Automation Solution
-
- Posts: 6
- Joined: 01 May 2024 11:46
Re: Using result from PLS_CURRENT_GET_ENTRY
I would say no because the old tracks remain on the website and don't load
https://www.radiogeg.it/onair/
https://www.radiogeg.it/onair/
Re: Using result from PLS_CURRENT_GET_ENTRY
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.
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.
Bernd - radio42
ProppFrexx ONAIR - The Playout and Broadcast Automation Solution
ProppFrexx ONAIR - The Playout and Broadcast Automation Solution