aome510 / spotify-player

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

Insert whitespace into `playback_format` #416

Closed apprehensions closed 3 months ago

apprehensions commented 3 months ago

Is your feature request related to a problem? Please describe. The image needs to be at an abnormal scale to be rendered properly, and is rendered above the playback text.

Describe the solution you'd like Allow whitespace to be rendered in playback_format

Describe alternatives you've considered Not using images

Additional context image Above image is configured with

playback_format = "                         {track}\n     {artists} - {album}\n{metadata}"
aome510 commented 3 months ago

The image needs to be at an abnormal scale to be rendered properly, and is rendered above the playback text.

Is this sixel? WDYM by "rendered properly", e.g do you want to the image to be closer to the progress bar vertically?

apprehensions commented 3 months ago

Thanks cutie