Thang Pham

Results 235 comments of Thang Pham

To clarify, `tracks` playback is a playback with a bunch of songs unlike `context` playback (`artist`, `playlist`, `album`). "liked songs" doesn't count as a playlist. Playing song from "liked songs"...

> This might be a dump question, but why do we use the `tracks` playback, which creates a subset of songs as I understand, instead of picking random songs from...

> Yes, but wouldn't it always be the same 100 songs, just ordered differently? E.g. having a tracks_playback_limit of 1 will always result in the same song. Yeah, exactly =)....

> **Describe the solution you'd like** > have the ability to remove the 'Playback', 'Playlist', 'Artist' hints on flexes, since they _logically_ are to be assumed, unlike others such as...

Or so you mean the window's title. Personally, I found it's nice to have a title for each window though. Having some windows with title while others don't feels a...

> For what it's worth, `ncspot` (another Rust/`librespot` based Spotify TUI client) seems to have figured out a hack, although what distinguishes it from this project isn't immediately obvious. I'll...

`spotify_player` operates on API boundary and streaming client is just an "add-on" compared to `ncspot` with streaming client as the main component. As a result, the app cannot have any...

Implemented with #410. @apprehensions can you try the latest `master`? The command is `ToggleFakeTrackRepeatMode` with default binding `M-r` (alt + r). Should see `repeat: track (fake)` if the fake track...

The timing between `EndOfTrack` events seems too short. Did you seek to the end of the track to test the feature? The `queue the current song when it is about...

ahh, super short song won't work with fake repeat mode unfortunately xD.