
Re: Support for multiple SAM DJs
This would work with the WebRequest system if the DJ's used their own database for files and the webrequest system was modified to access multiple databases rather than 1 database and multiple tables.
Example:
DJ ABC has database dj_abc which has all the required tabled for SAM
DJ XYZ has database dj_xyz which has the same tables but for them.
The account WebRequest (the site) has access to both databases for reading.
When retrieving a playlist, instead of reading the table <DJ NAME> it would read the database dj_<dj name> when the url
http://radio.url/browse.php?pl=dj_name is accessed.