Spotify in your menu bar
SpotMenu is a combination of TrayPlay and Statusfy written entirely in swift.
Note: The animated gif currently demonstrates the functionality of version 1.2
- Scrollbar now updates its position more frequently
- Current track position is shown in text also (minutes:seconds)
- The ability to toggle between the duration of the current track and the time remaining
- Added play/pause functionality
- Added a scrollbar to jump to a position of the currently playing song
- The menu bar now shows an icon if music is playing
Download the zip file version 1.0, version 1.1 or version 1.2. Unarchive it. Run SpotMenu.app. In case of unidentified developer follow these steps!
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
Finally, open up the SpotMenu.xcodeproj. 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".