Beta Spotify for Kodi - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27) +---- Forum: Music Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=148) +---- Thread: Beta Spotify for Kodi (/showthread.php?tid=265356) Pages:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
|
RE: Spotify for Kodi - xbmosx - 2017-05-24 I'm not in a hurry tbh. I'm just gonna wait until marcelveldt is finished with his implementation and give it a shot then. thanks for your inputs anyways. RE: Spotify for Kodi - MarcelMAH - 2017-05-24 (2017-05-24, 13:20)xbmosx Wrote: I'm not in a hurry tbh. I'm just gonna wait until marcelveldt is finished with his implementation and give it a shot than. thanks for your inputs anyways.So am I... RE: Spotify for Kodi - Wild Penguin - 2017-05-25 Ok, I was blind: (2017-05-14, 19:41)Wild Penguin Wrote:I was currently using the plugin on a LibreELEC installation which does not have a DE save a web browser installed. I thought I had made the authentication correctly - because there is no clear error message (unless you consider this line in the error log "clear" ... it kind of is, but because of the THIS CAN LEAD TO MEMORY LEAK! written in cat sized letters above, I thought something has gone horribly wrong.) I fixed it by copying the whole plugin.audio.spotify config tree from another, working installation (I could find several "cache" files and I'm not sure which contains the actual authentication tokens, and could not get it working by copying them randomly; so just copying the whole tree is easier). RE: Spotify for Kodi - eusi - 2017-05-25 Hey, first of all: great addon! However, since I changed from RPi3 to ODROID C2 I cannot make it work. Currently I am using a community build of LibreELEC (by Raybuntu, 64bit Kernel but 32bit userspace - Linux ARM 32bit). Ref: https://forum.libreelec.tv/thread/4248-libreelec-krypton-leia-agile-build-for-odroid-c2-wetek-hub-wetek-play2/ When I execute Spotify, the addon opens and after some seconds of freeze, the ODROID restarts Kodi. Last lines of my log: 21:36:34.298 T:3545535392 ERROR: GetDirectory - Error getting 21:36:35.309 T:3630232480 ERROR: Previous line repeats 3 times. 21:36:35.309 T:3630232480 NOTICE: Spotify --> Your platform (armv7 System.Platform.Linux) 21:36:36.364 T:3630232480 NOTICE: Spotify --> Starting background service... 21:36:36.490 T:3630232480 NOTICE: Spotify --> Checking remembered_user .. 21:36:36.690 T:3621843872 NOTICE: Spotify --> logged in: 0 Known issue? RE: Spotify for Kodi - eusi - 2017-05-26 (2017-05-25, 21:46)eusi Wrote: Hey, Ok, this issue occurred, because I copied the entire ...\addon_data\plugin.audio.spotify-folder from PN (Win32). Only the cache-files of this folder is needed to copy, when you have no web browser. I do not why, but the copied \plugin.audio.spotify\libspotify\settings-folder occurred the issue actually. I just deleted the settings-folder and it was created again by the addon => then it worked fine. RE: Spotify for Kodi - awiouy - 2017-05-27 (2017-05-24, 07:32)marcelveldt Wrote: I'm focusing on playback and control of Spotify on Kodi itselfHello, Are you aware of this: https://github.com/plietar/python-librespot ? RE: Spotify for Kodi - User 224999 - 2017-06-02 The new version is now available on the repo! - Supports Spotify Connect playback control - Supports local playback on windows, Linux and macOS - Now based on librespot for playback so no more libspotify - restructured code, cache optimizations for faster browsing - Track Radio supports (thanks to @flakey-bit) - supports squeezebox player as playback target (needs my squeezbox plugin installed) - fixed the authentication process This is a major refactor from the previous version, expect some bugs to appear ;-) Thanks in advance for testing. Let me know how it performs in your setup! RE: Spotify for Kodi - jurialmunkey - 2017-06-02 (2017-06-02, 01:50)marcelveldt Wrote: This is a major refactor from the previous version, expect some bugs to appear ;-) Was working great for a while, then I got access token expired errors: https://pastebin.com/7eXDJTLb RE: Spotify for Kodi - xbmosx - 2017-06-02 Great work! Seems to work on nicely my end. I do have some questions though: - Is it also possible to have local playback and use other devices to control the local playback (connect client)? So far It seems that Spotify for Kodi doesn't advertise itself as client on my network - If yes, would it also be possible to use Spotify for Kodi without being logged in with a specific user? To explain, It would be great if all devices on the same network could push songs to the Kodi client from their accounts (similar to how connect works with AVRs) Update: Strangely, when playing locally the songs do play but I can hear no sound. Is that only for me? Spotify for Kodi - User 224999 - 2017-06-02 (2017-06-02, 07:55)xbmosx Wrote: Great work! Seems to work on nicely my end. 1) Yes, enable it in the addon settings. 2) No, not yet. Will be added later Verzonden vanaf mijn iPhone met Tapatalk RE: Spotify for Kodi - xbmosx - 2017-06-02 (2017-06-02, 06:29)jurialmunkey Wrote:(2017-06-02, 01:50)marcelveldt Wrote: This is a major refactor from the previous version, expect some bugs to appear ;-) Yup, after some time I got the same! RE: Spotify for Kodi - User 224999 - 2017-06-02 (2017-06-02, 06:29)jurialmunkey Wrote: Was working great for a while, then I got access token expired errors: OK, thanks for testing. Will look into it RE: Spotify for Kodi - User 224999 - 2017-06-02 (2017-06-02, 07:55)xbmosx Wrote: Update: Strangely, when playing locally the songs do play but I can hear no sound. Is that only for me? Should work, the audio is sent as PCM to Kodi so Kodi itself handles playback. RE: Spotify for Kodi - User 224999 - 2017-06-02 Can you guys provide me with your system details you're using the new addon on ? That way I'm aware of what platforms people are using to test the addon... So, operating system, architecture (e.g. arm, x86 etc) and Kodi version. RE: Spotify for Kodi - xbmosx - 2017-06-02 I'm testing with Kodi 17.3 on Ubuntu 16.04 LTS, Intel NUC & macOS 10.12.5 on a MacBook Pro |