Radios-fr.com

Decrochage propre

Les logiciels d'automation Sam Broadcaster, Drs 2006 et Jazler.

Messagede Florian54 le Dim Aoû 05, 2007 19:06

Exelent script PAL !

Merci d'avoir répondu à toutes mes questions et demande ;)
Florian54
Amateur Radio
Amateur Radio
 
Messages: 31
Inscription: Dim Juil 22, 2007 21:12

Messagede yannou0 le Mer Aoû 29, 2007 22:52

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
Avatar de l’utilisateur
yannou0
Connaisseur Radio
Connaisseur Radio
 
Messages: 84
Inscription: Ven Déc 30, 2005 21:03
Localisation: St nazaire

Messagede Loic350 le Ven Sep 07, 2007 01:13

Bonjour,

Je voudrez sa voir ou sa se met le srcipt pal :

Code: Tout sélectionner
{ Here is an example script that can be used to relay a remote show or URL
About:
This script will play a remote show inside SAM
The show starts at a specified time, and then ends at
another specified time.

The script also contains some error-correction code
that will attempt to connect to the stream up to 20 times
in 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 to
only queue the show up during these days.
See the DayOfWeek function.
}
{ CONFIGURATION }
{==================================================}
const ShowURL = 'Ip - Du - Server';
const StartTime = '23:59:59'; //<-- MODIFY START TIME
const 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, followed
by some normal programming. That way we will try and reconnect until
the end of the show}

T := 0;
while T < 20 do
begin
Queue.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 pal

Merci Cordialement

Loic
Dernière édition par Loic350 le Ven Sep 07, 2007 01:14, édité 1 fois.
Loic350
Stagiaire Radio
Stagiaire Radio
 
Messages: 4
Inscription: Jeu Sep 06, 2007 22:54

Messagede Publicité le 21 Juin 2008 00:00

Publicité
 
Messages : 60
Inscription: 21 Juin 2008 23:14
Localisation: Sur ce forum
  • Message privé
  • Site Internet
  • MSNM/WLM

Retourner vers Sam/DRS/Jazler



Qui est en ligne

Utilisateurs parcourant ce forum: Aucun utilisateur enregistré et 0 invités