FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

willprice/python-omxplayer-wrapper: :tv: Control OMXPlayer, the Raspberry Pi media player, from Python · GitHub

Repository files navigation

Python OMXPlayer wrapper

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')

About

📺 Control OMXPlayer, the Raspberry Pi media player, from Python

Topics

Resources

Contributing

Stars

253 stars

Watchers

20 watching

Forks

Releases

Packages

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL