OCP m3u Plugin

July 31, 2026 ยท View on GitHub

This plugin is a stream extractor for OVOS Common Play (OCP). It lets OCP play .m3u and .pls playlist URLs. OCP media players cannot read these playlist formats directly, so the plugin fetches the playlist and returns the first playable stream URL inside it.

Install

pip install ovos-ocp-m3u-plugin

Usage

OCP loads this plugin through its extractor entry points. No manual setup is needed once the package is installed.

The plugin handles any stream URI in the form {sei}//{uri}, where {sei} is m3u or pls. It also handles plain URLs that contain .m3u or pls.

License

Apache-2.0