Skip to content

M3U to JSON - Convert Playlists to JSON

Convert M3U and M3U8 playlist files to structured JSON format with track metadata.

Input

text
loading editor…

Paste your M3U playlist here...
or drop a file anywhere in this pane

Output

json

Converted JSON will appear here...
press to convert to json

What Is M3U?

M3U is a multimedia playlist file format originally developed for Winamp that stores media file paths and metadata in a plain text structure. M3U8 is the UTF-8 encoded variant, both widely used for music playlists, IPTV channels, and streaming media.

This is used for:

  • Playlist Management: Converting media playlists to structured JSON for database storage or cloud synchronization.
  • IPTV Channel Lists: Parsing IPTV M3U playlists into JSON for programmatic channel management and filtering.
  • Media Library Migration: Extracting track metadata from playlist files when migrating between media players.

How to Use M3U to JSON Online

  1. Paste your M3U content: Copy your M3U or M3U8 playlist text, including the #EXTM3U header and track entries, into the input editor.
  2. Convert to JSON: Click the "Convert to JSON" button to parse tracks into structured objects with duration, title, and path fields.
  3. Copy or download: Use the copy button or download the JSON output for use in your application or database.

Frequently Asked Questions

Does this support extended M3U metadata?

Yes. The tool parses EXTINF entries including track duration and title, as well as additional metadata like EXTVLCOPT, EXTGRP, and other extended attributes found in IPTV playlists.

Is this tool safe?

Yes. All processing happens 100% client-side in your browser. Nothing is uploaded to any server.

Is this tool free?

Yes, completely free with no usage limits or registration required.

Real-World Examples

Media server administrators use M3U to JSON conversion to import playlist data into databases for custom streaming dashboards. IPTV developers parse large channel playlists into JSON for channel categorization, filtering, and user interface rendering.

Related Tools

  • JSON to M3U — Convert structured JSON playlist data back to M3U format
  • Plist to JSON — Convert Apple property list files to JSON
  • XML to JSON — Convert XML data to structured JSON format