{"id":25005249,"url":"https://github.com/sam-k0/esp32c3-mpd-gui","last_synced_at":"2026-05-04T03:31:42.446Z","repository":{"id":275781105,"uuid":"891030563","full_name":"sam-k0/ESP32C3-MPD-GUI","owner":"sam-k0","description":"GUI for MPD on an ESP32, specifically C3 DevKit","archived":false,"fork":false,"pushed_at":"2025-02-04T14:27:16.000Z","size":333,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-29T22:42:57.281Z","etag":null,"topics":["esp32c3","espressif","lvgl-esp32","mpd","mpd-client"],"latest_commit_sha":null,"homepage":"","language":"C","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/sam-k0.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":"2024-11-19T15:52:47.000Z","updated_at":"2025-02-04T14:27:19.000Z","dependencies_parsed_at":"2025-02-04T15:31:15.500Z","dependency_job_id":"a8c3ed85-b198-4225-bc6b-2ed4ae50c65c","html_url":"https://github.com/sam-k0/ESP32C3-MPD-GUI","commit_stats":null,"previous_names":["sam-k0/esp32c3-mpd-gui"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sam-k0%2FESP32C3-MPD-GUI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sam-k0%2FESP32C3-MPD-GUI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sam-k0%2FESP32C3-MPD-GUI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sam-k0%2FESP32C3-MPD-GUI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sam-k0","download_url":"https://codeload.github.com/sam-k0/ESP32C3-MPD-GUI/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246254097,"owners_count":20747948,"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":["esp32c3","espressif","lvgl-esp32","mpd","mpd-client"],"created_at":"2025-02-05T00:30:19.575Z","updated_at":"2026-05-04T03:31:42.359Z","avatar_url":"https://github.com/sam-k0.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ESP32C3 DevKit Music Player GUI\n\nThis project is a music player daemon (MPD) client for the ESP32C3 DevKit. It is a simple GUI that allows you to control the music player daemon running on your computer. The GUI is built using the [LVGL](https://lvgl.io/) library.\n\n## Features\n- Connect to a WiFi network device running mpd\n- Play/Pause\n- Next/Previous\n- Volume control\n- Display song information (Title, Artist, Playtime)\n\u003cimg src=\"https://github.com/sam-k0/ESP32C3-MPD-GUI/blob/master/img/img.jpg\" alt=\"Screenshot\" width=\"300\"/\u003e\n\n## Setup\n\nYou need to create a `my_secrets.h` file in the `main` directory with the following content:\n\n```cpp\n#define WIFI_SSID \"AmOGuS\"\n#define WIFI_PASSWORD \"fortnitebattlepass123\"\n#define MPD_HOST \"192.168.178.1\"\n#define MPD_PORT 6600\n```\n\n## Requirements\n- espressif/esp32_c3_lcdkit: \"1.0.*\"\n- idf: \"\u003e=4.1.0\"\n\n## Building\n```bash\nidf.py build\n```\nto flash:\n```bash\nidf.py flash\n```\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsam-k0%2Fesp32c3-mpd-gui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsam-k0%2Fesp32c3-mpd-gui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsam-k0%2Fesp32c3-mpd-gui/lists"}