Media Plugins
these plugins handle media playback. OCP virtual player delegates media playback to these plugins
plugin | audio | video | web | remote | notes |
---|---|---|---|---|---|
ovos-media-plugin-simple | ✔️ | ❌ | ❌ | ❌ | default for audio |
ovos-media-plugin-qt5 | ✔️ | ✔️ | ✔️ | ❌ | WIP - recommended for embedded ovos-shell |
ovos-media-plugin-mplayer | ✔️ | ✔️ | ❌ | ❌ | recommended for video |
ovos-media-plugin-vlc | ✔️ | ✔️ | ❌ | ❌ | |
ovos-media-plugin-chromecast | ✔️ | ✔️ | ❌ | ✔️ | extra: cast_control for MPRIS interface |
ovos-media-plugin-spotify | ✔️ | ❌ | ❌ | ✔️ | needs premium account extra: spotifyd for native spotify player |
ovos-media-plugin-xdg | ✔️ | ✔️ | ✔️ | ❌ | xdg-open is for use inside a desktop session only |
ovos-media-plugin-webbrowser | ❌ | ❌ | ✔️ | ❌ | webbrowser is for use inside a desktop session only |
Standalone Usage
TODO
Plugin Template
TODO