Page 1 of 1

[PROBLEM SOLVED] Get datas from proppfrex with php

Posted: 04 Jul 2018 23:49
by maniacshu
Hi everybody!

I have a little problem with proppfrex on air scripting. We want to send the song meta datas with EXEC_SEND_HTTP_GET command. If we are press Test button it works correctly. In that case, if we try on a real playlis we get nothing.

Our script (OnTrackPlay):

Code: Select all

EXEC_SEND_HTTP_GET http://localhost/radiodata.php?title=${title}
Our php code:

Code: Select all

<?php

file_put_contents("data.txt",print_r($_GET,true));

?>
Thanks for your help :)
Two parameter in two lines, generate listing bug, and the writed file going corrupted.
Not use any parameter line, same information! Code is working, problem solved!

Re: [PROBLEM SOLVED] Get datas from proppfrex with php

Posted: 05 Jul 2018 00:34
by radio42
Glad you solved it.