aome510 / spotify-player

A Spotify player in the terminal with full feature parity
MIT License
2.95k stars 132 forks source link

Play icon always attached to {track} value #487

Closed aNNiMON closed 2 days ago

aNNiMON commented 4 days ago

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

JadonBelair commented 2 days ago

seems simple enough, i could take a crack at this