{"id":13822886,"url":"https://github.com/kstep/rust-mpd","last_synced_at":"2025-04-04T15:11:27.099Z","repository":{"id":24325458,"uuid":"27722283","full_name":"kstep/rust-mpd","owner":"kstep","description":"Rust version of libmpdclient","archived":false,"fork":false,"pushed_at":"2024-01-27T17:25:16.000Z","size":4812,"stargazers_count":99,"open_issues_count":14,"forks_count":34,"subscribers_count":7,"default_branch":"main","last_synced_at":"2024-04-24T19:12:19.555Z","etag":null,"topics":["libmpdclient","mpd","mpd-client","music","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/kstep.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","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}},"created_at":"2014-12-08T15:53:22.000Z","updated_at":"2024-04-15T23:35:54.000Z","dependencies_parsed_at":"2024-03-30T15:45:38.408Z","dependency_job_id":null,"html_url":"https://github.com/kstep/rust-mpd","commit_stats":{"total_commits":303,"total_committers":17,"mean_commits":"17.823529411764707","dds":"0.30363036303630364","last_synced_commit":"70757c31a2637baa6fed21e4cd20ac6ce1e6114b"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kstep%2Frust-mpd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kstep%2Frust-mpd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kstep%2Frust-mpd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kstep%2Frust-mpd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kstep","download_url":"https://codeload.github.com/kstep/rust-mpd/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247198465,"owners_count":20900081,"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":["libmpdclient","mpd","mpd-client","music","rust"],"created_at":"2024-08-04T08:02:22.483Z","updated_at":"2025-04-04T15:11:27.083Z","avatar_url":"https://github.com/kstep.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# rust-mpd \u003ca href=\"https://github.com/kstep/rust-mpd/actions/workflows/ci.yml\"\u003e\u003cimg src=\"https://github.com/kstep/rust-mpd/actions/workflows/ci.yml/badge.svg?branch=main\" /\u003e\u003c/a\u003e \u003ca href=\"https://crates.io/crates/mpd\"\u003e\u003cimg src=\"https://img.shields.io/crates/d/mpd.png?style=flat-square\" /\u003e\u003c/a\u003e \u003ca href=\"https://crates.io/crates/mpd\"\u003e\u003cimg src=\"https://img.shields.io/crates/v/mpd.png?style=flat-square\" /\u003e\u003c/a\u003e \u003ca href=\"https://crates.io/crates/mpd\"\u003e\u003cimg src=\"https://img.shields.io/crates/l/mpd.png?style=flat-square\" /\u003e\u003c/a\u003e\u003ca href=http://docs.rs/mpd/\u003e\u003cimg src=\"https://docs.rs/mpd/badge.svg\" /\u003e\u003c/a\u003e\n\nPure Rust version of [libmpdclient](http://www.musicpd.org/libs/libmpdclient/).\n\n[Full documentation](http://docs.rs/mpd/)\n\n## Example\n\nAdd to `Cargo.toml`:\n\n```toml\n[dependencies]\nmpd = \"*\"\n```\n\nThen just use:\n\n```rust\nextern crate mpd;\n\nuse mpd::Client;\n\nlet mut conn = Client::connect(\"127.0.0.1:6600\").unwrap();\nconn.volume(100).unwrap();\nconn.load(\"My Lounge Playlist\", ..).unwrap();\nconn.play().unwrap();\nprintln!(\"Status: {:?}\", conn.status());\n```\n\n## License\n\nLicensed under either of\n\n * Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)\n * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)\n\nat your option.\n\n### Contribution\n\nUnless you explicitly state otherwise, any contribution intentionally submitted\nfor inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any\nadditional terms or conditions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkstep%2Frust-mpd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkstep%2Frust-mpd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkstep%2Frust-mpd/lists"}