Spotify in your menu bar
SpotMenu is a combination of TrayPlay and Statusfy written entirely in swift.
- The default behavior is to only show the SpotMenu icon in the menubar. Right click -> Preferences to customize.
- The animated gif currently demonstrates the functionality of version 1.4
- Customization
- Open at login
Download the zip file version 1.4.2. Unarchive it. Run SpotMenu.app. In case of unidentified developer follow these steps!
You can find all releases here.
First, you'll need Xcode 8. You can download this at the Mac App Store. Second, you'll need CocoaPods.
Now, use Git to clone the repository.
git clone https://github.com/kmikiy/SpotMenu.git
cd SpotMenu
pod installFinally, open up the SpotMenu.xcworkspace. Set the "Scheme" to build the "SpotMenu" target for "My Mac". Then Product > Run (or the shortcut ⌘R).
Note:
- Version 1.2 has been updated to swift 3.0 therefore Xcode 8 is required.
- In some cases it might be required to select the "Spotify" scheme and build it before selecting "SpotMenu".