Page 2 of 2
Re: Using result from PLS_CURRENT_GET_ENTRY
Posted: 03 Jun 2024 08:38
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
Re: Using result from PLS_CURRENT_GET_ENTRY
Posted: 03 Jun 2024 13:30
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
Re: Using result from PLS_CURRENT_GET_ENTRY
Posted: 05 Jun 2024 10:19
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
Re: Using result from PLS_CURRENT_GET_ENTRY
Posted: 05 Jun 2024 12:56
by radio42
?
So all is working as expected now?
If not, please explain in detail, show your template file etc.
Re: Using result from PLS_CURRENT_GET_ENTRY
Posted: 05 Jun 2024 13:11
by Gennaro_77
I would say no because the old tracks remain on the website and don't load
https://www.radiogeg.it/onair/
Re: Using result from PLS_CURRENT_GET_ENTRY
Posted: 05 Jun 2024 13:33
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.