How to convert Playlist JSON to M3U playlist
Before you start
Paste valid Playlist JSON syntax or drop one or more .playlist.json files.
Accepted: .playlist.json · application/json- Paste valid Playlist JSON content, choose files, or drag them onto the drop zone.
- Confirm the detected format. Mixed-format batches are flagged before conversion.
- Select “Convert on this device.” Produces previewable M3U playlist text and a correctly named download.
How this converter behaves
The source records are parsed into a small, typed interchange model and serialized into the destination format with explicit fidelity limits.
What happens to your data?
The conversion engine runs in this browser tab. OmniCastConverter has no upload API and never sends your content, file name, or converted result to a server.
Fidelity and limitations
This route is classified as structural. The converter preserves meaning and structure supported by both formats.
- Track title, location, and duration are preserved; player-specific metadata and streaming directives are omitted.
Try a valid example
The “Use example” action in the workbench loads this exact input. Produces previewable M3U playlist text and a correctly named download.
[{"title":"Local track","location":"music/local-track.mp3","duration":180}]