Skip to Content
It is currently December 10th, 2023, 7:03 pm

All times are UTC - 6 hours [ DST ]




 [ 16 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: Spot every 30 minutes
PostPosted: May 31st, 2010, 3:22 am 
Offline
New User
New User

Joined: May 31st, 2010, 2:43 am
Posts: 8
Hello forum.
I'm working with sam and i must put an advertisment every 30 minutes 24h/7d.
I do not use pal. Only event scheduler for some recorded programs.
I am thinking to use pal. My idea is:

1. Pause the "active" deck(with fade out if possible).
2. Play the spot(without removing or using any deck, iam thinking to use soundFX player if it is possible)
3. Continue the music or program(with fade in if possible)

I haven't use PAL again put i know some things because i know pascal language.

I hope to reply as soon as possible because i must put manual the spots!

Thank you...

P.S. Sorry for my poor english. It is not my native language.


Top
 Profile  
 
PostPosted: May 31st, 2010, 7:37 am 
Offline
New User
New User

Joined: May 31st, 2010, 2:43 am
Posts: 8
ok solved!

(!empty($user->lang['CODE'])) ? $user->lang['CODE'] : ucwords(strtolower(str_replace('_', ' ', 'CODE'))):
pal.loop:=true;
var p1:tplayer; var Liner : TSongInfo;
pal.waitfortime(t['next30']);
p1:=activeplayer;
liner:=cat['Advertisments'].choosesong(smrandom,norules);
aux1.queuesong(liner);
p1.fadetopause;
aux1.play;
pal.waitfortime('+00:00:35');
p1.fadetoplay;


it works


Last edited by Elevatorboy on May 31st, 2010, 7:42 am, edited 1 time in total.
Added Code tags


Top
 Profile  
 
PostPosted: August 21st, 2010, 5:30 pm 
Offline
New User
New User

Joined: August 20th, 2010, 6:30 pm
Posts: 9
thanks, i stole it :D

_________________
WWW.FUARADIO.COM


Top
 Profile  
 
PostPosted: August 21st, 2010, 8:31 pm 
Offline
New User
New User

Joined: May 31st, 2010, 2:43 am
Posts: 8
gOOd-sOn (!empty($user->lang['WROTE'])) ? $user->lang['WROTE'] : ucwords(strtolower(str_replace('_', ' ', 'WROTE'))):
thanks, i stole it :D


Be my guest!!!!!!!
Hope it will work without problem!


Top
 Profile  
 
PostPosted: August 22nd, 2010, 7:58 pm 
Offline
New User
New User

Joined: August 20th, 2010, 6:30 pm
Posts: 9
trelozakinthinos (!empty($user->lang['WROTE'])) ? $user->lang['WROTE'] : ucwords(strtolower(str_replace('_', ' ', 'WROTE'))):
gOOd-sOn (!empty($user->lang['WROTE'])) ? $user->lang['WROTE'] : ucwords(strtolower(str_replace('_', ' ', 'WROTE'))):
thanks, i stole it :D


Be my guest!!!!!!!
Hope it will work without problem!

its good but the only problem is, i tried to put it less than 30 minute but it looks like it cant (im not a code maker).i just try to modify certains stuff thats all

_________________
WWW.FUARADIO.COM


Top
 Profile  
 
PostPosted: August 25th, 2010, 9:42 pm 
Offline
New User
New User

Joined: August 20th, 2010, 6:30 pm
Posts: 9
pal.loop:=true;
var p1:tplayer; var Liner : TSongInfo;
pal.WaitForPlayCount(2);
p1:=activeplayer;
liner:=cat['Spot'].choosesong(smrandom,norules);
aux2.queuesong(liner);
p1.fadetopause;
aux2.play;
pal.waitfortime('+00:00:05');
p1.fadetoplay;



i modified it
its not dat hard :D im so happy lol

_________________
WWW.FUARADIO.COM


Top
 Profile  
 
PostPosted: August 26th, 2010, 4:27 am 
Offline
New User
New User

Joined: May 31st, 2010, 2:43 am
Posts: 8
I just remember a diadvantage!
If you play something at the aux1 or 2 you will not have it at your report!
But it is not big deal if you do not need the reports!


Top
 Profile  
 
PostPosted: August 27th, 2010, 10:38 pm 
Offline
New User
New User

Joined: August 20th, 2010, 6:30 pm
Posts: 9
trelozakinthinos (!empty($user->lang['WROTE'])) ? $user->lang['WROTE'] : ucwords(strtolower(str_replace('_', ' ', 'WROTE'))):
I just remember a diadvantage!
If you play something at the aux1 or 2 you will not have it at your report!
But it is not big deal if you do not need the reports!


whats the reorts

_________________
WWW.FUARADIO.COM


Top
 Profile  
 
PostPosted: August 28th, 2010, 3:56 am 
Offline
Super User
Super User

Joined: December 31st, 2006, 6:49 pm
Posts: 501
Location: Antioch, TN
If you don't know what reports are, you probably don't need them. 8)

