mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[PR #172] [MERGED] Add enable_image_cache config option #1589
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#1589
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/172
Author: @aome510
Created: 3/28/2023
Status: ✅ Merged
Merged: 3/28/2023
Merged by: @aome510
Base:
master← Head:add-enable-image-cache-config📝 Commits (3)
645a46eaddenable_cover_image_cacheconfig option9d89b35refactor cover image retrieval code to handle new config option5446c76fix clippy errors📊 Changes
4 files changed (+62 additions, -57 deletions)
View changed files
📝
docs/config.md(+2 -1)📝
examples/app.toml(+1 -0)📝
spotify_player/src/client/mod.rs(+55 -56)📝
spotify_player/src/config/mod.rs(+4 -0)📄 Description
Resolves #154
Allows to disable/enable storing cover images inside the
$APP_CACHE/imagefolder usingenable_image_cacheconfig option.Note: this new config option is ignored if
notifyfeature is enabled as the feature requires reading the cover images from the cache folder to display a notification on Linux.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.