Florian54 Posted August 3, 2007 Report Share Posted August 3, 2007 Bonjour,Voila, je diffuse avec SAM, et j'aurais voulu savoir si vous pouviez m'indiquer un logiciel ou un script PAL de façon à faire un decrochage propre.Et donc par la même occasion, un script ou logiciel qui pourrait permettre de se connecter à une certaine heure.Histoire de pouvoir être bien simultanée.Merci d'avance !ps : Pour les scripts PAL, si vous pouviez m'indiquer la marche à suivre pour les installer, sa serait sympa ! Merci :D Link to comment Share on other sites More sharing options...
Florian54 Posted August 3, 2007 Author Report Share Posted August 3, 2007 Personne pour me répondre ?Désolé si j'insiste, je suis juste un grand curieu :DCordialement Link to comment Share on other sites More sharing options...
TheoOrl45 Posted August 4, 2007 Report Share Posted August 4, 2007 Surtout que bon, c'est les vacances et le week-end accessoirement.... Donc, c'est un peu plus désert qu'à l'accoutumée.Un peu de patience.... Link to comment Share on other sites More sharing options...
alexcool68 Posted August 4, 2007 Report Share Posted August 4, 2007 J'aimerais aussi comment faire enfin j'allais poser la même questions. Link to comment Share on other sites More sharing options...
ipnoze Posted August 4, 2007 Report Share Posted August 4, 2007 il me semble que cela est trouvable sur ce forum :)/!\ ce script n'est pas de moi et peut etre trouvé sur le net /!\Have Fundecro shoutcast.pal Link to comment Share on other sites More sharing options...
Florian54 Posted August 4, 2007 Author Report Share Posted August 4, 2007 erf il ne marche pas !Cela me dit :"Failed to play" dans Event log et dans la fenetre des scripts PAL j'ai :"compiler error" Link to comment Share on other sites More sharing options...
ipnoze Posted August 5, 2007 Report Share Posted August 5, 2007 il marche tres bien il suffit de rajouter l'ip du shoutcast de la personne qui est a distance et l heure de départ et de fin et sa marche ;) Link to comment Share on other sites More sharing options...
Florian54 Posted August 5, 2007 Author Report Share Posted August 5, 2007 Ah ok, j'ai compris ;)En gros on fait passer un autre animateur a la radio ^^Sympa se script :DQuelqau'un en aurait un pour une playlist ? J'ai regardé, mais j'ai souvent : Compiler error Merci ;) Link to comment Share on other sites More sharing options...
ipnoze Posted August 5, 2007 Report Share Posted August 5, 2007 voila pour ma part celui avec le quel je tourne et qui marche tres bien aussi :)(à renommer en *.pal) Link to comment Share on other sites More sharing options...
Florian54 Posted August 5, 2007 Author Report Share Posted August 5, 2007 Exelent script PAL !Merci d'avoir répondu à toutes mes questions et demande ;) Link to comment Share on other sites More sharing options...
yannou0 Posted August 29, 2007 Report Share Posted August 29, 2007 J'aime quand tous le monde maltraite leur sam :? après j'en entend parler toute les semaines: ''oues sam c de la merd*'' mais apprenez à vous en servir :cry: pour faire des rotations automatique ne boutillier pas votre sam a faire des requêtes tous le temps avec du pal, le pal sa sert pas a faire sa ! :x Faite un petit tour sur: File > Config > Playlist rotation rules :) Sam fait tout dans une radio mais faut savoir juste s'en servir :D Link to comment Share on other sites More sharing options...
Loic350 Posted September 6, 2007 Report Share Posted September 6, 2007 Bonjour,Je voudrez sa voir ou sa se met le srcipt pal :{ Here is an example script that can be used to relay a remote show or URLAbout:This script will play a remote show inside SAMThe show starts at a specified time, and then ends atanother specified time.The script also contains some error-correction codethat will attempt to connect to the stream up to 20 timesin case it goes down. We schedule one song between each attempt.Usage:a) Compile configuration below and start PAL script.b) If this show is only in certain days you will need to modify the script toonly queue the show up during these days.See the DayOfWeek function.}{ CONFIGURATION }{==================================================}const ShowURL = 'Ip - Du - Server';const StartTime = '23:59:59'; //<-- MODIFY START TIMEconst EndTime = '05:59:59'; //<-- MODIFY END TIME{ IMPLEMENTATION }{--------------------------------------------------}var T : Integer;{Wait for the show to start}PAL.WaitForTime(StartTime);{Add show to queue}Queue.Clear;Queue.AddURL(ShowURL,ipTop);{Fade to show}ActivePlayer.FadeToNext;{Precautions - if there is a brief disconnect or server problem,then we would want to retry a few times to get back to the show.To do this we place the URL quite a few times in the queue, followedby some normal programming. That way we will try and reconnect untilthe end of the show}T := 0;while T < 20 dobeginQueue.AddURL(ShowURL,ipBottom);CAT['Tracks'].QueueBottom(smLRP,EnforceRules);T := T + 1;end;{Wait for show to end}PAL.WaitForTime(EndTime);{Clear queue}Queue.Clear;{Fade to normal programming}ActivePlayer.FadeToNext;{--------------------------------------------------}et comment sa marche et comment on le configure parce que jé jamais utiliser un fichier palMerci CordialementLoic Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.