Warung Online

Kamis, 06 Februari 2014

M3U Files: How to Play or Download the Contents of an M3U Playlist osxdailynews.blogspot.com

Written By Unknown; About: M3U Files: How to Play or Download the Contents of an M3U Playlist osxdailynews.blogspot.com on Kamis, 06 Februari 2014

osxdailynews.blogspot.com ® M3U Files: How to Play or Download the Contents of an M3U Playlist

M3U file If you have ever downloaded an M3U file thinking you were going to get a song, audio file, or podcast, you’ve probably noticed the file size is tiny, and the m3u doesn’t really do anything on it’s own. This leads many users to wonder how to play the audio file, or how to convert that m3u into an mp3, m4a, or turn it into another familiar audio format. M3u’s are fairly misunderstood in that sense, they’re actually just a plain text playlist container file that is either a local playlist of audio, or a simple URL (link) to the actual audio content, usually intended to play as an audio stream.


Playing the audio from an m3u is made easy with iTunes, but perhaps more useful is getting the actual audio files out of an m3u container by downloading the source audio to a local hard drive. We’ll cover how to do both.


Playing an M3U File Directly with iTunes


iTunes usually knows what to do with an M3U file, so just open the m3u directly into iTunes to start the audio playback through streaming. It may take a moment to start loading depending on the speed of the internet connection.


Once an m3u has been opened in iTunes, they will be categorized under the “Internet Songs” section of the library, even if the m3u is a podcast or not music.


m3u playing in iTunes


The downside to keeping the m3u file through iTunes directly is that it will stream every time the audio is accessed, meaning it won’t be available if internet connections are down or the server is out of reach. That’s why downloading the audio content from the m3u container can be useful.


Converting / Downloading an MP3 / M4A from an M3U File


You can often download the m3u playlist audio files directly to a computer, this prevents having to stream the audio through the M3U container. Accordingly, that means you can only “convert” m3u files into local mp3 / m4a files if the container is a URL to audio. If the file is a playlist of local documents, it is not actionable in this way.


1: Grab the URL from the m3u


You can view the contents of any m3u with any general text editor. OS X makes this particularly simple with TextEdit, the bundled text app, or with Quick Look if you have text selection enabled. Simply drag the m3u file into TextEdit or open it with Quick Look, and you’ll see what’s in the m3u container, which is either a link to a file or a playlist.


m3u contents showing an mp3 file


Once you have the URL from the m3u playlist, you can then download it locally. Most users will want to use the web browser to accomplish this, but you can also turn to the command line to download the contents from the m3u as well.


2A: Saving m3u Container Audio from a Web Browser


Downloading the contents through a web browser is going to be easiest for most users, it should work with any modern browser in any modern OS, be it Safari, Chrome, or Firefox.



  1. Open the m3u file in a text editor or Quick Look, and copy the URL to the clipboard

  2. Paste the audio URL into the address bar of your web browser of choice, let it load, then go to the “File” menu and choose “Save As” to save the contained audio to the local hard drive


You’ll probably want to save the resulting mp3 or m4a somewhere easily accessible, like the desktop. Once it’s done downloading, you can open it directly into iTunes where it will reside with the rest of your audio playlist.


2B: Downloading m3u Container Audio with curl


Users who would rather turn to the command line can use curl to grab the audio and save it locally:



  1. Copy the audio URL from the m3u container with cat:

    cat sample.m3u



  2. Launch Terminal, then use the following command syntax:

    curl -O [url]




Be sure to specify the full URL and protocol, for example:


curl -O http://ift.tt/1aBvbKh


curl will start downloading the file, showing download speed and progress. When finished, it’ll be where you executed the command, which is typically in the user ~/ home directory.


Whether you downloaded the file through a web browser of the command line doesn’t really matter, but you’ll now have the audio file stored locally, preventing the m3u container from streaming the document every time it’s opened or retrieved. This can be helpful if you’d rather load up your iPhone, iPad, iPod, or computer with audio files like podcasts rather than relying on the streaming functionality, so just load it directly into iTunes and enjoy.


Email this M3U Files: How to Play or Download the Contents of an M3U Playlist to a Friend! Receive Articles like this one direct to your email box! Subscribe for free today!

Tidak ada komentar:

Posting Komentar