//***************************************
// CONFIGURATION
//
//***************************************/
function Config() {

}

Config.path = 'player.rireetchansons.fr/V4/';
//Config.path = 'dev.players.fr/players/';

Config.directory = 'rireetchansons';

Config.webradios = '../playlists_webradios/playlist_complete.xml';
//Config.webradios = 'xml/webradios.xml';
Config.webradios_interval = 60000;

//Config.data = 'http://www.nrj.fr/dynamic/artistes_api.php';
Config.data = 'xml/artist.xml';

Config.games = 'http://www.rireetchansons.fr/news/rss/289-290';
//Config.games = 'xml/jeux.xml';

//////////////////////////////:
Config.radioList = new Array();
Config.radioList[0] = new Array();
Config.radioList[0]["id"] = 'rire';
Config.radioList[0]["name"] = 'Rire et Chansons';
Config.radioList[0]["url"] = '';
Config.radioList[0]["idstream"] = 0;

Config.radioList[1] = new Array();
Config.radioList[1]["id"] = 'sketches';
Config.radioList[1]["name"] = '100% sketches';
Config.radioList[1]["url"] = '';
Config.radioList[1]["idstream"] = 402;

Config.radioList[2] = new Array();
Config.radioList[2]["id"] = 'live';
Config.radioList[2]["name"] = 'live';
Config.radioList[2]["url"] = '';
Config.radioList[2]["idstream"] = 401;

Config.radioList[3] = new Array();
Config.radioList[3]["id"] = 'talents';
Config.radioList[3]["name"] = '100% talents';
Config.radioList[3]["url"] = '';
Config.radioList[3]["idstream"] = 403;