• Stars
    star
    645
  • Rank 69,324 (Top 2 %)
  • Language
    Objective-C
  • Created over 11 years ago
  • Updated about 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Bridging Spotify and macOS Notification Center

Spotify Notifications

Build Status

Spotify Notifications does nothing more than display a notification when:

  • A song goes from "paused" to "playing" (optional)
  • A new song is played

Contributing

Pull requests are more than welcome!

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

Licenses

Spotify Notifications

The code is licensed under the MIT license. The icon - the icon.icns file is not, however. That is licensed to Spotify AB Inc.

Copyright © 2013 Mihir Singh [email protected]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

GBLaunchAtLogin

GBLaunchAtLogin was used to implement the start on login option and was written by @lmirosevic

It is published under the Apache 2.0 License, a copy of which is included.

MASShortcut

MASShortcut was used to implement the global shortcut and was written by @shpakovski

It is published under the 2-clause BSD license, a copy of which is included.