Rigellute / spotify-tui

Spotify for the terminal written in Rust 🚀
MIT License
17.48k stars 521 forks source link

All songs from Playlists dont show up in spt #1075

Open mrfsrf opened 1 year ago

mrfsrf commented 1 year ago

Reproduce issue:

  1. go to spotify.com, select playlist. Add song to that playlist.
  2. open spotify-tui. Selecet mentioned playlist. That song doesn't appear under playlist.

Including some screenshots.

spotify.com Blues playlist

Spotify-tui same playlist — Blues

Screenshot 2023-02-25 at 14 45 42

—- spt —version spotify-tui 0.25.0

spt list -p blues (spotify:playlist:2JT7YjwG0UppRSl4t3X2Ht)

apprehensions commented 1 year ago

Scroll down.... Its a keybind, find it.

mrfsrf commented 1 year ago

│Scroll down to next result page <Ctrl+d> Pagination │ │Scroll up to previous result page <Ctrl+u> Pagination

im on osx. that doesnt work. Will try to edit config file to remap keybinding for that features

mrfsrf commented 1 year ago

could it be that keymap bingdgs for iterm wihch im using is reserved

Screenshot 2023-02-25 at 14 59 46
apprehensions commented 1 year ago

/shrug

mrfsrf commented 1 year ago

doesn't work:

~./.zshrc
alias spt="spt -c ~/.config/spotify-tui/config.yml"
~/.config/spotify-tui/config.yml
 jump_to_start: "ctrl-1"
 jump_to_end: "ctrl-2"
mrfsrf commented 1 year ago

guees what. all of sudden it worked. huh

TTTTTN commented 1 year ago

Was looking through how to use this, the ctrl-up and ctrl-down displayed in ? didn't work.

Adding next_page: "{key choice}" and previous_page: "{key choice}" to the config.yml under keybindings worked like a charm! The whole playlist will become accessible like pages.

create the config.yml file yourself after installation and copy the example from readme if you're a beginner like me to start.

apprehensions commented 1 year ago

https://github.com/aome510/spotify-player

apprehensions commented 1 year ago

https://github.com/aome510/spotify-player

codevski commented 1 year ago

Not sure worth creating new issue, but when the window is a certain size (using tiling) it wont show couple of songs, using next page doesnt always work. For example works fine for Liked Songs, but in a album view (maybe because its only a couple or not a full page is available) it wont do anything the songs are hidden if I resize the window full height it shows the missing tracks...

apprehensions commented 1 year ago

https://github.com/aome510/spotify-player