[GH-ISSUE #487] Play icon always attached to {track} value #279

Closed
opened 2026-03-02 23:46:09 +03:00 by kerem · 1 comment
Owner

Originally created by @aNNiMON on GitHub (Jul 5, 2024).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/487

Describe the bug
I'd like to change a playback format so that the artists are followed by the track title. However, the playback icon is attached to a track title.

To Reproduce

  1. Change playback_format:
    playback_format = """
    {artists} – {track}
    {album}
    {metadata}"""
    
  2. Restart the app

Expected behaviour
Playback icon should be at the start of the line, before the artists.

Actual behaviour
Playback icon attached to the track title

image

Environment

  • OS: Windows 11
  • Application version: 0.18.2
Originally created by @aNNiMON on GitHub (Jul 5, 2024). Original GitHub issue: https://github.com/aome510/spotify-player/issues/487 **Describe the bug** I'd like to change a playback format so that the artists are followed by the track title. However, the playback icon is attached to a track title. **To Reproduce** 1. Change `playback_format`: ```toml playback_format = """ {artists} – {track} {album} {metadata}""" ```` 2. Restart the app **Expected behaviour** Playback icon should be at the start of the line, before the artists. **Actual behaviour** Playback icon attached to the track title ![image](https://github.com/aome510/spotify-player/assets/1321838/e566ef1f-bd4a-4433-a7c0-ba07ac91efd4) **Environment** - OS: Windows 11 - Application version: 0.18.2
kerem 2026-03-02 23:46:09 +03:00
Author
Owner

@JadonBelair commented on GitHub (Jul 6, 2024):

seems simple enough, i could take a crack at this

<!-- gh-comment-id:2211859172 --> @JadonBelair commented on GitHub (Jul 6, 2024): seems simple enough, i could take a crack at this
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#279
No description provided.