-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature]: Ability to further customize layout #535
Comments
Would love to see this, it bridges the gap between the official spotify client and the better TUI counterpart. |
I'm looking into implementing this.
That's strange. Are you on the latest git? |
The playback settings don't seem to work for me either, but in my case I tried to change the inside my app.toml :
I launch spotify-player in kitty using the command I can open a separate issue if needed. I'm adding a comment here since the OP of this issue also mentions that their layout settings are not working. Also, I am not completely sure if it's a fault on my end or an actual bug. I can provide my entire app.toml file if anyone wants to review it! |
This Issue primarily focuses on implementing the requested feature. So there should be a separate issue if there are any bugs with the existing code. That being said, it sounds like this isn't an actual bug in the code, at least in your case @arvvnd. |
Thanks for the clarification @DOD-101 I guess it was indeed an error on my part. I prefer to install packages wherever possible and the playback window positioning is only a QoL upgrade(for me). I'm okay with waiting for the layout config update to |
This addresses the first request in aome510#535. The change is mainly in adjusting how the borders are drawn.
The library page in the official Spotify shows a side bar listing all playlists, albums, etc and a main window to display the selected item. My idea to implement this feature for
This seems to be a complicated yet interesting feature to add into |
Describe the solution you'd like
I personally never use Albums & Artists in Spotify, only playlist to sort songs. It would be nice to be able to
Describe alternatives you've considered
Adjusting the layout of playlists/albums in the config to potentially hide the columns
ℹ️ FWIW the layout settings don't work for me, Win11 - PowerShell v7.4.4 - scoop v0.19.1
Current settings:
Additional context
I'd start working on this if I had experience with Rust and open a PR but no experience here. Really enjoy what's going on so far.
Example to further describe what I'm talking about
Current view:
Proposed view: (or smth similar)
The text was updated successfully, but these errors were encountered: