[thelist] [OT?] Mp3 Scheduler for Radio Station?

Charles Wilson cw_com me at charlesw.com
Sat Feb 24 01:52:17 CST 2001


Does anyone know of a program to [easily] schedule mp3 files according to
times?

Some friends of mine have a college radio station with no budget. But, they
have a pc  with an 8 gig SCSI drive in just sitting there, with no one to
love it.

I want to help them constantly broadcast via mp3 files. I thought about
Winamp or Music match, but they don't necessarily help with putting in short
messages, scheduling things, etc.

Does anyone have any ideas?


<tip type="ColdFusion, Directory, isDefined" author="Charles Wilson">
Don't forget that you can use the DirectoryExists function to check for the
existance of a directory in coldfusion.

example:
<CFIF DirectoryExists("#directory#")>
   <!--- Do Stuff --->
<CFELSE>
   <!--- Create the directory --->
   <cfdirectory action="CREATE" directory="c:\myDirectory">
</CFIF>
</tip>

-Charles WIlson






More information about the thelist mailing list