Mister-Deezik Posted January 5, 2012 Report Share Posted January 5, 2012 Je n'ai trouvé aucun sujet sur cela, je ne sais pas du tout ou trouvé ma clef API sur radionomy ! je ne sais pas ou elle ce trouve du tout alors je compte sur vous :) pour m'aidez ;p Link to comment Share on other sites More sharing options...
Pitch76 Posted January 5, 2012 Report Share Posted January 5, 2012 Elle ce trouve dans le labs radionomy qui ce trouve a cette adresse : http://labs.radionomy.com . Ensuite tu va dans API RADIONOMY - UTILISATION , après il y a marquer :Votre clé : ********-****-****-****-4a6d7fd2b9fcVoilà , johann Link to comment Share on other sites More sharing options...
Mister-Deezik Posted January 7, 2012 Author Report Share Posted January 7, 2012 Ah merci je pense que cela pourra être super pratique au autre car franchement y'a pas beaucoup d'info pour cela Link to comment Share on other sites More sharing options...
Mike84553 Posted January 13, 2012 Report Share Posted January 13, 2012 Par Contre il faut attendre 24 H Pour quelle soit generer Link to comment Share on other sites More sharing options...
Paul*Radio Posted January 19, 2012 Report Share Posted January 19, 2012 Voici un petit script PHP pour afficher le titre en cours sur votre Webradio (Radionomy) :<?php$xml = @ simplexml_load_file('http://api.radionomy.com/currentsong.cfm?radiouid=Votre radio UID&apikey=Votre API KEY&type=xml');foreach ($xml as $track){ $artiste = $track->artists; $titre = $track->title;}{echo "$artiste - $titre";}?> Link to comment Share on other sites More sharing options...
FRame34 Posted January 19, 2012 Report Share Posted January 19, 2012 Voici un petit script PHP pour afficher le titre en cours sur votre Webradio (Radionomy) :<?php$xml = @ simplexml_load_file('http://api.radionomy.com/currentsong.cfm?radiouid=Votre radio UID&apikey=Votre API KEY&type=xml');foreach ($xml as $track){ $artiste = $track->artists; $titre = $track->title;}{echo "$artiste - $titre";}?>Il ne faut certainement pas utiliser ce script. Tu vas te faire blacklister car tu ne respectes pas les CGU.Vas te renseigner sur leur forum : http://board.radionomy.com/index.php?/topic/13639-api-script-pour-utiliser-lapi-currentsong/ Link to comment Share on other sites More sharing options...
C.B Posted January 19, 2012 Report Share Posted January 19, 2012 Il ne faut certainement pas utiliser ce script. Tu vas te faire blacklister car tu ne respectes pas les CGU.Vas te renseigner sur leur forum : http://board.radionomy.com/index.php?/topic/13639-api-script-pour-utiliser-lapi-currentsong/Pourquoi ? Ça ressemble pourtant aux scripts que letoptop (modo radionomy) propose sur sa page radionomy... Link to comment Share on other sites More sharing options...
FRame34 Posted January 19, 2012 Report Share Posted January 19, 2012 Car il faut maintenant passer par un script avec un cache. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.