[PR #214] [MERGED] feat: timestamp "both" mode, progress bar #1822

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

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/mpd-discord-rpc/pull/214
Author: @fxzzi
Created: 6/4/2025
Status: Merged
Merged: 6/5/2025
Merged by: @JakeStanger

Base: masterHead: progress-bar


📝 Commits (1)

  • 0697293 feat: timestamp "both" mode, progress bar

📊 Changes

3 files changed (+12 additions, -3 deletions)

View changed files

📝 README.md (+2 -2)
📝 src/config.rs (+2 -1)
📝 src/mpd_conn.rs (+8 -0)

📄 Description

implements a "both" mode for the timestamp setting, which sends both the start time and the end time of the song, which creates a progress bar on Discord:

image

Also set it as the default, as I think it's the most sane option.


🔄 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/214 **Author:** [@fxzzi](https://github.com/fxzzi) **Created:** 6/4/2025 **Status:** ✅ Merged **Merged:** 6/5/2025 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `progress-bar` --- ### 📝 Commits (1) - [`0697293`](https://github.com/JakeStanger/mpd-discord-rpc/commit/0697293b2315cc7cee08ec0fb0d8a1e264d59517) feat: timestamp "both" mode, progress bar ### 📊 Changes **3 files changed** (+12 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -2) 📝 `src/config.rs` (+2 -1) 📝 `src/mpd_conn.rs` (+8 -0) </details> ### 📄 Description implements a "both" mode for the timestamp setting, which sends both the start time and the end time of the song, which creates a progress bar on Discord: ![image](https://github.com/user-attachments/assets/8a07d651-13d7-436e-9ea1-c20329d66ca6) Also set it as the default, as I think it's the most sane option. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-23 03:58:51 +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#1822
No description provided.