Alberto Romero

Results 36 comments of Alberto Romero

I did add the @YurkoHoshko's repo to my sublime `Package Control: Add Repository` I removed the package and then I installed it again with the new added repo It works!...

Me and my friend @drarbego wanna keep adding stuff to this. Maybe we should fork?

We can play around https://github.com/aromeronavia/spotify-tui

Bring your issues with that repo and we can start experimenting 👍 also, we can make a discord for communication about this

Seems this can be achieved by modifying the file `user_config.rs` adding the options `move_selection_left` and the others to the structs `KeyBindings`, `KeyBindingsString` and `UserConfig` https://github.com/Rigellute/spotify-tui/blob/master/src/user_config.rs

The copy that Spotify uses is Save to your library, maybe we can use that? ![image](https://user-images.githubusercontent.com/13922607/143805601-06667a7f-c729-487c-8a4f-4536609d82b9.png)

Did a fix on my fork https://github.com/aromeronavia/spotify-tui

Can't reproduce the issue now in 0.25 I was able to see just once the song Together forever, and was able to reproduce it without problems

This happens because the general TUI uses a different code than the CLI. The TUI uses this handler ```rust pub fn previous_track(&mut self) { if self.song_progress_ms >= 3_000 { self.dispatch(IoEvent::Seek(0));...

What OS are you using? I'm working with Mac and it seems to be working on my side.