Remote load playlist at end

IgorPobi

New member
Hello !

How remote load playlist AT END of existing playlist ?
For example, this command work but clear previous playlist:
http://PC1:9000/?pass=???cmd=load c:\PlayLists\P1.m3u8

One question: Where execute this command INSIDE RadioBOSS for control another RadioBOSS ?
 
IgorPobi said:
How remote load playlist AT END of existing playlist ?
For example, this command work but clear previous playlist:
http://PC1:9000/?pass=???cmd=load c:\PlayLists\P1.m3u8
Yes, this commands works as if you click File->Open to open a playlist.

IgorPobi said:
One question: Where execute this command INSIDE RadioBOSS for control another RadioBOSS ?
You can use the "download" scheduler command to send requests to another RadioBOSS instance:
Code:
download http://PC1:9000/?pass=AAA&cmd=stop
 
Hello !

For example this command cannot execute remote:

download http://pc6:9000/?pass=pass&cmd=getrandomplaylist c:\playlists\1-Monday\00-06

Remote RadioBOSS show this in the log but nothing execute ....

When add at end of line '\' character:

download http://pc6:9000/?pass=pass&cmd=getrandomplaylist c:\playlists\1-Monday\00-06\

Remote RadioBOSS show:
Access violation at address ....
Program will be restared because of fatal error.
 
You need to change spaces in the URL to %20, your first command should look like this:
Code:
download http://pc6:9000/?pass=pass&cmd=getrandomplaylist%20c:\playlists\1-Monday\00-06

The "Access Violation" was not reproduced on the latest version. What version do you use? If the latest one, please click Help->Contact Support->Send bug reports, we'll take a look at what went wrong.
 
The command should work after fixing the spaces. Please send the bug reports to take a look at (we are going to release RB 5.5.5 soon and we'd like as many bugs to be fixed there as possible).
 
Does not work :( RadioBOSS show command in log but playlist not load ....

About crash:

A crash happens when you run the command from the Internet Explorer. (I use version 11), for example:

http://pc6:9000/?pass=pass&cmd=getrandomplaylist%20c:\playlists\1-Monday\00-06
or
http://pc6:9000/?pass=pass&cmd=getrandomplaylist%20c:\playlists\1-Monday\00-06\


 
Thanks for the info, those errors will be checked and if confirmed, will be fixed in the next update (it's planned for this week).
 
Back
Top