[PR #1048] [MERGED] feat(music): Add truncate_popup_{artist,album,title} to music #9537

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

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/1048
Author: @postsolar
Created: 6/14/2025
Status: Merged
Merged: 6/16/2025
Merged by: @JakeStanger

Base: masterHead: feat/music-popup-truncate


📝 Commits (1)

  • 69ae4c2 Add truncate_popup_{artist,album,title} to music

📊 Changes

3 files changed (+61 additions, -22 deletions)

View changed files

📝 docs/modules/Music.md (+34 -22)
📝 src/modules/music/config.rs (+15 -0)
📝 src/modules/music/mod.rs (+12 -0)

📄 Description

Part of #1011

Adds

  • popup_artist_truncate
  • popup_album_truncate
  • popup_title_truncate

options to music.

pilt


🔄 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/ironbar/pull/1048 **Author:** [@postsolar](https://github.com/postsolar) **Created:** 6/14/2025 **Status:** ✅ Merged **Merged:** 6/16/2025 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `feat/music-popup-truncate` --- ### 📝 Commits (1) - [`69ae4c2`](https://github.com/JakeStanger/ironbar/commit/69ae4c2ac6561da50de991bd9fc8f67e8b8c1197) Add `truncate_popup_{artist,album,title}` to `music` ### 📊 Changes **3 files changed** (+61 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `docs/modules/Music.md` (+34 -22) 📝 `src/modules/music/config.rs` (+15 -0) 📝 `src/modules/music/mod.rs` (+12 -0) </details> ### 📄 Description Part of #1011 Adds - `popup_artist_truncate` - `popup_album_truncate` - `popup_title_truncate` options to `music`. ![pilt](https://github.com/user-attachments/assets/cc7a4d25-a259-459f-b3ca-209d2a292002) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-23 03:56:52 +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/ironbar#9537
No description provided.