A plain-text file listing local file paths or URLs that point to audio tracks, used to load and share playlists across DJ software and media players.
An M3U file is a plain-text playlist format where each line contains either an absolute or relative file path or a streaming URL pointing to an audio track. M3U8 is the UTF-8 encoded variant of the same format, required for non-ASCII characters in file paths or track titles. DJ software and media players read the list sequentially and load the referenced files without copying the audio itself.
Why it matters
M3U and M3U8 files give DJs a lightweight, software-agnostic way to export and share playlists. Because the file only stores references rather than audio data, a single playlist file can be moved between a laptop library and a partner's system, or submitted to an internet radio station as a stream schedule, without duplicating any audio files.
In practice
Most DJ applications (Rekordbox, Serato, Virtual DJ) can export a playlist as M3U with one menu action. To ensure the file works on another machine, use relative file paths rather than absolute paths, or confirm that the receiving system mounts the audio drive at the same path. M3U8 is the safer default if any track title or folder name contains accented characters or non-Latin scripts.

