mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 17:35:50 +03:00
[GH-ISSUE #409] Add option to disable album art and reduce header height #224
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#224
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?
Originally created by @rolanday on GitHub (Apr 11, 2024).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/409
Is your feature request related to a problem? Please describe.
Album are is highly pixelated when used inside a tmux session, which I assume it limitation of tmux and not a Spotify-player issue (see attached). Regardless, I run the player inside a split window at bottom of my terminal (Neovim above) and the window is relatively short in height. The screenshot shows the player in area reserved for it w/o needing to compromise my preferred overall window sizing (just two lines for playlists to appear and a lot of dead space above).
Describe the solution you'd like
I don't need or care for the album are and would like an option to change the header height so there is more room for browsing files, etc., in the lower part of player app.
Describe alternatives you've considered
Simply trade-off editor space to make more room for libraries, playlists , etc.
Additional context
Thank you for spotty_player! It completes me :0)
@aome510 commented on GitHub (Apr 11, 2024):
Album image is not a default feature. How did u install
spotify_player? If installed viacargo install spotify_playerfor example, album art should not be included@rolanday commented on GitHub (Apr 11, 2024):
Hi @aome510 , I brew installed it using
brew install spotify_player. I didn't find anything in the config doc indicating covert art can be disabled, but sounds like possible -- can you please share details.I did try changing the cover art size to 1x1, which successfully reduced the size, but it had no effect on header height -- which is main thing I'm hoping to achieve.. It's a nice to have for me so just checking, otherwise just very happy that this app exists! Thank you again.
@aome510 commented on GitHub (Apr 12, 2024):
@rolanday thanks for the kind words ❤️ . Glad to hear that you enjoy using my project.
Brew package includes some additional features such as
image,lyric-finder,notify, etc. Those features are not runtime feature, so disable using configs is not supported. If you havecargoinstalled, you can install the "vanilla" application usingcargo install spotify_playercommand.Also what do you mean by header height?
@aome510 commented on GitHub (Apr 12, 2024):
If you want the playback window to be vertically smaller. You can set
playback_window_widthto a smaller value.@rolanday commented on GitHub (Apr 12, 2024):
@aome510 , yes, playback window is the better term. ty, and I'll give it (and vanilla version) a try. Thanks again, and you should add a buy me a coffee link!
@aome510 commented on GitHub (Apr 12, 2024):
Great! Will close this issue for now. Feel free to reopen it if you encounter any similar issue.
I don't really care about donations. I would prefer people to contribute back to the project if they enjoy using it!
@rolanday commented on GitHub (Apr 12, 2024):
@aome510 , works like a charm /w the cargo installer ver and changing window with value. Thank you!!