Thang Pham
Thang Pham
> I would expect g Space to bring me back to Liked Songs. Let me know if what I am seeing is the normal expected behavior. this is expected cause...
> I was not aware of that. Do I understand correctly that if I have liked e.g. 500 tracks, when I start playback from the Liked Tracks page it creates...
> That said, I think it's definitely possible implement something in spotify_player to support liked tracks as a context fwiw, I do plan to improve the usability of `tracks` context...
> Another solution is to disable the streaming on spotify-player and use spotifyd instead. Spotifyd never dies idle and has a service for systemd. You can use spotify-player using spotifyd...
This is very interesting and I don't know why it happened. Maybe you can clone the repo and run the app with additional loggings in this function: https://github.com/aome510/spotify-player/blob/7247aa64958ae8ba43edfe13ef983b18e9d52fd9/spotify_player/src/event/mod.rs#L34-L59 to see...
The pagination logic can probably be implemented by spawning an async task in background that **lazily** fetches the track data page-by-page and update the data stored in the state. In...
Duplicate of #502
@tojamrok can you update this PR once https://github.com/aome510/spotify-player/pull/776 is merged?
> It recovers fine after pressing g t again. > > ``` > ERROR librespot_connect::spirc: ContextError: Error { kind: NotFound, error: StatusCode(404) } > ``` Maybe a glitch on the...
I just realized today that top-track API now returns **A LOT** of songs (>3k) for me. Wonder if that's the reason for the above issue. It used to return top...