Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

ovos-media-plugin-mplayer

This plugin adds mplayer as an audio and video backend for ovos-media.

Install

Run this command to install the plugin.

pip install ovos-media-plugin-mplayer

Configuration

This plugin supports either audio or video playback, not both at the same time. If you enable both, the plugin loads but plays each stream twice.

Add the plugin to the media section of your OVOS configuration. Set mplayer in preferred_audio_services or preferred_video_services to select it.

{
 "media": {

    // keys are the strings defined in "audio_players"
    "preferred_audio_services": ["qt5", "mplayer", "vlc", "cli"],

    // keys are the strings defined in "video_players"
    "preferred_video_services": ["qt5", "mplayer", "vlc", "cli"],

    // PlaybackType.AUDIO handlers
    "audio_players": {
        // mplayer player uses a slave mplayer instance to handle uris
        "mplayer": {
            // the plugin name
            "module": "ovos-media-audio-plugin-mplayer",

            // users may request specific handlers in the utterance
            // using these aliases
            "aliases": ["M Player"],

            // deactivate a plugin by setting to false
            "active": true
        }
    },

    // PlaybackType.VIDEO handlers
    "video_players": {
        // mplayer player uses a slave mplayer instance to handle uris
        "mplayer": {
            // the plugin name
            "module": "ovos-media-video-plugin-mplayer",

            // users may request specific handlers in the utterance
            // using these aliases
            "aliases": ["M Player"],

            // deactivate a plugin by setting to false
            "active": true
        }
    }
}

Related projects

  • ovos-media — the media service this plugin extends.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ovos_media_plugin_mplayer-0.2.0a3.tar.gz (21.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ovos_media_plugin_mplayer-0.2.0a3-py3-none-any.whl (21.6 kB view details)

Uploaded Python 3

File details

Details for the file ovos_media_plugin_mplayer-0.2.0a3.tar.gz.

File metadata

File hashes

Hashes for ovos_media_plugin_mplayer-0.2.0a3.tar.gz
Algorithm Hash digest
SHA256 291a98eec83af4c707eba52283bf6f70099138285d25e9182c16b812b281b384
MD5 6300c9c31f6d08a8f1fd2b40f2018355
BLAKE2b-256 86a480dacc357e7cbaa186f730261ef20636cf8ce6461085497009c1c927581b

See more details on using hashes here.

File details

Details for the file ovos_media_plugin_mplayer-0.2.0a3-py3-none-any.whl.

File metadata

File hashes

Hashes for ovos_media_plugin_mplayer-0.2.0a3-py3-none-any.whl
Algorithm Hash digest
SHA256 168cf7af2e8a89fe8c46494b7c2530f6544aa99891b3029a4df2bcf90392d97e
MD5 af9769515cc3e6d1e25432d534425f8f
BLAKE2b-256 23da7d6593d902d8a22f530a9bb1290cb84a50d5afb72b2584fb17bb3f2af00f

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.2.0a3 This release

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page