mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[PR #48] [MERGED] Add image feature #602
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#602
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/48
Author: @aome510
Created: 6/5/2022
Status: ✅ Merged
Merged: 6/10/2022
Merged by: @aome510
Base:
master← Head:add-cover-feature📝 Commits (10+)
b432905addcoverfeatureee3647fmoveget_track_album_image_urltoutils7cb5634retrieve track's cover image on playback update3676372renameprogress_bar_recttoplayback_progress_bar_rectee351c5render track's cover image (slow)247b147add image render cached2a7ebcclean up73e2352render the track cover image in a separate threadfa9f479re-render image when changing theme10a014crewrite cover image render function using timer📊 Changes
16 files changed (+587 additions, -36 deletions)
View changed files
📝
Cargo.lock(+370 -0)📝
README.md(+22 -0)📝
doc/config.md(+10 -9)📝
examples/app.toml(+1 -0)📝
spotify_player/Cargo.toml(+4 -1)📝
spotify_player/src/client/mod.rs(+47 -2)📝
spotify_player/src/config/mod.rs(+9 -0)📝
spotify_player/src/event/mod.rs(+2 -2)📝
spotify_player/src/main.rs(+11 -0)📝
spotify_player/src/media_control.rs(+2 -9)📝
spotify_player/src/state/data.rs(+4 -0)📝
spotify_player/src/state/player.rs(+10 -3)📝
spotify_player/src/state/ui/mod.rs(+10 -4)📝
spotify_player/src/ui/mod.rs(+76 -5)📝
spotify_player/src/ui/popup.rs(+1 -1)📝
spotify_player/src/utils.rs(+8 -0)📄 Description
Changes
imagefeatureviuerandimageas new dependenciescover_image_refresh_duration_in_msconfig option🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.