Skip to content

atcapollo/Spotify-Notifications

 
 

Repository files navigation

Build Status

Spotify Notifications

Note: The project is currently being rewritten from scratch in Swift. Development is taking place on the master branch. To build the 0.5.1 (Objective-C) release, checkout the 0.5.X branch.

0.5.1 Feature Parity

  • Toggle notification sound
  • Toggle notifications on resume
  • Toggle dismissal of all notifications except the current one
  • Implement a menu bar interface
  • Toggle the menu bar icon
  • Toggle launch on login functionality
  • Toggle inclusion of album artwork
  • Toggle global shortcut
  • Toggle disabling of notifications when Spotify has focus

Building

Spotify Notifications uses CocoaPods which in turn requires Ruby and Ruby Gems.

$ git clone https://github.com/citruspi/Spotify-Notifications.git
$ cd Spotify-Notifications
$ git submodule foreach git pull
$ pod install
$ open Spotify Notifications.xcworkspace

Contributing

Pull requests are more than welcome!

In your pull request, include a separate commit adding yourself to contributors.md.

License

The source code is dedicated to the public domain. See the UNLICENSE file for more information.

The Spotify artwork and icon is owned by Spotify AB Inc.

Spotify Notifications makes use of the following libraries

About

Bridging Spotify and OS X Notification Center

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 92.9%
  • Objective-C 4.8%
  • Ruby 2.3%