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 - Wanilton - 2016-11-09 @FernetMenta, trouble is in curlfile.cpp (filesystem), if changed code a little, addon work fine, tested in windows 10, with more recent nightly. Removing this Code: else if (name == "postdata") And replace with only this code, addon work fine in Krypton. Code: else if (name == "postdata") Prabably have better way for fix, hope help you. Make one video show spotify working Kodi Krypton, skin Aeon MQ7. Test Spotify begin 0:30 sec RE: Spotify for Kodi - rypkep - 2016-11-10 I am getting the 'no valid browser was found...' message. Working on a Asustor NAS. There are two browsers installed. What can i do? RE: Spotify for Kodi - A600 - 2016-11-10 (2016-11-09, 22:52)Wanilton Wrote: trouble is in curlfile.cpp (filesystem), if changed code a little, addon work fine, tested in windows 10, with more recent nightly. The addon is sending the name "x-spotify-token" so replacing Code: name == "icy-metadata") with Code: name == "icy-metadata" || name == "x-spotify-token") fixes the issue (compiled and tested on Windows) or a better solution: replace all the instances of "x-spotify-token" in the addon with, for example, "x-csrf-token" (also tested and working). RE: Spotify for Kodi - ray2301 - 2016-11-10 (2016-11-10, 04:55)A600 Wrote: or a better solution: replace all the instances of "x-spotify-token" in the addon with, for example, "x-csrf-token" (also tested and working). this works perfectly! RE: Spotify for Kodi - User 224999 - 2016-11-10 (2016-11-10, 04:55)A600 Wrote: or a better solution: replace all the instances of "x-spotify-token" in the addon with, for example, "x-csrf-token" (also tested and working). Great work, I will try this tonight and deploy a new beta version if it's working. BTW: Sorry That I did not yet reply here to all the comments. I switched to Macbook recently and the Spotify addon doesn't work at all on MacOs Sierra, like FernetMenta was also experiencing RE: Spotify for Kodi - loggio - 2016-11-10 (2016-11-10, 04:55)A600 Wrote: or a better solution: replace all the instances of "x-spotify-token" in the addon with, for example, "x-csrf-token" (also tested and working). @Marcelveldt, I can confirm this works. Just converted all instances of x-Spotify-token in the addon directory with x-csrf-token, then reboot. Working on RPi using latest nightlies! Thanks Wanilton and A600 RE: Spotify for Kodi - Jönke - 2016-11-11 Great news guys ! Thanks !! RE: Spotify for Kodi - sanity - 2016-11-11 Where exactly are those files located that needs to be replaced? I did search but can't seem to find them. RE: Spotify for Kodi - ray2301 - 2016-11-11 (2016-11-11, 09:43)sanity Wrote: Where exactly are those files located that needs to be replaced? the files are in the add-on directory. in plugin.audio.spotify. i just opened all the files in notepad++, searched them all for "x-spotify-token" and replaced all with "x-csrf-token". i didn't even look which exact files i replaced. i just opened all files within plugin.audio.spotify folder with notepad++ in tabs. RE: Spotify for Kodi - sanity - 2016-11-11 Thank you! I forgot about the great program notepad++ Spotify for Kodi - pflm2324 - 2016-11-11 Hi to all, just like to ask if it's possible to integrate spotify in kodi library. Thanks in advanced Enviado do meu iPad usando Tapatalk RE: Spotify for Kodi - DarkHelmet - 2016-11-11 To my knowledge adding music from an addon to the music library is impossible for all music addons. RE: Spotify for Kodi - foxstefano - 2016-11-11 (2016-11-10, 16:04)ray2301 Wrote:(2016-11-10, 04:55)A600 Wrote: or a better solution: replace all the instances of "x-spotify-token" in the addon with, for example, "x-csrf-token" (also tested and working). Just tried: I confirm, it works! Thank you! RE: Spotify for Kodi - macardi - 2016-11-11 (2016-11-10, 16:31)marcelveldt Wrote:(2016-11-10, 04:55)A600 Wrote: or a better solution: replace all the instances of "x-spotify-token" in the addon with, for example, "x-csrf-token" (also tested and working). Please do not leave the development of this fantastic addon behind because of this. Its such a wonderful addition to the Kodi experience. When this addon was first released and I realized who the developer was I felt such joy because of your devotion and hard work and excellence on other scrips witch have made Kodi so great. Dont get me wrong, the addon is fantastic as it is and I dosent miss anything, but I guess it has to be maintained in order to work in the long run. Im such a fan of your work and so very grateful for sharing your work with the community. /Marcus On another note, the default view for artist, album, song does not seem to work for me anymore, Has anything changed in the core wish could have had an effect on this? Spotify for Kodi - pflm2324 - 2016-11-13 (2016-11-11, 16:48)DarkHelmet Wrote: To my knowledge adding music from an addon to the music library is impossible for all music addons. Ok thanks for the info. Enviado do meu iPad usando Tapatalk |