[PR #842] [MERGED] Feature: add {track_number} to playback_format #1835

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

📋 Pull Request Information

Original PR: https://github.com/aome510/spotify-player/pull/842
Author: @mgumz
Created: 10/4/2025
Status: Merged
Merged: 12/29/2025
Merged by: @aome510

Base: masterHead: feature/track-number-component


📝 Commits (1)

  • d806831 Feature: add {track_number} to playback_format

📊 Changes

1 file changed (+10 additions, -0 deletions)

View changed files

📝 spotify_player/src/ui/playback.rs (+10 -0)

📄 Description

This PR adds {track_number} component so its usable in the playback_format config option

playback_format = """
{status} {track_number}. {track} • {artists} {liked}
{album} • {genres}
{metadata}"""
CleanShot 2025-10-04 at 12 04 27@2x

🔄 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/842 **Author:** [@mgumz](https://github.com/mgumz) **Created:** 10/4/2025 **Status:** ✅ Merged **Merged:** 12/29/2025 **Merged by:** [@aome510](https://github.com/aome510) **Base:** `master` ← **Head:** `feature/track-number-component` --- ### 📝 Commits (1) - [`d806831`](https://github.com/aome510/spotify-player/commit/d8068310b06c24af1eb09f2f860f49766fd637d3) Feature: add `{track_number}` to playback_format ### 📊 Changes **1 file changed** (+10 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `spotify_player/src/ui/playback.rs` (+10 -0) </details> ### 📄 Description This PR adds `{track_number}` component so its usable in the `playback_format` config option ``` playback_format = """ {status} {track_number}. {track} • {artists} {liked} {album} • {genres} {metadata}""" ``` <img width="1332" height="488" alt="CleanShot 2025-10-04 at 12 04 27@2x" src="https://github.com/user-attachments/assets/a9efb37e-231b-4797-996e-d961abe92430" /> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-14 15:35:35 +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#1835
No description provided.