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


Click here to return to the 'mp3 alarmclock?' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
mp3 alarmclock?
Authored by: GEllenburg on Jan 23, '03 07:21:45AM

Yes,

I do this all the time. Note though, my iTunes folder is not in my Library folder, it's on an NFS share on my file-server, so you'll need to modify the path below to reference where YOUR iTunes folder is:

% at 7:10<Return>
/sw/bin/mpg123 -a CoreAudio -os "/mnt/athlon/stuff/music/Soundtrack/The Sopranos/01 A3 - Woke Up This Morning.mp3"
^D

This will play the theme song to The Soprano's at 7:10am.

Of course, one could do the same by adding a line to their crontab by typing:

% crontab -e<Return>

...

0 5 * * * /sw/bin/mpg123 -a CoreAudio -os "/mnt/athlon/stuff/music/Soundtrack/The Sopranos/01 A3 - Woke Up This Morning.mp3"


Hope this helps.



[ Reply to This | # ]