{"id":21517493,"url":"https://github.com/prcutler/songmatrix","last_synced_at":"2025-10-29T12:45:51.182Z","repository":{"id":192917847,"uuid":"687702927","full_name":"prcutler/songmatrix","owner":"prcutler","description":"Display Song and Artist information on an RGB Matrix in CircuitPython captured using a microphone on a Raspberry Pi","archived":false,"fork":false,"pushed_at":"2025-08-02T14:27:05.000Z","size":16764,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-02T16:28:50.093Z","etag":null,"topics":["circuitpython","raspberry-pi"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/prcutler.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-05T20:37:52.000Z","updated_at":"2025-08-02T14:27:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"d1f625d1-5754-49dc-8d05-e3eaae74eba2","html_url":"https://github.com/prcutler/songmatrix","commit_stats":null,"previous_names":["prcutler/songmatrix"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/prcutler/songmatrix","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prcutler%2Fsongmatrix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prcutler%2Fsongmatrix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prcutler%2Fsongmatrix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prcutler%2Fsongmatrix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prcutler","download_url":"https://codeload.github.com/prcutler/songmatrix/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prcutler%2Fsongmatrix/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281625164,"owners_count":26533338,"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-10-29T02:00:06.901Z","response_time":59,"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":["circuitpython","raspberry-pi"],"created_at":"2024-11-24T00:42:04.605Z","updated_at":"2025-10-29T12:45:51.163Z","avatar_url":"https://github.com/prcutler.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SongMatrix\n\n## Overview\n\nSongMatrix uses a Raspberry Pi with a microphone to listen to the background music every few minutes. It then uses [`shazamio`](https://github.com/dotX12/ShazamIO) to identify the song and sends a MQTT message to the Adafruit IO MQTT broker.  The message is received on an Adafruit MatrixPortal and displays the artist and song title.\n\n## Checklist\n\nIn addition to a little Python knowledge, you will need:\n\n- [ ] Raspberry Pi single board computer (Any will do, I'm using an older Raspberry Pi 2 without issue)\n- [ ] USB Microphone ([Adafruit](https://www.adafruit.com/product/3367))\n- [ ] Adafruit MatrixPortal (Should work on either the newer [S3](https://www.adafruit.com/product/5778) or older [M4](https://www.adafruit.com/product/4745))\n- [ ] Adafruit 32x64 RGB Matrix panel (I'm using a [2.5 pitch panel](https://www.adafruit.com/product/5036))\n- [ ] [Adafruit IO](https://io.adafruit.com) account\n\n## Demo\n\n![A 32x64 Matrix displaying the song Breathing Underwater on the top row and the artist, Metric, on the bottom row](images/480p.gif)\n\n## Installation\n\n1. With your Raspberry Pi, clone the repo\n2. In the `python` directory, create a `config.py` file with two fields:\n* aio_username = \"yourAdafruitIOusername\"\n* aio+key = \"YourAPIKey\"\n\n3. Run `python record-identify.py` which starts an unending `while` loop. (`systemd` service coming soon)\n4. In the `circuitpython` directory copy `songmatrix.py` to your MatrixPortal as `code.py`\n5. Make sure your MatrixPortal's `settings.toml` includes your WiFi information and Adafruit IO credentials\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprcutler%2Fsongmatrix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprcutler%2Fsongmatrix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprcutler%2Fsongmatrix/lists"}