{"id":30732623,"url":"https://github.com/prayerslayer/mopidy-serialport","last_synced_at":"2025-10-18T00:22:43.452Z","repository":{"id":144859124,"uuid":"49678466","full_name":"prayerslayer/mopidy-serialport","owner":"prayerslayer","description":"Control Mopidy via messages over serial port","archived":false,"fork":false,"pushed_at":"2016-01-26T21:40:44.000Z","size":19250,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-15T02:57:48.329Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/prayerslayer.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-01-14T22:08:03.000Z","updated_at":"2016-01-14T22:08:35.000Z","dependencies_parsed_at":"2023-04-21T07:02:16.318Z","dependency_job_id":null,"html_url":"https://github.com/prayerslayer/mopidy-serialport","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/prayerslayer/mopidy-serialport","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prayerslayer%2Fmopidy-serialport","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prayerslayer%2Fmopidy-serialport/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prayerslayer%2Fmopidy-serialport/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prayerslayer%2Fmopidy-serialport/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prayerslayer","download_url":"https://codeload.github.com/prayerslayer/mopidy-serialport/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prayerslayer%2Fmopidy-serialport/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273477211,"owners_count":25112636,"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","status":"online","status_checked_at":"2025-09-03T02:00:09.631Z","response_time":76,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2025-09-03T17:10:35.030Z","updated_at":"2025-10-18T00:22:38.410Z","avatar_url":"https://github.com/prayerslayer.png","language":"Python","readme":"****************************\nMopidy-SerialPort\n****************************\n\n.. image:: https://img.shields.io/pypi/v/Mopidy-SerialPort.svg?style=flat\n    :target: https://pypi.python.org/pypi/Mopidy-SerialPort/\n    :alt: Latest PyPI version\n\n.. image:: https://img.shields.io/pypi/dm/Mopidy-SerialPort.svg?style=flat\n    :target: https://pypi.python.org/pypi/Mopidy-SerialPort/\n    :alt: Number of PyPI downloads\n\n.. image:: https://img.shields.io/travis/prayerslayer/mopidy-serialport/master.svg?style=flat\n    :target: https://travis-ci.org/prayerslayer/mopidy-serialport\n    :alt: Travis CI build status\n\n.. image:: https://img.shields.io/coveralls/prayerslayer/mopidy-serialport/master.svg?style=flat\n   :target: https://coveralls.io/r/prayerslayer/mopidy-serialport\n   :alt: Test coverage\n\nMopidy extension for control via serial messages\n\n\nInstallation\n============\n\nInstall by running::\n\n    pip install Mopidy-SerialPort\n\nOr, if available, install the Debian/Ubuntu package from `apt.mopidy.com\n\u003chttp://apt.mopidy.com/\u003e`_.\n\n\nConfiguration\n=============\n\nBefore starting Mopidy, you must add configuration for\nMopidy-SerialPort to your Mopidy configuration file::\n\n    [serialport]\n    enabled = true      # self-explanatory\n    port = /dev/ttyACM0 # port to pass to pyserial for communication\n    baud = 9600         # baud rate to pass to pyserial\n    min_volume = 0\n    max_volume = 100\n    volume_step = 2\n    enable_noise = true # whether or not to play some fm noise between channel switching\n    # channels are newline separated\n    # channels are activated via the \"Cn\" command\n    # channels must be URIs\n    channels = soundcloud:directory:explore/0\n               soundcloud:directory:explore/5\n\n\nSignals\n=======\n\nThis extension writes ``OK`` once on startup. All communication (read and write) is expected to end with CRLF (\\\\r\\\\n).\n\n- ``V+``: Volume up 1 step, but not more than ``max_volume``\n- ``V-``: Volume down 1 step, but not less than ``min_volume``\n- ``Cn``: Set channel to ``n`` (``n`` is a number \u003e= 0)\n- ``P1``: Pause playback\n- ``P0``: Resume playback\n\n\nProject resources\n=================\n\n- `Source code \u003chttps://github.com/prayerslayer/mopidy-serialport\u003e`_\n- `Issue tracker \u003chttps://github.com/prayerslayer/mopidy-serialport/issues\u003e`_\n\n\nChangelog\n=========\n\nv0.1.0 (UNRELEASED)\n----------------------------------------\n\n- Initial release.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprayerslayer%2Fmopidy-serialport","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprayerslayer%2Fmopidy-serialport","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprayerslayer%2Fmopidy-serialport/lists"}