![]() |
|
[WIP] XBMC + Spotify = True (an XBMC implementation that uses Spotify's official API) - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Announcements, Info, and General Discussion (/forumdisplay.php?fid=85) +--- Forum: XBMC General Discussion (/forumdisplay.php?fid=6) +--- Thread: [WIP] XBMC + Spotify = True (an XBMC implementation that uses Spotify's official API) (/showthread.php?tid=67012) 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 |
- tsint - 2010-01-27 18:29 Thanks! This is probably the best thing that happened to XBMC since the VDPAU feature =) - calmdown - 2010-01-27 18:43 Maybe a stupid question, but since i dont have my own music library i really want spotify to pop up just as i press "music" on homescreen in alaska, maybe someone can point me in the right direction on how to do that? And ofc. super thanks for this, have been waiting a long time, and finally someone put it together! I think i have to edit Includes_Home_1.xml in skin/Alaska/720p/ folder on the line 31 that says: Code: <item id="3">However I do not know the actual command for opening the submenu "spotify" directly, cant seem to find it in any configuration files (its probably embedded in the xbmc.bin file)? - tsint - 2010-01-27 19:25 Can't you just right-click on Spotify and select "Make Default"? - calmdown - 2010-01-27 19:35 tsint Wrote:Can't you just right-click on Spotify and select "Make Default"? Ah well, that is one way you could do it, men det är ju inte rätt ![]() Sometimes its the simplest things that is the hardest, thanks! - Popeye - 2010-01-28 00:08 Missed the libspotify part but got it up and running now. FANTASTIC! - freds - 2010-01-28 00:15 This is beyond excellent... ![]() Is it possible to not get Wall as default viewing option though? - jmarshall - 2010-01-28 00:22 Hi there, I've had a quick review of the first patch, and have some general questions to begin with. We can take this to trac if you think it will be better there (after all, this is general discussion) - please feel free to open a ticket, attach your patch (no zipping please) so that others can review it as well. 1. What (if anything) prevents the directory browsing side of it being done in a plugin. Other than small portions (such as where you've injected spotify:// nodes into the library), it appears that very little of this couldn't be done directly externally (whether in a python plugin or via a dll). 2. What (if anything) is required for the streaming side - I'd much prefer if this was split off from the listing side of things where feasible. 3. Why are you adding spotify "albums" to the local database? What's the purpose of this? Some suggestions for cleanup: 1. Get rid of the spotify-specific messages. They're unneeded as far as I can tell - just send general GUI_MSG_UPDATE_PATH messages. 2. Move the spotify URL stuff that's currently sitting in OnClick() directly into the spotify directory handler. One presumes that your search stuff could be done directly in there as well (i.e. fire off the search, throw up the progress dialog and wait for it's return) further eliminating callback stuff. Some questions regarding the future: 1. This (like many plugins) appears to provide both browsing ability and search. Perhaps the search side of things could be hooked in in a more general way to XBMC's built-in music search, or perhaps some "find similar items" type of thing at each level in the music lib? Cheers, Jonathan - gazwest - 2010-01-28 11:44 Fantastic work! Im sorry for the incredibly stupid question, as I'm pretty new to this. I have XBMClive Camelot. Is there a guide or HOW-TO to help me add this superb function? - alex84 - 2010-01-28 14:15 I switched to XBMC 1 week ago and i took me 1day to get rid of my tvix 6500 "RIP" Then found this thread and man this is something great. An easy howto install would be wery helpful for me to. I want to start my install the second i come home tomorow. Keep upp the great work =) - BouncinDave - 2010-01-28 15:15 gazwest Wrote:Fantastic work! Seconded please
|