UK IPTV setup, tools and troubleshootingChat with setup support
UK IPTV knowledge guide

What is an M3U playlist?

An M3U file is a text-based playlist that can list media items and metadata. It is not proof that the listed content is authorised or available.

Quick answer

What is an M3U playlist?

What this guide covers

Understand M3U and M3U8 IPTV playlists, EXTINF lines, groups, tvg-id, URLs, privacy risks and how to validate a file locally.

Use this explainer to separate the technology, player application, login method, network and content source. Those layers are often confused, and understanding the distinction makes setup, buying and troubleshooting much easier.

  • A player app does not automatically include content.
  • M3U and Xtream-style credentials are login methods.
  • The home network can fail even when the account is valid.
  • Only use content you are authorised to access.
Browse beginner guides
Built for UK devices and broadband troubleshootingFire TV, Smart TV, TiviMate, Smarters, EPG, Wi-Fi and ISP diagnostics.
File structure

How M3U entries are organised

An extended M3U commonly starts with #EXTM3U, followed by #EXTINF metadata and a media URL.

#EXTM3U
#EXTINF:-1 tvg-id="example" group-title="News",Example Channel
https://authorised.example/stream
Metadata

Common fields and their purpose

Player applications may use identifiers and groups to build a television-style interface.

Common fields and their purpose
FieldPurpose
tvg-idMatches a channel to an EPG record
tvg-nameAlternative channel name
tvg-logoLogo image URL
group-titleCategory or group
media URLLocation the player attempts to open
Security

Why playlist URLs are sensitive

URLs can contain usernames, passwords or account tokens. Treat them like credentials.

Do not paste private M3U URLs into public forums. Use the local validator on this site, which checks structure without opening media URLs.
Related UK IPTV guides

Continue reading

Use the next guide that matches your device, application or symptom.

M3U not loading

Troubleshoot parsing and account issues.

Read guide →
Useful answers

Frequently asked questions

Is M3U a video format?

No. It is a playlist text format that points to media.

What is M3U8?

It can refer to UTF-8 encoded playlists and is also used by HLS streaming manifests.

Can I edit an M3U file?

Yes, with a text editor, but protect any embedded credentials and preserve the expected syntax.

Why does VLC open a playlist that my TV app rejects?

Players differ in parser tolerance, codec support and memory limits.