-
Notifications
You must be signed in to change notification settings - Fork 103
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
Change for Python 3 #144
base: master
Are you sure you want to change the base?
Change for Python 3 #144
Conversation
Change for python 3
Modification to make it work with Kodi 19
Modification to make it work with Kodi 19
Modification of icon and fanart settings
temp fix for search
Hi, spotify connect was experimental and I didn't make any changes. On my side, device is available but nothing is playing. |
I've also been able to connect to the kodi machine through my spotify phone app, but couldn't play or do anything. But sometimes it just says "Can't play this right now". Another bit of feedback: After clicking on a song to play, sometimes it takes a while to actually start playing (5-10 seconds). There is a spinning animation that displays after clicking but before the song plays. Also, there is the same delay (5-10 seconds) before the next song in a playlist automatically plays after a song ends. This playlist delay doesn't happen every time, but the song-clicking delay happens very frequently. |
You're right, I have the same issue. Maybe it's linked to Spotify rate limiting. If we send to much request, we have to wait a number of second before we can try again. |
Hi, I am looking into the issue with spotify connect, is that blocking this merge? If using librespot directly is feasible, how should we go about making it easier to update? It's written in rust. I'm thinking maybe a submodule and update_librespot.sh situation, but this is a new problem to me. |
I've looked at librespot and spotty. It looks like replacing spotty with upstream librespot would require writing a new integration bridge in rust. That seems like it should be in a different pull request. |
Hi, in this plugin, Spotty is used to control a LMS server. |
I've just updated a new version on my fork. i've made some progress with Spotify Connect. |
[wip] some fixes
Spotify connect
remove pyc files
Prevent spotty zombies
1.2.3 - Enable Spotify Connect at start
Update Cheroot to 8.4.0 Update Cheroot to 18.6.0
Hi! I could use some advise on how to install this in kodi. Thanks for your work. Kind regards! |
Hi, Thanks, ============ 2021-06-10 19:43:32.315 T:5900 INFO : plugin.audio.spotify --> b'started webproxy at port 52308' 2021-06-10 19:43:32.318 T:5900 INFO : plugin.audio.spotify --> b'Retrieving auth token....' 2021-06-10 19:43:32.417 T:5913 ERROR : [10/Jun/2021:19:43:32] ENGINE Bus STARTED 2021-06-10 19:43:33.360 T:5900 INFO : plugin.audio.spotify --> b'request_token_spotty stdout: b'{"accessToken":"yyy","expiresIn":3600,"tokenType":"Bearer","scope":["user-read-playback-state","user-read-currently-playing","user-modify-playback-state","playlist-read-private","playlist-read-collaborative","playlist-modify-public","playlist-modify-private","user-follow-modify","user-follow-read","user-library-read","user-library-modify","user-read-private","user-read-email","user-read-birthdate","user-top-read"]}\n'' 2021-06-10 19:44:23.898 T:5922 INFO : plugin.audio.spotify --> b'FINISH transfer for track 1i5lXpzjo8qBAVRvEoBl7Z - range 0 - written 2621440' |
multiple fixes
Change to make the plugin compatible with Python 3 and Kodi 19