It would be much better just to return the stream URL but I haven't worked out how to do that
.The URL is a POST with the streamkey as data. Passing only the URL to setResolvedURL() doesn't work - it needs to post the streamkey too.
Stephen.
denhams
Senior Member Posts: 135 Joined: Jun 2010 Reputation: 1 |
2011-01-15 14:21
Post: #21
Hi solver,
It would be much better just to return the stream URL but I haven't worked out how to do that .The URL is a POST with the streamkey as data. Passing only the URL to setResolvedURL() doesn't work - it needs to post the streamkey too. Stephen. |
| find quote |
tco42
Junior Member Posts: 14 Joined: Dec 2010 Reputation: 0 Location: Germany |
2011-01-15 16:51
Post: #22
i have just tried your plugin and i really like it, there is just a little feature that is missing:
I usually dont make too many playlists myself but i follow my friends and added their playlists. Those playlists are visible when i listen to grooveshark via browser but your plugin just shows my own playlists is there any way to change this?
|
| find quote |
solver
Skilled Python Coder Posts: 241 Joined: Aug 2007 Reputation: 12 |
2011-01-15 17:08
Post: #23
denhams Wrote:Hi solver,You can do it like this in getSongURL: Code: postData = {"streamKey": self._lastStreamKey} |
| find quote |
denhams
Senior Member Posts: 135 Joined: Jun 2010 Reputation: 1 |
2011-01-15 18:09
Post: #24
solver Wrote:You can do it like this in getSongURL: Many thanks. That works fine. (For some reason I thought I tried that before and it didn't work ). Anyway, I have done the update and now the songs load much quicker:http://sourceforge.net/projects/xbmc-gro...p/download BTW, any news from Grooveshark about the new webservices API? Stephen. |
| find quote |
denhams
Senior Member Posts: 135 Joined: Jun 2010 Reputation: 1 |
2011-01-15 18:15
Post: #25
I think there is. I will try to add it.
...that is, other users playlists. Stephen. |
| find quote |
dominater01
Member Joined: May 2007 Reputation: 0 |
2011-01-15 23:58
Post: #26
i dont know if this is a known issue but the plugin wont let me sign in
i know my info hasnt changed cuz the script still works for me |
| find quote |
denhams
Senior Member Posts: 135 Joined: Jun 2010 Reputation: 1 |
2011-01-16 12:51
Post: #27
Which version are you using? You probably need 0.2.1 (http://sourceforge.net/projects/xbmc-gro...p/download).
Stephen. |
| find quote |
Hutch
Member Posts: 74 Joined: Nov 2009 Reputation: 0 |
2011-01-16 18:16
Post: #28
@solver
So, what hapened to your addon? The API changed? Do you plan on fixing yours or simply working on denhams? Your old one loaded stuff *so* much faster and the layout was much better. @denhams Thanks for this, it is a good substitution while solver's is unavailable. Do you plan on addon it to the xbmc addon repo for easy updating? Thanks |
| find quote |
solver
Skilled Python Coder Posts: 241 Joined: Aug 2007 Reputation: 12 |
2011-01-16 20:44
Post: #29
Hutch Wrote:@solver The Moovida media center had a web service that I used to gain access to the grooveshark API. Unfortunately that was shut down a couple of weeks ago and the addon stopped working. Grooveshark's promised me a key for their new API but I haven't received it yet. As soon as I do, Denhams and I, will start working on a new API. So it'll be back eventually. |
| find quote |
solver
Skilled Python Coder Posts: 241 Joined: Aug 2007 Reputation: 12 |
2011-01-16 20:48
Post: #30
denhams Wrote:BTW, any news from Grooveshark about the new webservices API? Not yet. I'll drop them a line or two tomorrow to see if I can't get an ETA |
| find quote |