TCL animradio.tcl
#24
Pour installer tcl8.5 il faut installer le paquetage tcl8.5 et tcl8.5-dev, pour ce qui est des scripts TCL shoutcast, ils ne sont pas compatibles avec radionomy, ils utilisent Icecast avec d'autres modules... donc il faut utiliser le xml pour le titrage.

Sinon, je me rapelle avoir vu un code de CrazyCat pour radionomy

tcl
bind pub - "!titre" radio:titre
set url "http://api.radionomy.com/currentsong.cfm?radiouid=-RADIOUID-&apikey=-RADIOUID-&apikey=-RADIOUID-&type=xml"
 
package require http
proc radio:titre { nick uhost handle chan args } {
   set page [::http::geturl $::url -timeout 3000]
   set html [::http::data $page]
   regexp -all -- {<title>(.+)?</title>} $html null title
   regexp -all -- {<artists>(.+)?</artists>} $html null artist
   putserv "PRIVMSG $chan :En cours: \002$title\002 par \002$artist\002"
}



Il faut remplacer les "-RADIOUID-" dans le lien de la variable "url" par l'uid de la radio fourni sur le site radionomy.
Répondre Avertir


Messages dans ce sujet
TCL animradio.tcl - par BlackNight - 22/01/2010, 12:04
RE: TCL animradio.tcl - par Lunar - 23/02/2010, 18:03
RE: TCL animradio.tcl - par fedora - 23/02/2010, 18:13
RE: TCL animradio.tcl - par Raiding - 01/12/2011, 14:25
RE: TCL animradio.tcl - par Lunar - 27/02/2010, 19:30
RE: TCL animradio.tcl - par Artix - 02/03/2010, 13:33
RE: TCL animradio.tcl - par CrazyCat - 01/12/2011, 15:05
RE: TCL animradio.tcl - par Raiding - 03/12/2011, 19:19
RE: TCL animradio.tcl - par djkenny - 04/12/2011, 10:07
RE: TCL animradio.tcl - par Raiding - 04/12/2011, 12:11
RE: TCL animradio.tcl - par djkenny - 04/12/2011, 12:17
RE: TCL animradio.tcl - par Raiding - 04/12/2011, 12:19
RE: TCL animradio.tcl - par djkenny - 04/12/2011, 12:22
RE: TCL animradio.tcl - par Raiding - 04/12/2011, 12:24
RE: TCL animradio.tcl - par djkenny - 04/12/2011, 12:26
RE: TCL animradio.tcl - par Raiding - 04/12/2011, 12:27
RE: TCL animradio.tcl - par djkenny - 04/12/2011, 12:29
RE: TCL animradio.tcl - par Raiding - 04/12/2011, 12:30
RE: TCL animradio.tcl - par djkenny - 04/12/2011, 12:32
RE: TCL animradio.tcl - par Raiding - 04/12/2011, 12:35
RE: TCL animradio.tcl - par djkenny - 04/12/2011, 12:37
RE: TCL animradio.tcl - par Raiding - 04/12/2011, 12:41
RE: TCL animradio.tcl - par djkenny - 04/12/2011, 12:43
RE: TCL animradio.tcl - par blaster911 - 04/12/2011, 15:20
RE: TCL animradio.tcl - par Raiding - 08/12/2011, 00:22

Atteindre :


Utilisateur(s) parcourant ce sujet : 2 visiteur(s)
Tchat 100% gratuit -Discutez en toute liberté