{"id":23672038,"url":"https://github.com/fengalin/media-player-controller","last_synced_at":"2025-08-21T18:10:42.474Z","repository":{"id":86216294,"uuid":"475606498","full_name":"fengalin/media-player-controller","owner":"fengalin","description":"Control a media player (MPRIS for now) from a Universal Control Surface","archived":false,"fork":false,"pushed_at":"2023-01-26T13:42:14.000Z","size":834,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-21T06:13:54.303Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","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/fengalin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-MIT","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":"2022-03-29T20:18:51.000Z","updated_at":"2023-01-27T19:05:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"b6150cf2-24b2-4389-839f-aa89dc27d29f","html_url":"https://github.com/fengalin/media-player-controller","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fengalin/media-player-controller","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fengalin%2Fmedia-player-controller","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fengalin%2Fmedia-player-controller/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fengalin%2Fmedia-player-controller/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fengalin%2Fmedia-player-controller/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fengalin","download_url":"https://codeload.github.com/fengalin/media-player-controller/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fengalin%2Fmedia-player-controller/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271518581,"owners_count":24773906,"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-08-21T02:00:08.990Z","response_time":74,"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":"2024-12-29T10:36:07.470Z","updated_at":"2025-08-21T18:10:42.435Z","avatar_url":"https://github.com/fengalin.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# media-player-controller ![CI](https://github.com/fengalin/media-player-controller/workflows/CI/badge.svg)\n\n`media-player-controller` is an interface to control a media player from a\nUniversal Control Surface such as the Behringer X-Touch One.\n\nCurrently, only MRPIS players can be controlled.\n\n![media-player-controller UI](assets/screenshot_20220430.png \"media-player-controller UI\")\n\n## Dependencies\n\nThis application uses the following crates which require system level libraries:\n\n- [`egui`](https://crates.io/crates/egui) / [`eframe`](https://crates.io/crates/eframe) / [`winit`](https://crates.io/crates/winit).\n- [`midir`](https://crates.io/crates/midir).\n\n### Linux\n\nMinimum dependencies include development libraries for:\n\n- X11 or Wayland.\n- `alsa` (`alsa-lib-devel`, `libasound2-dev`, ...)\n- `dbus` (`dbus-devel`, ` libdbus-1-dev`, ...)\n\nSystem level mixer control support is available using the `pulsectl`\n(default) feature, which requires:\n\n- `pulseaudio` (`pulseaudio-libs-devel`, `libpulse-dev`, ...)\n\n## Build\n\nYou need a stable Rust toolchain for the target host. Get it from [this page](https://www.rust-lang.org/fr/tools/install).\nOn a Unix-like system, you should be able to install `rustup` from your packet\nmanager.\n\nClone the git tree and run the following command in an environment where\n`cargo` is available:\n\n```\ncargo b --release\n```\n\n## Run\n\nAfter a successful compilation, launch the executable with:\n\n```\ntarget/release/media-player-controller\n```\n\n## LICENSE\n\nThis crate is licensed under MIT license ([LICENSE-MIT](LICENSE-MIT) or\nhttp://opensource.org/licenses/MIT)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffengalin%2Fmedia-player-controller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffengalin%2Fmedia-player-controller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffengalin%2Fmedia-player-controller/lists"}