mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[PR #756] [MERGED] feat: make playback metadata fields configurable #1802
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#1802
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/aome510/spotify-player/pull/756
Author: @VimDiezel
Created: 6/24/2025
Status: ✅ Merged
Merged: 7/27/2025
Merged by: @aome510
Base:
master← Head:master📝 Commits (5)
26a8e64feat: make playback metadata fields configurable90b01d6fix: optimize playback metadata value calculations0104c50fix: avoid cloning config vector for playback metadata fields67d6b98Cleaning the configuration file389161aMerge 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
playback_metadata_fieldsoption to config, allowing users tocontrol which metadata fields (repeat, shuffle, volume, device) are
shown in the playback UI.
display in the
{metadata}section.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.