_________________
Image


Top
 Profile  
 
PostPosted: August 28th, 2010, 6:47 am 
Offline
New User
New User

Joined: May 31st, 2010, 2:43 am
Posts: 8
AuBadge (!empty($user->lang['WROTE'])) ? $user->lang['WROTE'] : ucwords(strtolower(str_replace('_', ' ', 'WROTE'))):
If you don't know what reports are, you probably don't need them. 8)


You are right!!

Reports are reports(!!!) which you can export statistics about which songs played and when.
You can export one day, one hour, one month, one year!
Whatever you want!
Check it.
But this is helpful when you make a report for the rights of the artists, so you know what you have to pay to them!!!
But also depends on what is your contract between your radio station and the "copyright's office".

I hope that you understant me!~!!

HAve fun!!


Top
 Profile  
 
PostPosted: August 29th, 2010, 1:46 am 
Offline
Super User
Super User

Joined: December 31st, 2006, 6:49 pm
Posts: 501
Location: Antioch, TN
I understand you 8)

Reports are important to those who must pay royalties directly, no doubt, but if royalties are paid by your streaming host from the fees you pay the host, you may not need 'reports'.

_________________
Image


Top
 Profile  
 
PostPosted: August 29th, 2010, 4:34 am 
Offline
New User
New User

Joined: May 31st, 2010, 2:43 am
Posts: 8
I think so!!!
But if you want to be 100% legal maybe you should ask a lawyer!
But I think nobody cares if you play some songs for some people!!!
:D

Cheers!!!


Top
 Profile  
 
PostPosted: August 29th, 2010, 6:36 am 
Offline
Alumni
Alumni

Joined: October 14th, 2006, 9:38 am
Posts: 5986
Location: Deep in the heart of the PRNJ
trelozakinthinos (!empty($user->lang['WROTE'])) ? $user->lang['WROTE'] : ucwords(strtolower(str_replace('_', ' ', 'WROTE'))):
But I think nobody cares if you play some songs for some people!!!

Somebody cared enough to get a law passed.

_________________
- Stan Olochwoszcz
A proud licensed SAM user since 2002

Raritan Bay Radio


Top
 Profile  
 
PostPosted: August 29th, 2010, 6:44 am 
Offline
New User
New User

Joined: May 31st, 2010, 2:43 am
Posts: 8
Yes it would be good!
Because as artist i would like to be paid from the copyrights!
But for example in this site http://www.listen2myradio.com/ you can broadcast for free and nobody ask from you to give some money for the copyrights!


Top
 Profile  
 
PostPosted: August 30th, 2010, 2:27 pm 
Offline
Alumni
Alumni

Joined: March 11th, 2003, 1:34 pm
Posts: 9959
Location: Maui, HI
A site offering free SHOUTcast services does not negate any broadcasting laws or requirements.
If someone gave you a free car does it mean you can speed on the roads?

_________________
- Steve Kunitzer
- SVS (Spacial Volunteer Support) / Forum Administrator

Image
Image


Top
 Profile  
 
Display posts from previous:  Sort by  
 [ 16 posts ]  Go to page 1, 2  Next

All times are UTC - 6 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 7 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group