[RELEASE] Spotimc: Another Spotify music addon
(2013-09-29, 14:00)Blutarsky Wrote: Amazing add on mate!
Is there a way to launch the add on from XBMC's main menu?
It depends on the skin you are using. On confluence you can define home window shortcuts at System > Appearance > Skin > Settings > Add-on Shortcuts.

(2013-09-29, 19:58)slinuxgeek Wrote: In file script.audio.spotimc/resources/libs/spotimcgui/views/newstuff.py
I think this is the main code that brings new stuffs from server:
PHP Code:
@run_in_thread
    def _initialize
(selfsession):
        
cb NewStuffCallbacks()
        
self.__search search.Search(
            
session'tag:new'album_count=60callbacks=cb
        


How can I modify the code to get My Radio Stations? Spotimc currently does not have this facility.

Thanks for help in advance.
Sadly there's no way to fetch that information using the public API exposed by libspotify. They once had some public methods for creating radio stations, but this was removed long ago in favor of (presumably) Echonest. To implement that functionality on Spotimc it would need to talk to the Echonest service (which takes care of all the mixing and suggestion tasks), but it requires some amounts of coding time and is not achievable at this moment.

It's on the roadmap, and I will certainly start working on this soon after the release of 1.0 final, but I'll have to take care of polishing all the mayour bugs first.
Reply


Messages In This Thread
[No subject] - by alex84 - 2012-03-09, 18:38
[No subject] - by jabba_29 - 2012-03-10, 14:32
[No subject] - by jolid - 2012-03-10, 16:53
[No subject] - by mazkolain - 2012-03-10, 20:17
[No subject] - by Jönke - 2012-03-10, 23:41
[No subject] - by mortstar - 2012-03-11, 01:38
RE: - by mazkolain - 2012-03-12, 22:00
RE: - by mortstar - 2012-03-13, 01:41
RE: - by Bendecks - 2012-03-28, 15:38
[No subject] - by zuditechguy - 2012-03-11, 03:16
[No subject] - by Jönke - 2012-03-11, 09:01
[No subject] - by johnnyvibrant - 2012-03-11, 10:07
RE: - by joymyr - 2012-03-12, 22:19
RE: - by mazkolain - 2012-03-13, 15:34
RE: - by bckane - 2012-04-04, 01:25
My experience with Spotimc - by Jan-Erik - 2012-04-07, 16:09
RE: [RELEASE] Spotimc: Another Spotify music addon - by mazkolain - 2013-09-30, 20:33
Logout Mark Read Team Forum Stats Members Help
[RELEASE] Spotimc: Another Spotify music addon32