[PR #30] [MERGED] Use async mpd_client crate #1394

Closed
opened 2026-05-23 02:58:14 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/mpd-discord-rpc/pull/30
Author: @JakeStanger
Created: 6/19/2022
Status: Merged
Merged: 6/21/2022
Merged by: @JakeStanger

Base: masterHead: refactor/mpd-async


📝 Commits (3)

  • a3c744e refactor: switch to mpd_client
  • 498a2d9 refactor: tidy up a bit
  • 2717e42 feat: add unix socket support

📊 Changes

6 files changed (+245 additions, -117 deletions)

View changed files

📝 Cargo.lock (+103 -34)
📝 Cargo.toml (+2 -1)
📝 src/album_art.rs (+10 -14)
📝 src/config.rs (+2 -0)
📝 src/main.rs (+55 -30)
📝 src/mpd_conn.rs (+73 -38)

📄 Description

Use a different MPD client crate. This one is better maintained and also async, which involved quite a bit of refactoring.

This doesn't serve much benefit but it was a good way to experiment with the crate.

  • Fixes #8.
  • Closes #13 as the new MPD client makes this no longer relevant.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/JakeStanger/mpd-discord-rpc/pull/30 **Author:** [@JakeStanger](https://github.com/JakeStanger) **Created:** 6/19/2022 **Status:** ✅ Merged **Merged:** 6/21/2022 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `refactor/mpd-async` --- ### 📝 Commits (3) - [`a3c744e`](https://github.com/JakeStanger/mpd-discord-rpc/commit/a3c744ea3bc3b412c451c3d2da53106a1a45b5c4) refactor: switch to `mpd_client` - [`498a2d9`](https://github.com/JakeStanger/mpd-discord-rpc/commit/498a2d92a70377c0a66cdcdc788df01a531dd911) refactor: tidy up a bit - [`2717e42`](https://github.com/JakeStanger/mpd-discord-rpc/commit/2717e422ece1de8aacccbb40a6027e6382c2b838) feat: add unix socket support ### 📊 Changes **6 files changed** (+245 additions, -117 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+103 -34) 📝 `Cargo.toml` (+2 -1) 📝 `src/album_art.rs` (+10 -14) 📝 `src/config.rs` (+2 -0) 📝 `src/main.rs` (+55 -30) 📝 `src/mpd_conn.rs` (+73 -38) </details> ### 📄 Description Use a different MPD client crate. This one is better maintained and also async, which involved quite a bit of refactoring. This doesn't serve much benefit but it was a good way to experiment with the crate. - Fixes #8. - Closes #13 as the new MPD client makes this no longer relevant. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-23 02:58:14 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
JakeStanger/mpd-discord-rpc#1394
No description provided.