Songs Requests

Read 4448 times
ok so i have the request widget on my website and it works great and all but it needs some way so that listeners know whats available to request to the autodj

maybe it should also show all the songs that are in the uploaded library that way people know the artists that are available and so they dont have to guess
Currently Centova does not have this implemented into Centova Cast.  It is more on a "DIY" project, which you can accomplish by setting up a php/mysql connection file.  You connect the file to the database in order to display the song list.

 
CrossFire-Hosting LLC.
Co-Owner
thanks for reply

sorry to sound like a noob but can you show how that is done so that i might be able to put it on my website
any ideas
It involves php and mysql connection using files.  You need to setup a connection file that connects to the database, and setup some scripting that displays it how you want it.

Try searching Google for  "display database tables on a webpage".  that should get you started. :)
CrossFire-Hosting LLC.
Co-Owner