Hi!
Can anyone make a spotify plugin? I'm really incompetent when it comes to coding, but i found a plugin for spotify that posts info on IRC (internet relay chat). So i guess it's pretty simple to make it post info on an LCD aswell?
here is the plugin: http://spotamp.blogspot.com/
IRC client for windows: http://www.mirc.com
Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases
spotify (i have another plugin that works)
Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo
-
- Posts: 38
- Joined: September 5th, 2008, 1:55 pm
-
- Posts: 5
- Joined: April 18th, 2010, 12:11 am
Re: spotify (i have another plugin that works)
Anyone get any further with this
I would love a plugin for spotify. I'll don't have the coding experience to do this
I would love a plugin for spotify. I'll don't have the coding experience to do this
-
- Posts: 3
- Joined: March 28th, 2009, 6:58 pm
Re: spotify (i have another plugin that works)
Here is something I created on my free time this week 
It's a very basic Spotify status plugin.
Built using .NET 4 and kind of a "Works on my machine" kinda project
Let me know if it works or not.
It knows only one function, which gives you current Spotify status:
-Spotify is not running.
-Spotify is not playing.
- And last if it is playing, the current track.
It's about all I can easily get from the Spotify client.
Use like this:
$dll(Smartie.SpotifyStatus,1,0,0)

It's a very basic Spotify status plugin.
Built using .NET 4 and kind of a "Works on my machine" kinda project

It knows only one function, which gives you current Spotify status:
-Spotify is not running.
-Spotify is not playing.
- And last if it is playing, the current track.
It's about all I can easily get from the Spotify client.
Use like this:
$dll(Smartie.SpotifyStatus,1,0,0)
You do not have the required permissions to view the files attached to this post.
-
- Posts: 5
- Joined: April 18th, 2010, 12:11 am
Re: spotify (i have another plugin that works)
Brill it works for mebiff wrote:Here is something I created on my free time this week
It's a very basic Spotify status plugin.
Built using .NET 4 and kind of a "Works on my machine" kinda projectLet me know if it works or not.
It knows only one function, which gives you current Spotify status:
-Spotify is not running.
-Spotify is not playing.
- And last if it is playing, the current track.
It's about all I can easily get from the Spotify client.
Use like this:
$dll(Smartie.SpotifyStatus,1,0,0)
Just what I wanted
Thanks very much for your efforts


-
- Posts: 3
- Joined: March 28th, 2009, 6:58 pm
Re: spotify (i have another plugin that works)
You're welcome, there is an updated version in the Plugin Announcements section if you want more a little more options.
-
- Posts: 5
- Joined: April 18th, 2010, 12:11 am
Re: spotify (i have another plugin that works)
biff wrote:You're welcome, there is an updated version in the Plugin Announcements section if you want more a little more options.
New features are great much more customisable
lets me set it up just as I wanted it
Thanks again