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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ovos_media_plugin_mplayer-0.2.0a3.tar.gz.
File metadata
- Download URL: ovos_media_plugin_mplayer-0.2.0a3.tar.gz
- Upload date:
- Size: 21.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
291a98eec83af4c707eba52283bf6f70099138285d25e9182c16b812b281b384
|
|
| MD5 |
6300c9c31f6d08a8f1fd2b40f2018355
|
|
| BLAKE2b-256 |
86a480dacc357e7cbaa186f730261ef20636cf8ce6461085497009c1c927581b
|
File details
Details for the file ovos_media_plugin_mplayer-0.2.0a3-py3-none-any.whl.
File metadata
- Download URL: ovos_media_plugin_mplayer-0.2.0a3-py3-none-any.whl
- Upload date:
- Size: 21.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
168cf7af2e8a89fe8c46494b7c2530f6544aa99891b3029a4df2bcf90392d97e
|
|
| MD5 |
af9769515cc3e6d1e25432d534425f8f
|
|
| BLAKE2b-256 |
23da7d6593d902d8a22f530a9bb1290cb84a50d5afb72b2584fb17bb3f2af00f
|