|
|
Radio Spider Audio Downloader


What the Radio Spider can do for
you.
 | Allow for un-attended downloads of most all radio programs that you need to download from websites or ftp sites.
|
 | Will logon to most all websites and ftp sites with your username and passwords. |
 | Set it up once and forget it. It will replace your audio cuts in your automation system.
|
 | Downloads files on specific days of the week.
|
 | Downloads files at the time you instruct it to.
|
 | Converts downloaded files from mp3 to wav.
|
 | Converts downloaded files from wav to mp3.
|
 | Automated Downloading ensures the programs will play.
|
 | Allows you to download dated filenames. |
 | Allows you to download files with the day of the week in the file name.
|
 | Allows you to download files with the month name or number in the file name.
|
Normal
Price $79.00


Click here to request Support
to setup a program for you 
If you are a Radio Network and
want a custom Radio Spider, click the below link:


Date Macro's
MT Date/Time Tokens
Description
You may use the MT Date/Time Tokens in the "URL" and
the "Download To" fields to dynamically create path
and file names that contain date information.
Syntax
{mt:Date[:directive]:format}
Where
| directive |
|
mtSun |
|
Uses the date of the Sunday of the
current week |
| |
|
mtMon |
|
Uses the date of the Monday of the
current week |
| |
|
mtTue |
|
Uses the date of the Tuesday of the
current week |
| |
|
mtWed |
|
Uses the date of the Wednesday of
the current week |
| |
|
mtThu |
|
Uses the date of the Thursday of the
current week |
| |
|
mtFri |
|
Uses the date of the Friday of the
current week |
| |
|
mtSat |
|
Uses the date of the Saturday of the
current week |
| Format |
|
YYYY |
|
Four digit year |
| |
|
YY |
|
Two digit year |
| |
|
MMMM |
|
Long string format of month (ie.
January, February) |
| |
|
MMM |
|
Short string format of month (ie.,
Jan, Feb) |
| |
|
UMMM |
|
Upper Case Long string format of
month (ie. January, February) |
| |
|
UMM |
|
Upper Case Short string format of
month (ie., JAN, FEB) |
| |
|
LMM |
|
Lower Case Short string format of
month (ie., jan, feb) |
| |
|
MM |
|
Two digit format of month (ie., Jan
= 01, Dec=12) |
| |
|
M |
|
One or two digit format of month (ie.,
Jan=1, Dec=12) |
| |
|
DDDD |
|
Long string format of day (ie.
Monday, Tuesday) |
| |
|
DDD |
|
Short string format of day (ie.,
Mon, Tue) |
| |
|
UDDD |
|
Upper Case Long string format of day
(ie. Monday, Tuesday) |
| |
|
UDD |
|
Upper Case Short string format of
day (ie., Mon, Tue) |
| |
|
DD |
|
Two digit format of day of Month (ie.,
01, 15) |
| |
|
D |
|
One or two digit format of day of
month (ie., 1, 12) |
| |
|
TT |
|
Two digit format of day of Month for
Tomorrow (ie., 01, 15) |
| |
|
T |
|
One or two digit format of day of
month Tomorrow (ie., 1, 12) |
| |
|
HH24 |
|
Two digit format of Hour using
military time (ie., 1am=01, 12noon=12,
4pm=16) |
| |
|
H24 |
|
One or two digit format of hour
using military time (ie., 1am=1,
12noon=12, 4pm=16) |
| |
|
HH |
|
Two digit format of Hour using 12
hour clock (ie., 1am=01, 12noon=12,
4pm=4) |
| |
|
H |
|
One or two digit format of hour
using 12 hour clock (ie., 1am=1,
12noon=12, 4pm=16) |
| |
|
mm |
|
Two digit format of minute (ie., 05,
25) |
| |
|
m |
|
One or two digit format of minute (ie.,
5, 25) |
| |
|
SS |
|
Two digit format of seconds (ie.,
05, 25) |
| |
|
S |
|
One or two digit format of seconds (ie.,
5, 25) |
| |
|
AMPM |
|
Two character String indicating
morning or afternoon (ie., am,pm) |
| |
|
AP |
|
One character String indicating
morning or afternoon (ie., a, p) |
| |
|
WW |
|
Two digit format of Week of Year (ie.,
02, 52) |
| |
|
Z |
|
Timezone abbreviation (ie., EST,
CST, PST) |
Samples
Assume that the current time is January 3, 2006
5:33:43 pm EST
|
Formatted String |
Result |
| Today is {mt:Date:MMMM DD, YYYY} |
Today is January 03, 2006 |
| Today is {mt:Date:UMMM DD, YYYY} |
Today is JANUARY 03, 2006 |
| The time is {mt:Date:HH:mm:SS AMPM Z} |
The time is 05:33:43 pm EST |
| Friday of this week is {mt:Date:mtFri:MMMM
D} |
Friday of this week is January 6 |
|
|