spotify-player icon indicating copy to clipboard operation
spotify-player copied to clipboard

Cannot install with sixel lib

Open minhquan186 opened this issue 1 year ago • 3 comments

Describe the bug Cannot Install spotify_player with sixel support on Windows 10 using cargo

To Reproduce Run cargo install spotify_player --features lyric-finder,sixel

Expected behaviour Install spotify_player with sixel support successfully.

Log and backtrace Installation problem, no log needed

Screenshots image

Environment

  • OS: Windows
  • Application version: v0.20.3
  • Application features: lyric-finder, sixel

Additional context I'm using Windows Terminal Preview 1.22.2912.0 which has libsixel supported (see this blog) If I use cargo install spotify_player --features lyric-finder,image I can install and use it normally

minhquan186 avatar Dec 07 '24 04:12 minhquan186

I don't really know much about sixel support for windows. Maybe the library sixel-sys doesn't support windows

aome510 avatar Dec 08 '24 19:12 aome510

I think sixel-sys could be an issue here. I use another program (chafa) with sixel supported and it works fine image Could you also double check the version of sixel-sys that used in spotify_player? Thanks in advance

minhquan186 avatar Dec 16 '24 03:12 minhquan186