{"id":20253684,"url":"https://github.com/willprice/python-omxplayer-wrapper","last_synced_at":"2025-04-04T16:11:51.413Z","repository":{"id":19601842,"uuid":"22852677","full_name":"willprice/python-omxplayer-wrapper","owner":"willprice","description":":tv: Control OMXPlayer, the Raspberry Pi media player, from Python","archived":false,"fork":false,"pushed_at":"2023-06-01T14:47:33.000Z","size":12908,"stargazers_count":254,"open_issues_count":42,"forks_count":71,"subscribers_count":22,"default_branch":"master","last_synced_at":"2025-03-28T15:07:07.522Z","etag":null,"topics":["dbus","omxplayer","python","raspberry-pi","video"],"latest_commit_sha":null,"homepage":"http://python-omxplayer-wrapper.readthedocs.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/willprice.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-08-11T19:56:26.000Z","updated_at":"2025-02-28T20:53:35.000Z","dependencies_parsed_at":"2024-06-19T05:15:14.662Z","dependency_job_id":"805569cf-835f-45b3-84c3-d3f5e6293fcb","html_url":"https://github.com/willprice/python-omxplayer-wrapper","commit_stats":{"total_commits":329,"total_committers":24,"mean_commits":"13.708333333333334","dds":"0.32522796352583583","last_synced_commit":"58a964473b44cb79f695c52651713b0ed1f7963a"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willprice%2Fpython-omxplayer-wrapper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willprice%2Fpython-omxplayer-wrapper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willprice%2Fpython-omxplayer-wrapper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willprice%2Fpython-omxplayer-wrapper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/willprice","download_url":"https://codeload.github.com/willprice/python-omxplayer-wrapper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247208142,"owners_count":20901570,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dbus","omxplayer","python","raspberry-pi","video"],"created_at":"2024-11-14T10:26:59.611Z","updated_at":"2025-04-04T16:11:51.398Z","avatar_url":"https://github.com/willprice.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Python OMXPlayer wrapper\n========================\n\n|PyPI Version| |PyPI Python versions| |PyPI License| |Documentation Status| \n|Build Status| |Code Coverage| |Say Thanks!|\n\nomxplayer-wrapper is a project to control `OMXPlayer\n\u003chttps://github.com/popcornmix/omxplayer\u003e`_ from python over `dbus\n\u003chttps://www.freedesktop.org/wiki/Software/dbus/\u003e`_.\n\n\nDocs\n----\n\nYou can read the docs at `python-omxplayer-wrapper.rtfd.org\n\u003chttp://python-omxplayer-wrapper.rtfd.org\u003e`_\n\n.. |PyPI Version| image:: https://img.shields.io/pypi/v/omxplayer-wrapper.svg?maxAge=2592000\n   :target: https://pypi.python.org/pypi/omxplayer-wrapper\n.. |PyPI Python versions| image:: https://img.shields.io/pypi/pyversions/omxplayer-wrapper.svg\n   :target: https://pypi.python.org/pypi/omxplayer-wrapper\n.. |PyPI License| image:: https://img.shields.io/pypi/l/omxplayer-wrapper.svg?maxAge=2592000\n   :target: https://pypi.python.org/pypi/omxplayer-wrapper\n.. |Documentation Status| image:: https://readthedocs.org/projects/python-omxplayer-wrapper/badge?version=master\n   :target: http://python-omxplayer-wrapper.readthedocs.io/en/master?badge=master\n   :alt: Documentation Status\n.. |Build Status| image:: https://circleci.com/gh/willprice/python-omxplayer-wrapper/tree/master.svg?style=shield\n   :target: https://circleci.com/gh/willprice/python-omxplayer-wrapper/tree/master\n.. |Code Coverage| image:: https://codecov.io/gh/willprice/python-omxplayer-wrapper/branch/develop/graph/badge.svg\n   :target: https://codecov.io/gh/willprice/python-omxplayer-wrapper\n.. |Say Thanks!| image:: https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg\n   :target: https://saythanks.io/to/willprice\n\nFAQ\n----\n\nHow do I create multiple players?\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nYou need to make sure each player has a separate DBus name like so:\n\n..  code-block:: python\n\n   player1 = OMXPlayer(file_1,\n                       dbus_name='org.mpris.MediaPlayer2.omxplayer1')\n   player2 = OMXPlayer(file_2,\n                       dbus_name='org.mpris.MediaPlayer2.omxplayer2')\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillprice%2Fpython-omxplayer-wrapper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwillprice%2Fpython-omxplayer-wrapper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillprice%2Fpython-omxplayer-wrapper/lists"}