Spotify status
Posted: June 13th, 2010, 8:53 pm
I already posted this in a response to a plugin request, but to make sure no-one misses it I'll post it here as well (it's been updated since my previous post
)
The plugin is built in C# (.NET 4) and shows the current status of the Spotify client.
Here is how it can be used in Smartie:
$dll(Smartie.SpotifyStatus,1,,) Returns 1 if spotify is running AND playing a track.
$dll(Smartie.SpotifyStatus,2,,) Returns 1 if spotify is running.
$dll(Smartie.SpotifyStatus,3,,) Returns 1 if spotify is playing a track.
$dll(Smartie.SpotifyStatus,4,,) Returns current track info or a message about the spotify status (not playing, not running).
If you find any problems let me know

The plugin is built in C# (.NET 4) and shows the current status of the Spotify client.
Here is how it can be used in Smartie:
$dll(Smartie.SpotifyStatus,1,,) Returns 1 if spotify is running AND playing a track.
$dll(Smartie.SpotifyStatus,2,,) Returns 1 if spotify is running.
$dll(Smartie.SpotifyStatus,3,,) Returns 1 if spotify is playing a track.
$dll(Smartie.SpotifyStatus,4,,) Returns current track info or a message about the spotify status (not playing, not running).
If you find any problems let me know
