Describe the bug
When using Warp Terminal, spotify-player isn't detecting terminal graphics capabilities and falling back to block art.
To Reproduce
- Install and run Warp Terminal.
echo $TERM # note output is xterm-256color
- Install spotify-player with
--features image
- Setup ~/.config/spotify-player/app.toml with:
[image]
enable_cover_image_cache = true
cover_img_width = 40
cover_img_length= 20
[image.term_backgrounds]
"WarpTerminal" = 1.0
- Run spotify-player; note album art is distorted blocks
- Quit spotify-player and rerun as
TERM=xterm-kitty spotify_player; note album art is clean
Expected behaviour
Expect spotify-player to detect graphics mode and render album art non-distorted.
Log and backtrace
Please refer to this URL for more details.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
- OS: MacOS 15.5 (24F74)
- Application version: 0.20.5
- Application features:
cargo build --release --features image
Additional context
Describe the bug
When using Warp Terminal, spotify-player isn't detecting terminal graphics capabilities and falling back to block art.
To Reproduce
echo $TERM # note output is xterm-256color--features imageTERM=xterm-kitty spotify_player; note album art is cleanExpected behaviour
Expect spotify-player to detect graphics mode and render album art non-distorted.
Log and backtrace
Please refer to this URL for more details.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
cargo build --release --features imageAdditional context