New Request Script for anyone who wants it.

Update: While this worked for me for some time, it has now started to return the error "Song request failed: unable to load music library". Don't know why, I never changed anything. Nor did I apply any updates to Radio Boss so I have no idea why it suddenly stopped working. I apoligise if you have copied and pasted the script to you site.
If none of the settings were changed, maybe you have deleted or renamed the library the script tries to load?
 
If none of the settings were changed, maybe you have deleted or renamed the library the script tries to load?
No, I have only just got to the bottom of it. My issue was caused by adding more songs to my library. The result was it was taking to long to to load the library over the internet. The script is working but it will struggle with large libraries.
 
No, I have only just got to the bottom of it. My issue was caused by adding more songs to my library. The result was it was taking to long to to load the library over the internet. The script is working but it will struggle with large libraries.
You may want to increase timeouts and/or connection speed.
 
You may want to increase timeouts and/or connection speed.
My Solution, (with the help of chat GBT, it wasn't my own idea) was to create .xml file of the entire library and place in on my home server which is on the same machine as Boss. Then create my request form and also server it from the same machine. I then set up a request button on my website that opens an iframe of the form on my home computer, and the request form searches the .xml file instead of loading the Library. So when someone is requesting a song, they are actually doing it on my home computer where Boss is serving the music. It now works lighting fast.
 
Back
Top