-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: use tcp server based track matcher #1386
Conversation
KRTirtho
commented
Apr 11, 2024
•
edited
Loading
edited
- fixes automatically skipping
- Unable to skip or change blocked source #870
- fixes stuck and stuttering track
- Spotube stops playing the next song after it finishes the current one #580
- Music periodically stutters #1382
- Can't play any track at all #1376
- The Music Stops #1348
- Playback stutters on resume or when new song starts #1341
- Bug Title: Music Playback Interruptions #1201
- fixes weird behaviour when re-arranging queue track
- Queue reordering glitch #1193
- Queue randomly play earlier song. #1267
- fixes big track loading delay
- Slow music loading, slow in general #1304
- fixes the alternative track source error
- type 'Track' is not a subtype of type 'SourcedTrack' in type cast #1289
- fixes queue track removing not working properly
- Removing a title from a playlist leaves it in the playlist until spotube is restarted #1092
- fixes controls don't work on last track completion
- after a song completion ...the controls don't work #924
- fixes downloaded songs, sometimes plays using online source
- Downloaded songs play online. #688
…leverage the media_kit playback API
@owencz1998 @meenbeese @karniv00l @MerkomassDev |
Testing it further and found out, that I can play all songs from the first played playlist and also songs that are shared with the first played playlist Playlists which I haven't played yet can be played but I can't switch to them back after playing another one |
Thanks @MerkomassDev for mentioning the issues. I faced the last one but forgot to add a fix 😅 |
I fixed all the issue you faced. |