aome510 / spotify-player

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

Cover image is duplicated when playback window is at bottom #498

Closed diegoulloao closed 2 months ago

diegoulloao commented 3 months ago

Describe the bug A duplicated cover image appears inside the playlist when the playback window position is at bottom.

To Reproduce

  1. Set playback window at bottom: playback_window_position = "Bottom"
  2. Play something

Expected behaviour See a single image in the playback window, no duplicated ones.

Screenshots

Screenshot 6

Environment

Additional context

theme = "neofusion"
client_id = "secret"
enable_media_control = true
cover_img_length = 14
page_size_in_rows = 14
playback_window_position = "Bottom"
play_icon = ""
pause_icon = ""

[device]
name = "spotify-player"
device_type = "speaker"
volume = 100
bitrate = 320
audio_cache = false

** Only happening in Kitty terminal (0.35.2).

diegoulloao commented 3 months ago

BTW, check this: https://github.com/diegoulloao/neofusion.sp

aome510 commented 3 months ago

How frequent does this happen and did it ever happen with the previous version v0.18.2?

Related: https://github.com/aome510/spotify-player/issues/399. I thought I already fixed it before 🤔

diegoulloao commented 3 months ago

I didn’t check the previous version, I started to change the config after upgrade. I’ll give it a try.

It happens all the time.

diegoulloao commented 3 months ago

@aome510 is also happening in the previous version 0.18.2

HiFiveJazz commented 2 months ago

I can also second this bug, I can replicate it on macOS and Linux , given the playback window is at the bottom.

diegoulloao commented 1 month ago
Screenshot

Issue persists in latest version 0.19.1 @aome510

aome510 commented 1 month ago
Screenshot

Issue persists in latest version 0.19.1 @aome510

can you try latest main? I haven't released a new version in a while