[PR #756] [MERGED] feat: make playback metadata fields configurable #1802

Closed
opened 2026-03-14 15:33:58 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/aome510/spotify-player/pull/756
Author: @VimDiezel
Created: 6/24/2025
Status: Merged
Merged: 7/27/2025
Merged by: @aome510

Base: masterHead: master


📝 Commits (5)

  • 26a8e64 feat: make playback metadata fields configurable
  • 90b01d6 fix: optimize playback metadata value calculations
  • 0104c50 fix: avoid cloning config vector for playback metadata fields
  • 67d6b98 Cleaning the configuration file
  • 389161a Merge branch 'master' into master

📊 Changes

3 files changed (+43 additions, -18 deletions)

View changed files

📝 docs/config.md (+2 -0)
📝 spotify_player/src/config/mod.rs (+2 -0)
📝 spotify_player/src/ui/playback.rs (+39 -18)

📄 Description

  • Add playback_metadata_fields option to config, allowing users to
    control which metadata fields (repeat, shuffle, volume, device) are
    shown in the playback UI.
  • Update documentation to reflect the new option.
  • Users can now specify any combination and order of metadata fields to
    display in the {metadata} section.

🔄 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/aome510/spotify-player/pull/756 **Author:** [@VimDiezel](https://github.com/VimDiezel) **Created:** 6/24/2025 **Status:** ✅ Merged **Merged:** 7/27/2025 **Merged by:** [@aome510](https://github.com/aome510) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`26a8e64`](https://github.com/aome510/spotify-player/commit/26a8e6464e83480e0247b496ec950c1e56e9032b) feat: make playback metadata fields configurable - [`90b01d6`](https://github.com/aome510/spotify-player/commit/90b01d6181d4cc377e22d29cb6f2e61e382fcab6) fix: optimize playback metadata value calculations - [`0104c50`](https://github.com/aome510/spotify-player/commit/0104c50a6fa6530c28ecc53468406822787bd2ca) fix: avoid cloning config vector for playback metadata fields - [`67d6b98`](https://github.com/aome510/spotify-player/commit/67d6b98371fd58e4b9e9cac9e97f64262784dbec) Cleaning the configuration file - [`389161a`](https://github.com/aome510/spotify-player/commit/389161a98925b1761848409b08df2890af78cfdd) Merge branch 'master' into master ### 📊 Changes **3 files changed** (+43 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `docs/config.md` (+2 -0) 📝 `spotify_player/src/config/mod.rs` (+2 -0) 📝 `spotify_player/src/ui/playback.rs` (+39 -18) </details> ### 📄 Description - Add `playback_metadata_fields` option to config, allowing users to control which metadata fields (repeat, shuffle, volume, device) are shown in the playback UI. - Update documentation to reflect the new option. - Users can now specify any combination and order of metadata fields to display in the `{metadata}` section. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-14 15:33:58 +03: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
starred/spotify-player#1802
No description provided.