[PR #134] [MERGED] Add sixel support #642

Closed
opened 2026-03-02 23:49:10 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/aome510/spotify-player/pull/134
Author: @aome510
Created: 2/15/2023
Status: Merged
Merged: 2/18/2023
Merged by: @aome510

Base: masterHead: add-sixel-support


📝 Commits (8)

  • 9d87fa0 add sixel support
  • 7054109 handle sixel feature more carefully to avoid complication errors
  • 626f2e0 Merge remote-tracking branch 'origin/master' into add-sixel-support
  • 45431eb move split_rect_for_playback_window to ui::playback module
  • 858a59e handle playback window's width that depends on the cover image's width
  • 3def72c rename playback_width to playback_window_width
  • ddceab6 add cover_img_scale config option
  • 8ff2b58 add more documentation

📊 Changes

9 files changed (+98 additions, -32 deletions)

View changed files

📝 Cargo.lock (+25 -0)
📝 README.md (+15 -0)
📝 docs/config.md (+3 -2)
📝 examples/app.toml (+1 -1)
📝 spotify_player/Cargo.toml (+1 -0)
📝 spotify_player/src/config/mod.rs (+7 -2)
📝 spotify_player/src/main.rs (+2 -0)
📝 spotify_player/src/ui/mod.rs (+1 -25)
📝 spotify_player/src/ui/playback.rs (+43 -2)

📄 Description

Changes

  • added sixel support under sixel feature
  • renamed playback_position to playback_window_position
  • and few other small improvements

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/aome510/spotify-player/pull/134 **Author:** [@aome510](https://github.com/aome510) **Created:** 2/15/2023 **Status:** ✅ Merged **Merged:** 2/18/2023 **Merged by:** [@aome510](https://github.com/aome510) **Base:** `master` ← **Head:** `add-sixel-support` --- ### 📝 Commits (8) - [`9d87fa0`](https://github.com/aome510/spotify-player/commit/9d87fa0e4a1d41a26dcde4561c4b8a6c588e69de) add sixel support - [`7054109`](https://github.com/aome510/spotify-player/commit/7054109a906a93d0d31baca587316800a0536c19) handle `sixel` feature more carefully to avoid complication errors - [`626f2e0`](https://github.com/aome510/spotify-player/commit/626f2e085ec45fd659fa97667147a925edf351a3) Merge remote-tracking branch 'origin/master' into add-sixel-support - [`45431eb`](https://github.com/aome510/spotify-player/commit/45431eb8254c9454f8b7bfed75f9ba857a4ad0bc) move `split_rect_for_playback_window` to `ui::playback` module - [`858a59e`](https://github.com/aome510/spotify-player/commit/858a59eae6d0fe1e0d07dcec56bfdaab41d7f4f0) handle playback window's width that depends on the cover image's width - [`3def72c`](https://github.com/aome510/spotify-player/commit/3def72c04da67d1ec70647f2117ca0756a7bee05) rename `playback_width` to `playback_window_width` - [`ddceab6`](https://github.com/aome510/spotify-player/commit/ddceab6926a6fcf260848fd7a299a8d9d891b711) add `cover_img_scale` config option - [`8ff2b58`](https://github.com/aome510/spotify-player/commit/8ff2b58e86461cf8f1ff52dd6d64310bdb670ff8) add more documentation ### 📊 Changes **9 files changed** (+98 additions, -32 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+25 -0) 📝 `README.md` (+15 -0) 📝 `docs/config.md` (+3 -2) 📝 `examples/app.toml` (+1 -1) 📝 `spotify_player/Cargo.toml` (+1 -0) 📝 `spotify_player/src/config/mod.rs` (+7 -2) 📝 `spotify_player/src/main.rs` (+2 -0) 📝 `spotify_player/src/ui/mod.rs` (+1 -25) 📝 `spotify_player/src/ui/playback.rs` (+43 -2) </details> ### 📄 Description ## Changes - added `sixel` support under `sixel` feature - renamed `playback_position` to `playback_window_position` - and few other small improvements --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 23:49:10 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotify-player#642
No description provided.