Samuel Oldham
Samuel Oldham
@kingosticks Thank you! I'm pretty sure that PSST already does what you're suggesting. Currently, there are 4 main directories in the cache folders: Track, Episode, Audio and Key. When the...
So, unfortunately, I am unable to get the API which Spotify uses to work properly; it just returns nothing no matter what I try!
Also, we should add a cache to say what the offset the user is at or the scroll location for the user. This will make going back through history way...
I'm wondering if you requested all of the song data with the playlist. I'm pretty sure PSST doesn't do this but only loads two of three songs ahead of the...
Oh! Thank you very much, I'm sorry that I misinterpreted you! :P
Also relevant is #501
@jacksongoode we should start moving on this more soon. Any more ideas?
# Thoughts on optimizing playback So psst does the shuffling in psst core by randomizing positions of songs. But the whole Vec of songs needs to exist. But I think...
@Cleboost I don't think you should worry about trying to align to Spotify's UI we are not trying to replicate we are either trying to improve or add functionality.
Just a few changes to make the code a tiny bit cleaner, apart from that looks good!