Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Use iCal to schedule recording of WMA radio streams' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Use iCal to schedule recording of WMA radio streams
Authored by: mamaway on Nov 16, '05 11:16:40AM
Thanks for the mp3 tip. All I had to do to get the entire script to work from there was change:
tell application "iTunes" launch set new_track to add (tempfile as POSIX file) to playlist "Library" of source "Library"
to:
tell application "iTunes" launch set new_track to add (tempfile as POSIX file) to playlist "RadioRecordings"
And make that playlist of course.

[ Reply to This | # ]