mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[PR #793] [MERGED] add optional feature to pixelate album art to match terminal aesthetic #1818
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#1818
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/aome510/spotify-player/pull/793
Author: @KUHLwasStolen
Created: 8/4/2025
Status: ✅ Merged
Merged: 8/5/2025
Merged by: @aome510
Base:
master← Head:pixelate-feature📝 Commits (3)
a515cb7add pixelate feature to stylize cover images05bb5abadd pixelate example pictures to README215ca3eextract code that pixelates into functionpixelate_image()📊 Changes
6 files changed (+45 additions, -0 deletions)
View changed files
📝
README.md(+16 -0)📝
docs/config.md(+1 -0)📝
examples/app.toml(+1 -0)📝
spotify_player/Cargo.toml(+1 -0)📝
spotify_player/src/client/mod.rs(+22 -0)📝
spotify_player/src/config/mod.rs(+4 -0)📄 Description
Inspired by #741 this pull request adds an optional feature
pixelatetospotify-playerthat pixelates the album art to match the terminal aesthetic if wished.The feature can be tweaked by the
cover_img_pixelsconfig option that I added.Here are some examples:
cover_img_pixels8163264closes #741
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.