Skip to main content

A library for controlling omxplayer on the Raspberry Pi

Project description

PyPI Version PyPI Python versions PyPI License Documentation Status Build Status Code Coverage Say Thanks!

omxplayer-wrapper is a project to control OMXPlayer from python over dbus.

Docs

You can read the docs at python-omxplayer-wrapper.rtfd.org

FAQ

How do I create multiple players?

You need to make sure each player has a separate DBus name like so:

player1 = OMXPlayer(file_1,
                    dbus_name='org.mpris.MediaPlayer2.omxplayer1')
player2 = OMXPlayer(file_2,
                    dbus_name='org.mpris.MediaPlayer2.omxplayer2')

Project details


Download files

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

Source Distribution

omxplayer-wrapper-0.3.3.tar.gz (10.1 kB view hashes)

Uploaded Source

Built Distribution

omxplayer_wrapper-0.3.3-py2.py3-none-any.whl (14.1 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page