[GH-ISSUE #409] Add option to disable album art and reduce header height #224

Closed
opened 2026-03-02 23:45:39 +03:00 by kerem · 7 comments
Owner

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).

Screenshot 2024-04-10 at 8 51 54 PM

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)

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). <img width="450" alt="Screenshot 2024-04-10 at 8 51 54 PM" src="https://github.com/aome510/spotify-player/assets/3402123/9536e4ba-a408-4bc9-a2ae-55791b73b297"> **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)
kerem 2026-03-02 23:45:39 +03:00
Author
Owner

@aome510 commented on GitHub (Apr 11, 2024):

Album image is not a default feature. How did u install spotify_player? If installed via cargo install spotify_player for example, album art should not be included

<!-- gh-comment-id:2049750049 --> @aome510 commented on GitHub (Apr 11, 2024): Album image is not a default feature. How did u install `spotify_player`? If installed via `cargo install spotify_player` for example, album art should not be included
Author
Owner

@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.

<!-- gh-comment-id:2050618924 --> @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](https://github.com/aome510/spotify-player/blob/master/docs/config.md) 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.
Author
Owner

@aome510 commented on GitHub (Apr 12, 2024):

@rolanday thanks for the kind words ❤️ . Glad to hear that you enjoy using my project.

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.

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 have cargo installed, you can install the "vanilla" application using cargo install spotify_player command.

Also what do you mean by header height?

<!-- gh-comment-id:2050761160 --> @aome510 commented on GitHub (Apr 12, 2024): @rolanday thanks for the kind words ❤️ . Glad to hear that you enjoy using my project. > I brew installed it using brew install spotify_player. I didn't find anything in the [config doc](https://github.com/aome510/spotify-player/blob/master/docs/config.md) indicating covert art can be disabled, but sounds like possible -- can you please share details. 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 have [`cargo`](https://doc.rust-lang.org/cargo/getting-started/installation.html#install-rust-and-cargo) installed, you can install the "vanilla" application using `cargo install spotify_player` command. Also what do you mean by header height?
Author
Owner

@aome510 commented on GitHub (Apr 12, 2024):

If you want the playback window to be vertically smaller. You can set playback_window_width to a smaller value.

<!-- gh-comment-id:2050763816 --> @aome510 commented on GitHub (Apr 12, 2024): If you want the playback window to be vertically smaller. You can set `playback_window_width` to a smaller value.
Author
Owner

@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!

<!-- gh-comment-id:2050769541 --> @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!
Author
Owner

@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!

<!-- gh-comment-id:2050773370 --> @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!
Author
Owner

@rolanday 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!

@aome510 , works like a charm /w the cargo installer ver and changing window with value. Thank you!!

<!-- gh-comment-id:2050777212 --> @rolanday 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! @aome510 , works like a charm /w the cargo installer ver and changing window with value. Thank you!!
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#224
No description provided.