mirror of
https://github.com/JakeStanger/mpd-discord-rpc.git
synced 2026-07-11 20:15:29 +01:00
[PR #30] [MERGED] Use async mpd_client crate #1128
Labels
No labels
bug
enhancement
help wanted
package
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
JakeStanger/mpd-discord-rpc#1128
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:refactor/mpd-async📝 Commits (3)
a3c744erefactor: switch tompd_client498a2d9refactor: tidy up a bit2717e42feat: 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.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.