Sunday, April 06, 2008

Using your computer as your alarm clock

Using your computer as your alarm clock.


What does every teen do? Go to school. And what does every teen use to wake up? Either a radio alarm that plays anything you want as long as its static, or a loud, obnoxious BUZZ BUZZ BUZZ until you throw it out the window. How can you save money on broken alarm clocks which can add up after a while? Use your computer to play your favorite song at the time you need to wake up. Who would have thought of that? You’ve got a computer in your room that is turned on 24/7, so it’s available, and you’ve also got an alarm that is on 24/7 that is annoying. Throw the alarm out the window once and for all and use your computer.

I’ve split this guide into two portions. The first is for all of you Windows users out there, and the second part is for all of you Linux users out there.

Windows

Windows is quite simple to get set up as a fully working alarm clock. All you need is your favorite music playing software. I prefer to use WinAmp because it’s small, and has a few other options that you can use (streaming to other computers to wake up the whole house for instance :D ), but you can use others, such as iTunes. Next, you need a playlist file, which we will use a .M3U file, which is basically just a list of songs, but it also plays with iTunes (I have not tested it with Windows Media Player). This file is just a simple text file that lists the songs you want played (everything must be in the same “folder” for this to work without jumping through too many hoops). Finally, you need your volume up. Not loud enough that it wakes up the people three doors down (no pun intended) from you, but lound enough to get you awake and into your usual routine.

Step 1:
Collect your music. It doesn’t matter where you get it from, as long as whatever music player your using can play it (as a rule of thumb, just stick with MP3s).

Step 2:
Build your .M3U playlist file. Using “Notepad” (under “Accessories” in the start menu), it creates a pure text file without any formatting that Microsoft Word or Wordpad will put in it.

Here’s the look of the .M3U file:

#EXTM3U
song1.mp3
song2.mp3
song3.mp3
and so on.mp3

Just save this as “alarm.m3u” to wherever your music is saved.

Step 3:
Create a “batch” file that will start your playlist. A batch file is simple in this respect. Run a single command that opens and starts playing your playlist automatically. Save this as “alarm.bat” in the same place as your playlist file.

Here’s what your batch file should look like:

start alarm.m3u

And that’s it for the file portion of the alarm clock.

Step 4:
Create a “Scheduled Task” to start the batch file at the desired time. Under the “Control Panel”, there is an “applet” called “Scheduled Tasks.” Create a new task, and where it asks for the program to run “Browse” to the “alarm.bat” file that we created earlier. Set the time, and you have yourself a custom alarm clock.

Note:
If you set your music player to shuffle, it won’t start with the same song every morning.

website page counter