mplayer plugin for ovos
Project description
ovos-media-plugin-mplayer
Mplayer plugin for ovos-media
Install
pip install ovos-media-plugin-mplayer
Configuration
:construction: this plugin can only be used for either video or audio :construction:
using both at same time is currently unsupported, it will load but causes double playback
{
"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
}
}
}
Project details
Release history Release notifications | RSS feed
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.0a2.tar.gz.
File metadata
- Download URL: ovos_media_plugin_mplayer-0.2.0a2.tar.gz
- Upload date:
- Size: 21.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c739251ef8aaed378597ab3b9f948628d95cb6522f9b883ec1621eed1e97828d
|
|
| MD5 |
48ad27c854fc5874559a43be195679a7
|
|
| BLAKE2b-256 |
f033e1e00374fdd3df11de97a9f230699f1e35ceb9a12935b1a2ceba41dbc66f
|
File details
Details for the file ovos_media_plugin_mplayer-0.2.0a2-py3-none-any.whl.
File metadata
- Download URL: ovos_media_plugin_mplayer-0.2.0a2-py3-none-any.whl
- Upload date:
- Size: 21.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a9b985c77880e3522bda5281383e62d39987752dea8c4ddf8308e9afecd98fd4
|
|
| MD5 |
56ff150f780ff7d167635bdfdadd9ed4
|
|
| BLAKE2b-256 |
fb7c8f168843adeafc18592ad8b40d162a8cd849fd83ecc67bf9f9d43ef3041e
|