To be recognized by most players, the file should follow the format. Each entry consists of two lines:
Once saved, simply the file and select Open with... followed by your preferred media player (VLC is the most compatible choice). 140.m3u
You can copy this into a text editor (like Notepad or TextEdit) and save it as 140.m3u . To be recognized by most players, the file
#EXTM3U #EXTINF:240,Song Title - Artist Name C:\Music\folder\song1.mp3 #EXTINF:-1,Live Stream Title http://example.com #EXTINF:180,Local Video File /Users/Name/Videos/video1.mp4 Use code with caution. Copied to clipboard Key Tips for Usefulness You can copy this into a text editor
For IPTV or web radio, the duration in the #EXTINF line is usually set to -1 because the length is unknown.
If you have 140 files to add, you can use the Command Prompt (Windows) to list them quickly: dir /b *.mp3 > 140.m3u (Note: This creates a basic M3U without the Extended metadata lines, but most players will still read it.) How to Play It