python-omxplayer-wrapper

:tv: Control OMXPlayer, the Raspberry Pi media player, from Python

Github星跟蹤圖

Python OMXPlayer wrapper
========================, PyPI Version, PyPI Python versions, PyPI License, Documentation Status, Build Status, Code Coverage, Say Thanks!, omxplayer-wrapper is a project to control OMXPlayer <https://github.com/popcornmix/omxplayer>_ from python over dbus <https://www.freedesktop.org/wiki/Software/dbus/>_.

Docs

You can read the docs at python-omxplayer-wrapper.rtfd.org <http://python-omxplayer-wrapper.rtfd.org>_

.., PyPI Version, image:: https://img.shields.io/pypi/v/omxplayer-wrapper.svg?maxAge=2592000
:target: https://pypi.python.org/pypi/omxplayer-wrapper
.., PyPI Python versions, image:: https://img.shields.io/pypi/pyversions/omxplayer-wrapper.svg
:target: https://pypi.python.org/pypi/omxplayer-wrapper
.., PyPI License, image:: https://img.shields.io/pypi/l/omxplayer-wrapper.svg?maxAge=2592000
:target: https://pypi.python.org/pypi/omxplayer-wrapper
.., Documentation Status, image:: https://readthedocs.org/projects/python-omxplayer-wrapper/badge?version=master
:target: http://python-omxplayer-wrapper.readthedocs.io/en/master?badge=master
:alt: Documentation Status
.., Build Status, image:: https://circleci.com/gh/willprice/python-omxplayer-wrapper/tree/master.svg?style=shield
:target: https://circleci.com/gh/willprice/python-omxplayer-wrapper/tree/master
.., Code Coverage, image:: https://codecov.io/gh/willprice/python-omxplayer-wrapper/branch/develop/graph/badge.svg
:target: https://codecov.io/gh/willprice/python-omxplayer-wrapper
.., Say Thanks!, image:: https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg
:target: https://saythanks.io/to/willprice

FAQ

How do I create multiple players?


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

..  code-block:: python

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

主要指標

概覽
名稱與所有者willprice/python-omxplayer-wrapper
主編程語言Python
編程語言Makefile (語言數: 3)
平台
許可證GNU Lesser General Public License v3.0
所有者活动
創建於2014-08-11 19:56:26
推送於2023-06-01 14:47:33
最后一次提交2021-03-20 00:17:09
發布數7
最新版本名稱v0.3.3 (發布於 )
第一版名稱v0.0.1 (發布於 )
用户参与
星數254
關注者數22
派生數71
提交數357
已啟用問題?
問題數132
打開的問題數33
拉請求數70
打開的拉請求數9
關閉的拉請求數17
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?