terminalterminal You don’t need to use iTunes to play music on your Mac, particularly if you just want to play an audio document. Mac OS X comes with an included command line audio player that you can use to play most audio files with.

In this example we’re going to use an MP3 file as the audio, but you can also play AIFF, WAV, m4a, and many more audio formats through afplay or open commands.

How to Play Mp3 Files at Command Line on Mac

For afplay, launch the Terminal (found in the /Applications/Utilities/) and type the following command:

afplay audiofile.mp3

Obviously you need to replace audiofile.mp3 with your filename and path to that file.

For reference, the path to your iTunes folder is: ~/Music/iTunes/iTunes Music/ and then you can use tab completion to select artist names quickly.

An example syntax for playing a file in the iTunes library using afplay looks like the following, with a full path to the file name:

afplay ~/Music/iTunes/iTunes Music/Grateful Dead/Ripple-live.mp3

The afplay command works with mp3 files, but also nearly any other audio file you point it at too.

If you want to launch a song into itunes from the command line, you can do that too. Let’s assume iTunes is the default music player, which it is unless you’ve changed it to something else. For iTunes, you can also use the ‘open’ command to initiate iTunes streams in iTunes itself, or whatever your default audio player app is:

open /path/to/mp3file.mp3

This launches the mp3 within the actual GUI app associated with the filetype (mp3, in this case).

Whichever method, once the command is executed the audio file will start to play immediately, you can stop the audio from playing at any time by hitting Control+C within the Terminal window.

How to Play Audio from Command Line in the Background

You can also use the afplay command to play an audio file in the background simply by appending an ampersand to the end of the command, as shown:

afplay audiofile.mp3 &

To launch iTunes in the background from the ‘open’ command, use the same ampersand:

open /path/to/mp3file.mp3 &

Now the song will play within the background and does not require the Terminal window to stay open.

The audio file will play until it’s over, otherwise you can type:

killall afplay

or

killall iTunes

The first kills afplay, the second stops iTunes by force quitting.

That will stop the audio immediately.

In the past I have combined this with the text to speech ‘say’ command to play some amusing pranks on friends.

Source

Follow Me:
Top Best Sellers!!