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.
Related projects
- OpenVoiceOS/ovos-media, the OCP media player that consumes this plugin.
- OpenVoiceOS/ovos-ocp-audio-plugin, a sibling OCP audio extractor plugin.
- OpenVoiceOS/ovos-ocp-news-plugin, a sibling OCP stream extractor plugin.
License
Apache-2.0