Skip to content
Novus Examples
m3u

What is a .m3u file?

audio/x-mpegurl

M3U (.m3u) is a plain-text media playlist: a list of track paths or URLs, one per line, optionally annotated with #EXTINF duration and title directives in the extended form. It is the most widely supported playlist format across audio and video players.

How to use a .m3u file

Use an example .m3u file to test playlist parsers and media players, #EXTINF metadata extraction, and conversion between M3U, PLS, and other playlist formats.

Convert a .m3u file to another format

← All file formats