-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How feasible is it to make this into an installable plugin that works on vanilla XBMC #8
Comments
Hi John, The problem is that you cant do a plugin that integrates anything into XBMC I have tried to create a python plugin but even that all it did was login My code is written in such a way so that it could (pretty) easily be Regards 2011/9/27 John Hamelink <
|
So would you say it'd be possible to build an application that handles the actual "spotifying", then simply use xbmc as a frontend to the external application? This application could be downloaded on first load and then ran and killed when the plugin is / is not in use? |
I guess it is possible, there are some problems though. You can't integrate it into the music section, it would be a standard The actual playing of the music should be made diffently since XBMC doesn't There are probably a lot of other problems turning up but if you would like /David
|
Are there any plans on basing this on Eden? Also, I'd be very interested in Spotify support in OpenElec, it would make sense to have this as a plugin there as well, since OpenElec releases quite often, would be a pain to keep up :) |
spotyXBMC is based on Eden (pre)! There is a version of OpenElec with spotyXBMC integration thanks to Tompen, read about it here: http://openelec.tv/forum/13-general-discussion/7010-spotify. |
Hi, stupid question but have you tried to get this features into xbmc? I found a old Ticket1. They mentioned a pull request but I've found none. I created a patch against the merged xbmc version an it is relative small in comparison to the huge changes: -w = no whitespace
I think with a little bit clean up you should try to include this "extended plugin system" in xbmc via pull request. What do you think? |
I know this Idea probably doesn't meet all the features that the full compiled version provides but have any of you ever used spotimote? It is an app for Android that Controls the spotify app from your phone. On your phone it displays Album Art, Artist Info, you can search, see favorites, starred, playlists, queue, history, downloaded music (personal), library, inbox, downloads. It functions through a companion app (server) you install on your PC and controls the official spotify application. http://www.evolu-on.com/spotimote.html My thought would be just to build a plugin for XBMC that makes the same calls that the android App makes to get the information from the companion app.... Just a thought... I will let you know what I think of spotyxbmc2 once i get it compiled. |
Hi there,
I was looking through the internet for a plugin for XBMC that would allow me to play music via spotify. This plugin seems to be the only thing out there!
The problem is, I'm not too keen on the idea of recompiling XBMC in order to get this functionality, so I'm wondering how feasible it would be to make a true plugin for spotify which would allow for use on a vanilla copy of XBMC, either using this code, or by writing my own?
Also, what were your reasons for editing XBMC's code? Could some of the code be worked into the official XBMC codebase?
Thanks,
John :)
The text was updated successfully, but these errors were encountered: