ranveer5289 / SpotifyNotifier-Windows

Current playing track notification in Spotify on a Windows system.

Home Page:code.google.com/p/spotifynotifier

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SpotifyNotifier is an application which notifies current playing song in Spotify on a Windows system.

Currently supports notification applications like Growl, Snarl, Notifu.

For installation instruction visit http://code.google.com/p/spotifynotifier/

Special Thanks to BrendanMcK(http://stackoverflow.com/users/660175/brendanmck) for his contribution.

These are a couple of improvements in the new version of spotifynotifiergrowl:

  1. Now no need to register the application with growl manually. Check "notifygrowl.cs" for relevant code.

  2. Now displays album-cover/album-art of the current playing track in the notification.

  3. Hide the window after running the ".exe" application. Check "CustomNoWindow.bat" for relevance.

  4. Now it doesn't dislpay the track notification when you play again after the spotify is paused.

Thanks to Matthew Javellana @ mmjavellana@gmail.com for the above improvements.

Improvements in version 1.2 for spotifynotifiergrowl:

  1. Now uses Growl C# API to register application and to show notifications so dependency on growlnotify.exe removed

  2. As some of the methods were not supported for .NET < 4.0 so now the zip includes

    2.1) SpotifyNotifyGrowl_NET2.0.exe for those who are using .NET version 2.0 (I suppose nobody is).

    2.2) SpotifyNotifyGrowl_NET3.5.exe for those who are using .NET version 3.5.

    2.3) SpotifyNotifyGrowl.exe for those who are using .NET version 4.0.

  3. It also includes a compile_NET3.5.bat file to compile the project after making some changes to it.

Improvements in version 1.1 for spotifynotifiersnarl:

  1. Now displays album-cover/album-art of the current playing track in the notification.

  2. Now uses Snarl C# API to register application and to show notifications so dependency on heysnarl.exe removed.

  3. It also includes a compile_NET3.5.bat file to compile the project after making some changes to it.

Author: Ranveer Raghuwanshi Email: ranveer.raghu@gmail.com

About

Current playing track notification in Spotify on a Windows system.

code.google.com/p/spotifynotifier


Languages

Language:C# 100.0%