Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mborgerson/trayplay
An app for macOS that lives in your menu bar and lets you easily control iTunes or Spotify, without interrupting your workflow.
https://github.com/mborgerson/trayplay
macos menubar objective-c osx spotify
Last synced: 17 days ago
JSON representation
An app for macOS that lives in your menu bar and lets you easily control iTunes or Spotify, without interrupting your workflow.
- Host: GitHub
- URL: https://github.com/mborgerson/trayplay
- Owner: mborgerson
- License: gpl-3.0
- Created: 2015-04-07T06:46:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-07T08:06:23.000Z (over 9 years ago)
- Last Synced: 2024-10-14T11:02:29.390Z (about 1 month ago)
- Topics: macos, menubar, objective-c, osx, spotify
- Language: Objective-C
- Homepage: https://mborgerson.com/trayplay
- Size: 1.02 MB
- Stars: 143
- Watchers: 7
- Forks: 11
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README
TrayPlay
========An app for OS X that lives in your menu bar and lets you easily control iTunes or Spotify, without interrupting your workflow.
![demo](https://github.com/mborgerson/TrayPlay/raw/master/demo.gif)
How to Build
------------First, you'll need Xcode. You can download this at the [Mac App Store](https://itunes.apple.com/us/app/xcode/id497799835?mt=12).
Now, use [Git](http://git-scm.com/) to clone the repository and clone the submodules.
git clone https://github.com/mborgerson/TrayPlay.git
cd TrayPlay
git submodule init
git submodule updateFinally, open up the TrayPlay Xcode project. Set the "Scheme" to build the TrayPlay target for "My Mac". Then Product > Run (or the shortcut ⌘R).